go-ethereum/accounts
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
..
abi accounts/abi: fix abigen v1 bindings for deployment of library dependencies (#32164) 2026-07-14 14:45:16 +02:00
external accounts/external: forward blob fee cap to external signer (#35167) 2026-07-02 18:12:58 +02:00
keystore accounts/keystore: fix negative timezone sign in toISO8601 (#35245) 2026-07-01 10:33:45 +08:00
scwallet accounts/scwallet: truncate before write (#34815) 2026-04-27 16:13:42 +02:00
usbwallet accounts/usbwallet: check ledger versions for typed txs (#35044) 2026-05-29 08:11:42 +02:00
accounts.go crypto/keccak: vendor in golang.org/x/crypto/sha3 (#33323) 2026-02-03 14:55:27 -07:00
accounts_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
errors.go accounts: fix typo in comments (#24805) 2022-05-03 08:49:41 +02:00
hd.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
hd_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00
manager.go accounts: fix missing wallet drop (#35133) 2026-07-03 14:50:59 +02:00
manager_test.go accounts: fix missing wallet drop (#35133) 2026-07-03 14:50:59 +02:00
sort.go accounts, console: frendly card errors, support pin unblock 2019-04-08 13:19:37 +02:00
url.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
url_test.go accounts: run tests in parallel (#28544) 2023-12-04 14:55:06 +01:00