ipld-eth-server/pkg/eth
Roy Crihfield 6d7487152c Upgrade to v5 schema
Now uses:
* ipld direct_by_leaf StateDB for basic queries
* trie_by_cid StateDB for trie slice and proof queries

Also:
* vulcanize => cerc refactor
* Backend method to close dbs
* state tests are in multiple packages, to allow separate ginkgo suites
* removes gap-filler module
* integration tests and github workflows
* run stack-orchestrator for testnet
* fix various issues with tests, hardhat server, dockerfile
* fix cmd flags / env vars
* fix flaky tests and clean up code
* remove unused code, scripts
* remove outdated docs
* update version
2023-05-25 21:39:48 +08:00
..
api_test Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
state_test Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
test_helpers Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
api.go Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
backend_utils.go Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
backend.go Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
errors.go eth_createAccessList fall-through endpoint 2023-01-12 20:58:42 -06:00
eth_suite_test.go Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
helpers.go internalize some node type utils from geth as they are no longer used over there in v5 2023-03-07 21:49:38 -06:00
node_types.go Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
retriever_test.go Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
retriever.go Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
sql.go Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
subscription_config.go refactor out remaining unused bits 2023-02-21 19:50:58 -06:00
transaction_arguments.go eth_createAccessList fall-through endpoint 2023-01-12 20:58:42 -06:00
types.go Upgrade to v5 schema 2023-05-25 21:39:48 +08:00