mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05: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