You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
/v1/chain/get_info tells you want is the last block available, but not the first block. Since nodeos can start from a snaphot and with 2.1 auto-remove old blocks, it would be nice to have a way to know which blocks are actually available.
Information could be added to the existing get_info API call.
The text was updated successfully, but these errors were encountered:
Use case #1: The use case is that I was trying to sync blocks from a node for which the blocks were expired. So would like to create some sort of internal dashboard so I know how many blocks are available on which nodes. This requirement could also be fulfilled other ways.
Use case #2: From a public API endpoint point of view (eg validate.eosnation.io) it would be nice to know which is the first block available. Currently need to run multiple get_block queries to figure out which is the first block available.
/v1/chain/get_info
tells you want is the last block available, but not the first block. Since nodeos can start from a snaphot and with 2.1 auto-remove old blocks, it would be nice to have a way to know which blocks are actually available.Information could be added to the existing
get_info
API call.The text was updated successfully, but these errors were encountered: