From 9f45b425305bef793a1978070de695f3b8d9f82c Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Thu, 19 Nov 2020 18:49:29 -0500 Subject: Add ethclient --- notes/hacked-list.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'notes/hacked-list.txt') diff --git a/notes/hacked-list.txt b/notes/hacked-list.txt index 3182b56..0ae1db0 100644 --- a/notes/hacked-list.txt +++ b/notes/hacked-list.txt @@ -30,6 +30,9 @@ ./eth/config.go ./eth/gen_config.go ./eth/tracers/internal/tracers/assets.go +./ethclient/ethclient.go +./ethclient/ethclient_test.go +./ethclient/signer.go ./internal/ethapi/api.go ./internal/ethapi/backend.go ./miner/miner.go @@ -41,3 +44,4 @@ ./params/protocol_params.go ./rpc/client.go ./rpc/types.go +./interfaces.go -- cgit v1.2.3 From f7d86c70023b86801794f99ce15e39fe811aba66 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Fri, 20 Nov 2020 10:27:09 -0500 Subject: Bump version and updated hacked list --- notes/hacked-list.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'notes/hacked-list.txt') diff --git a/notes/hacked-list.txt b/notes/hacked-list.txt index 0ae1db0..f4545ba 100644 --- a/notes/hacked-list.txt +++ b/notes/hacked-list.txt @@ -31,7 +31,6 @@ ./eth/gen_config.go ./eth/tracers/internal/tracers/assets.go ./ethclient/ethclient.go -./ethclient/ethclient_test.go ./ethclient/signer.go ./internal/ethapi/api.go ./internal/ethapi/backend.go -- cgit v1.2.3