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
One of the main features of Erigon3 is moving most of the state content and its validity proofs (i.e. account/storage/code/commitment) to snapshot flat files. This change is also associated with an extension of the KV internal gRPC interface, named temporal KV.
It becomes natural using such temporal KV as a basis for porting our RPCDaemon module into the Erigon3 realm: first of all, implementing the out-of-process access, then switching to the embedded in-process version (this will require full support for Erigon3 snapshots).
This is the main tracking issue. Individual issues are listed below:
One of the main features of Erigon3 is moving most of the state content and its validity proofs (i.e. account/storage/code/commitment) to snapshot flat files. This change is also associated with an extension of the
KV
internal gRPC interface, named temporal KV.It becomes natural using such
temporal KV
as a basis for porting our RPCDaemon module into the Erigon3 realm: first of all, implementing the out-of-process access, then switching to the embedded in-process version (this will require full support for Erigon3 snapshots).This is the main tracking issue. Individual issues are listed below:
StateReader
,AsyncRemoteState
) with temporal KV API (domain/history/index) core: decode account from E3 encoded storage #2251 db: support for E3 data format in remote state reader #2253The text was updated successfully, but these errors were encountered: