.. |
test_helpers
|
unit tests for GetTransactionCount, GetTransactionReceipt, GetBalance, and GetCode
|
2020-10-30 00:44:41 -05:00 |
api_test.go
|
unit tests for GetTransactionCount, GetTransactionReceipt, GetBalance, and GetCode
|
2020-10-30 00:44:41 -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
|
unit tests for GetTransactionCount, GetTransactionReceipt, GetBalance, and GetCode
|
2020-10-30 00:44:41 -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
|
unit tests for GetTransactionCount, GetTransactionReceipt, GetBalance, and GetCode
|
2020-10-30 00:44:41 -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.go
|
unit tests for GetTransactionCount, GetTransactionReceipt, GetBalance, and GetCode
|
2020-10-30 00:44:41 -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 |