-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
Description
Today, the block hash is computed from the JSON encoding of its Body.
We could do something smarter using Merkle trees. This would be helpful because we could then
create Merkle proofs that things belong to the Block (transactions, receipts, state-hash, peer...etc).
Use something simple enough that it can be implemented in Solidity as well (Babble light-client smart-contract)
Reactions are currently unavailable