diff options
author | aaronbuchwald <[email protected]> | 2020-11-20 10:06:46 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-20 10:06:46 -0500 |
commit | ef19d4da57f99c0c4d93b1ad7dbcbd0b3892bff7 (patch) | |
tree | 2dccd3942cdea2f00ae67c95ba2d26d0479f12d3 /notes | |
parent | 59453f4676ae1d778a32fd9a4edcc94d74747e14 (diff) | |
parent | 9feab9d470278e4eecffa059b476dbf3c9417d8d (diff) |
Merge pull request #58 from ava-labs/ethclient
Ethclient
Diffstat (limited to 'notes')
-rw-r--r-- | notes/hacked-list.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |