Commit Graph

2 Commits

Author SHA1 Message Date
CJ Cobb
199144d092 Add a flag to defer cache reads while the cache is being updated (#97) 2022-02-18 20:44:07 -05:00
CJ Cobb
c7e31aff56 Add state data cache and successor table. Remove keys table
* Adds a cache for the most recently validated ledger state
* Replaces the keys table with successor table
* Adds support for ledger diffs in the database
* Removes BackendIndexer
2021-12-20 14:40:23 -05:00