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
Expand on the existing SQL-based persistence implementation to create a verifiable authenticator (i.e. the state hash) which can be used to guarantee the integrity/immutability of the blockchain and verify various parts of the state (i.e. Merkle Proofs).
Objective
Make the persistence "a real blockchain".
Expand on the existing SQL-based persistence implementation to create a verifiable authenticator (i.e. the state hash) which can be used to guarantee the integrity/immutability of the blockchain and verify various parts of the state (i.e. Merkle Proofs).
Origin Document
Pocket protocol persistence specification defines the persistence specification.
The current persistence interface can be found here with the shared interface available here.
This pull request to the persistence specification contains additional details and a spec coverage checklist that this will aim to implement.
Goals / Deliverables
General milestone checklist
Non-goals
Testing Methodology
make test_all
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdRemove
Creator: @Olshansk
Co-Owners: ???
The text was updated successfully, but these errors were encountered: