mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07:16 +00:00
format docs
This commit is contained in:
parent
ae6f7202d2
commit
3e856aba62
10
kv/tables.go
10
kv/tables.go
@ -49,13 +49,13 @@ Physical layout:
|
||||
-------------------------------------------------------------
|
||||
[acc_hash] | [acc_value]
|
||||
[acc_hash]+[inc] | [storage1_hash]+[storage1_value]
|
||||
| [storage2_hash]+[storage2_value] // this value has no own key. it's 2nd value of [acc_hash]+[inc] key.
|
||||
| [storage3_hash]+[storage3_value]
|
||||
| ...
|
||||
| [storage2_hash]+[storage2_value] // this value has no own key. it's 2nd value of [acc_hash]+[inc] key.
|
||||
| [storage3_hash]+[storage3_value]
|
||||
| ...
|
||||
[acc_hash]+[old_inc] | [storage1_hash]+[storage1_value]
|
||||
| ...
|
||||
| ...
|
||||
[acc2_hash] | [acc2_value]
|
||||
...
|
||||
...
|
||||
*/
|
||||
const PlainState = "PlainState"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user