go-ethereum/accounts/abi/bind
Matthieu Vachon 7f8926e716 Backporting extended-tracer branch
We backported branch `extended-tracer` at commit 3078dfe80b back to v1.13.5 of Geth.

To achieve the backport, we did:
- git checkout -b extended-tracer-squashed
- git reset --hard 3078dfe80b
- git reset --mixed fc380f52ef # This was the latest merged commit not from `extended-tracer` branch
- git commit -A -m "<This message>"
- git checkout v1.13.5
- git checkout -b extended-tracer-backport-v1.13.5
- git cherry-pick extended-tracer-squashed
2024-02-06 13:06:08 -05:00
..
backends Backporting extended-tracer branch 2024-02-06 13:06:08 -05:00
auth.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
backend.go api/bind: add CallOpts.BlockHash to allow calling contracts at a specific block hash (#28084) 2023-10-17 15:34:01 +03:00
base.go api/bind: add CallOpts.BlockHash to allow calling contracts at a specific block hash (#28084) 2023-10-17 15:34:01 +03:00
base_test.go api/bind: add CallOpts.BlockHash to allow calling contracts at a specific block hash (#28084) 2023-10-17 15:34:01 +03:00
bind.go accounts/abi: resolve name conflict for methods starting with a number (#26999) 2023-05-02 14:27:37 +02:00
bind_test.go accounts/abi: resolve name conflict for methods starting with a number (#26999) 2023-05-02 14:27:37 +02:00
template.go all: remove trailing whitespace (#27741) 2023-08-05 00:24:32 +02:00
util.go accounts/abi/bind: improve WaitMined error handling (#24321) 2022-02-01 16:42:51 +01:00
util_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 2021-06-15 13:56:14 +03:00