go-ethereum/accounts/abi/bind
jwasinger a10969f650
accounts/abi: fix abigen v1 bindings for deployment of library dependencies (#32164)
When we are deploying library dependencies, if the `TransactOpts` nonce
is unset we will choose the nonce of the next deployment transaction
based on the pending nonce of the sender. If a previous library
deployment transaction was made but not yet accepted into the pool, the
pending nonce will not be updated for the the next deployment
transaction.

This PR introduces a new method to the bind API `WaitAccepted` which
poll until a submitted transaction hash is accepted into the pool or
rejected. The bindings for v1 are updated to invoke this method after
deploying each library dependency.
2026-07-14 14:45:16 +02:00
..
backends core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
v2 accounts/abi: fix abigen v1 bindings for deployment of library dependencies (#32164) 2026-07-14 14:45:16 +02:00
old.go accounts/abi: fix abigen v1 bindings for deployment of library dependencies (#32164) 2026-07-14 14:45:16 +02:00