Geth StateDB that works ontop of ipld-eth-db, leveraging its unique indexes
Go to file
2023-02-28 12:08:06 -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 remove snapshot usage and unused internal methods; note this is different than the journaling used to simulate state transitions 2023-02-28 12:08:06 -06:00
database.go add back caches for code and code length; implement code and codelength methods 2023-02-28 12:08:06 -06:00
journal.go remove snapshot usage and unused internal methods; note this is different than the journaling used to simulate state transitions 2023-02-28 12:08:06 -06:00
README.md init commit 2023-02-22 18:57:42 -06:00
sql.go begin sql statements 2023-02-28 12:08:06 -06:00
state_object.go remove snapshot usage and unused internal methods; note this is different than the journaling used to simulate state transitions 2023-02-28 12:08:06 -06:00
statedb.go remove snapshot usage and unused internal methods; note this is different than the journaling used to simulate state transitions 2023-02-28 12:08:06 -06:00
trie_prefetcher.go port over required internal geth packages 2023-02-23 16:10:34 -06:00

ipld-eth-statedb