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

Block Item Opaque #163

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

When the block store returns blocks by IDs, it uses opaque block and sets the opaque to an empty variable blob if the block does not exist. We changed the opaque block to a block and now the RPC has no way of denoting DNE. Long term, this should be an optional, but restoring it to an opaque for now works because we have code written for it already.