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
The idea is to create a standalone crate which defines storage primitives for computing global merkle roots for all blocks,
and a top-level method to update the storage given a new block.
Definition of Done
We have a standalone crate which defines storage primitives with all intended storage columns for the global merkle root service.
The text was updated successfully, but these errors were encountered:
#2553)
Closes#2552
This PR adds a new crate with column definitions for the global state
root service, which we intend to deploy as a standalone binary.
Moreover, this crate also contains a top-level function to populate
these columns with data given a new block.
---------
Co-authored-by: green <[email protected]>
Co-authored-by: Rafał Chabowski <[email protected]>
Co-authored-by: acerone85 <[email protected]>
This is the first step in implementing the global state root service for the proof system.
For more context, see https://github.com/FuelLabs/fuel-proof-system/issues/20
The idea is to create a standalone crate which defines storage primitives for computing global merkle roots for all blocks,
and a top-level method to update the storage given a new block.
Definition of Done
We have a standalone crate which defines storage primitives with all intended storage columns for the global merkle root service.
The text was updated successfully, but these errors were encountered: