go-ethereum/accounts/abi/bind
maskpp 3c208cdea8
accounts/abi/bind: make it possible to wait for tx hash (#30079)
This change adds methods which makes it possible for to wait for a transaction with a specific hash when deploying contracts during abi bind interaction.

---------

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2024-12-17 09:12:10 +01:00
..
backends core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
auth.go accounts/abi/bind: check invalid chainID first (#29275) 2024-03-19 14:05:31 +01:00
backend.go ethclient/simulated: implement new sim backend (#28202) 2024-01-10 16:45:08 +01:00
base.go accounts/abi/bind: add accessList support to base bond contract (#30195) 2024-08-01 12:09:04 -06:00
base_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
bind.go build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
bind_test.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
source.go.tpl accounts/abi: embed Go template instead of string literal (#30098) 2024-07-02 15:58:15 +03:00
template.go accounts/abi: embed Go template instead of string literal (#30098) 2024-07-02 15:58:15 +03:00
util.go accounts/abi/bind: make it possible to wait for tx hash (#30079) 2024-12-17 09:12:10 +01:00
util_test.go accounts/abi/bind, ethclient/simulated: check SendTransaction error in tests (#30349) 2024-08-27 17:11:50 +02:00