koinos / koinos-chain

The chain microservice is responsible for the application of blocks, running of smart contracts, and applying transactions.
Other
15 stars 3 forks source link

Passive Block Data variable_blob #213

Closed mvandeberg closed 4 years ago

mvandeberg commented 4 years ago

passive_block_data should just contain a variable_blob. Update the schema and make necessary updates to Koinos.

Additionally, verify_block_header should instead accept the variable_blob passive bytes and the active data digest.

mvandeberg commented 4 years ago

Replaced by #231