You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #422, we are using a DAG to store received blocks at each received slot number. This is implemented naively as a map of slots to slices of blocks, which does not lend itself to light-client friendly proofs. SMT (Sparse Merkle Tries) have been discussed as the path forward. A PR for this would use an SMT instead of the map created in #422's /beacon-chain/blockchain/service.go.
Hi all,
As part of #422, we are using a DAG to store received blocks at each received slot number. This is implemented naively as a map of slots to slices of blocks, which does not lend itself to light-client friendly proofs. SMT (Sparse Merkle Tries) have been discussed as the path forward. A PR for this would use an SMT instead of the map created in #422's
/beacon-chain/blockchain/service.go
.Assigning provisionally to @nisdas.
The text was updated successfully, but these errors were encountered: