ipld-eth-server/pkg/eth
2020-10-29 22:07:39 -05:00
..
test_helpers remaining block endpoint unit test; uncle endpoints unit tests 2020-10-29 14:59:09 -05:00
api_test.go new transaction endpoint unit tests (except for GetTransactionCount which is still TODO because testing its current implementation requires complete state (e.g. like eth_call test) so- ideally- will first refactor it to use state diff 2ndary indexes rather than proceeding through regular ethdb interface) 2020-10-29 15:20:58 -05:00
api.go optimize GetTransactionCount, GetBalance, and GetCode to use secondary indexes instead of operating through ethdb where we have to iterate down trie from root to leaf (multiple db lookups) to access account info 2020-10-29 22:07:39 -05:00
backend_utils.go finish cache miss forwarding for new endpoints 2020-10-28 08:54:06 -05:00
backend.go optimize GetTransactionCount, GetBalance, and GetCode to use secondary indexes instead of operating through ethdb where we have to iterate down trie from root to leaf (multiple db lookups) to access account info 2020-10-29 22:07:39 -05:00
cid_retriever_test.go fixes after dirty rebase; canonical hash/header finder function is in this commit now 2020-10-20 15:36:51 -05:00
cid_retriever.go fixes after dirty rebase; canonical hash/header finder function is in this commit now 2020-10-20 15:36:51 -05:00
eth_call_test.go minor cleanup to prom files 2020-10-27 14:18:59 -05:00
eth_suite_test.go decouple from sync 2020-08-31 10:47:06 -05:00
filterer_test.go fixes after dirty rebase; canonical hash/header finder function is in this commit now 2020-10-20 15:36:51 -05:00
filterer.go upgrade ipld-eth-indexer from v0.2.0-alpha to v0.5.0-alpha and test fixes 2020-10-20 17:42:09 +03:00
helpers.go fixes after dirty rebase; canonical hash/header finder function is in this commit now 2020-10-20 15:36:51 -05:00
interfaces.go update eth backend 2020-10-28 08:23:17 -05:00
ipld_fetcher_test.go fixes after dirty rebase; canonical hash/header finder function is in this commit now 2020-10-20 15:36:51 -05:00
ipld_fetcher.go upgrade ipld-eth-indexer from v0.2.0-alpha to v0.5.0-alpha and test fixes 2020-10-20 17:42:09 +03:00
ipld_retriever_test.go fixes after dirty rebase; canonical hash/header finder function is in this commit now 2020-10-20 15:36:51 -05:00
ipld_retriever.go optimize GetTransactionCount, GetBalance, and GetCode to use secondary indexes instead of operating through ethdb where we have to iterate down trie from root to leaf (multiple db lookups) to access account info 2020-10-29 22:07:39 -05:00
subscription_config.go decouple from sync 2020-08-31 10:47:06 -05:00
test_helpers.go updat dep and serve cmd 2020-09-02 10:19:25 -05:00
types.go finish cache miss forwarding for new endpoints 2020-10-28 08:54:06 -05:00