Geth StateDB that works ontop of ipld-eth-db, leveraging its unique indexes
Go to file
Ian Norden b7b1896699
Merge pull request #1 from cerc-io/ian/v5
[WIP] ipld-eth-statedb
2023-02-27 08:15:53 -06:00
.gitignore init commit 2023-02-22 18:57:42 -06:00
access_list.go port over required internal geth packages 2023-02-23 16:10:34 -06:00
config.go pgx config 2023-02-23 16:27:59 -06:00
database.go replace geth state.Database with internal, minized, Database interface (reduce set of operations we need to replicate or replace ontop of postgres) 2023-02-24 10:32:44 -06:00
journal.go port over required internal geth packages 2023-02-23 16:10:34 -06:00
README.md init commit 2023-02-22 18:57:42 -06:00
state_object.go replace geth state.Database with internal, minized, Database interface (reduce set of operations we need to replicate or replace ontop of postgres) 2023-02-24 10:32:44 -06:00
statedb.go replace geth state.Database with internal, minized, Database interface (reduce set of operations we need to replicate or replace ontop of postgres) 2023-02-24 10:32:44 -06:00
trie_prefetcher.go port over required internal geth packages 2023-02-23 16:10:34 -06:00

ipld-eth-statedb