mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: block level indexing (#2275)
Co-authored-by: rakita <dragan0rakita@gmail.com> Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
This commit is contained in:
@ -54,12 +54,12 @@ BlockTransitionIdIndex {
|
||||
}
|
||||
AccountHistory {
|
||||
H256 Account "PK"
|
||||
TransitionList TransitionIdList "List of transitions where account was changed"
|
||||
BlockNumberList TransitionIdList "List of transitions where account was changed"
|
||||
}
|
||||
StorageHistory {
|
||||
H256 Account "PK"
|
||||
H256 StorageKey "PK"
|
||||
TransitionList TransitionIdList "List of transitions where account storage entry was changed"
|
||||
BlockNumberList TransitionIdList "List of transitions where account storage entry was changed"
|
||||
}
|
||||
AccountChangeSet {
|
||||
u64 TransitionId "PK"
|
||||
|
||||
Reference in New Issue
Block a user