ipld-eth-server/pkg/eth
Thomas E Lackey 6470bf2f01
251: Remove uses of canonical_header_hash() and get_storage_at() fns in light of v5 schema updates. (#253)
* Remove canonical_header_hash() uses and update SQL queries for latest v5 schema.

* Remove get_storage_at() uses.
2023-08-03 14:44:58 -05:00
..
api_test rlp.EncodeToBytes => MarshalBinary, in tests 2023-06-12 17:25:17 -05:00
state_test Update dependencies for ipld-eth-db 5.0.5 and geth v1.11.6-statediff-5.0.8 (#252) 2023-07-31 12:43:15 -05:00
test_helpers Upgrade to v5 schema 2023-05-25 21:39:48 +08:00
api.go Fix getLogs query (avoid repeated execution, separate tx, and improve performance) (#250) 2023-06-16 11:49:56 -05:00
backend_utils.go use GasFeeCap for unmined tx GasPrice 2023-06-14 11:49:57 -05:00
backend.go Fix getLogs query (avoid repeated execution, separate tx, and improve performance) (#250) 2023-06-16 11:49:56 -05: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 Fix getLogs query (avoid repeated execution, separate tx, and improve performance) (#250) 2023-06-16 11:49:56 -05:00
sql.go 251: Remove uses of canonical_header_hash() and get_storage_at() fns in light of v5 schema updates. (#253) 2023-08-03 14:44:58 -05: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