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)
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)