// All credits goes to @Multipartite
// https://discord.com/channels/838986635756044328/986303426445074443/986938659087470653
SELECT DISTINCT block_timestamp as time, block_id as block
FROM thorchain.update_node_account_status_events
ORDER BY block DESC