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:
Bjerg
2023-04-20 21:03:48 +02:00
committed by GitHub
parent 855a7d5541
commit 68d8506d8e
59 changed files with 1486 additions and 1726 deletions

View File

@ -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"