Commit Graph

13 Commits

Author SHA1 Message Date
e3e4e1e41c Fix storage paths
GetState takes a slot, not a leaf path
2023-04-24 18:34:49 +08:00
a5a95c2a9f clean up 2023-04-10 16:43:27 +08:00
i-norden
784860a7f0 create database abstraction to make it easier to use different drivers; add sqlx driver support to make integrating into ipld-eth-server database metrics easier 2023-03-13 14:07:01 -05:00
i-norden
04a4cc7014 add SetStorage methods to StateDB and StateObject 2023-03-13 10:41:45 -05:00
i-norden
3a5606673a removeu unused method hash arg 2023-03-06 11:46:07 -06:00
i-norden
5ac92c5594 update readme 2023-03-01 22:36:17 -06:00
i-norden
6b25cde9dd fix: need to pass block_hash to StateObject and Database 2023-02-28 12:08:06 -06:00
i-norden
1741e5f790 remove remaining trie access, ForEachStorage is the only method which requires this access pattern and afaict it is only ever used in tests so we can leave it unimplemented 2023-02-28 12:08:06 -06:00
i-norden
a99694749f removed unused state_object public method 2023-02-28 12:08:06 -06:00
i-norden
6361f744ac remove prefetcher (remmoving trie access) 2023-02-28 12:08:06 -06:00
i-norden
ae70c88e19 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
i-norden
60735d53fd 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
i-norden
fe188030df port over required internal geth packages 2023-02-23 16:10:34 -06:00