koinos / koinos-types

The Rosetta Stone of the Koinos ecosystem. Allows for the interpretation of Koinos data structures in a multitude of languages. Useful in the development of microservices, clients, and smart contracts.
MIT License
12 stars 3 forks source link

Add support for chain reindex #147

Closed sgerbino closed 3 years ago

sgerbino commented 3 years ago

Update koinos-types to add an RPC request to retrieve the highest irreversible block. Also, add a new broadcast message that notifies interested services of a new irreversible block. (get_last_reversible_block, block_irreversible respectively)