go-ethereum/accounts
Daniel Liu 206b61420f abi/base: return error for pending call error (#24649)
If a pending contract call errors, return that error right away rather
than ignoring it to allow an error somewhere else. This is helpful for
callers to know if perhaps a call failed because of the context deadline
being expired. This change mirrors the behavior of non-pending contract
calls.
2025-01-24 16:54:11 +08:00
..
abi abi/base: return error for pending call error (#24649) 2025-01-24 16:54:11 +08:00
keystore all: use T.TempDir to create temporary test directories (#24633) 2025-01-24 16:54:08 +08:00
scwallet accouts/scwallet: typo fix (#24207) 2025-01-24 16:18:30 +08:00
usbwallet accouts/scwallet: typo fix (#24207) 2025-01-24 16:18:30 +08:00
accounts.go accounts: correct spelling mistake (#24323) 2025-01-24 16:18:30 +08:00
accounts_test.go accounts: support for external signer API (#18079) 2025-01-24 16:18:29 +08:00
errors.go accounts: fix typo in errors.go (#24270) 2025-01-24 16:18:30 +08:00
hd.go accounts: fix Ledger Live account derivation path (clef) (#21757) 2025-01-24 16:18:30 +08:00
hd_test.go accounts: fix Ledger Live account derivation path (clef) (#21757) 2025-01-24 16:18:30 +08:00
manager.go node: remove dependency on wallet backend packages (#23019) 2025-01-24 16:18:30 +08:00
sort.go accounts: smartcard wallet without the dependency on libpcsclite (#19273) 2025-01-24 16:18:29 +08:00
url.go accounts: add unit tests for URL (#17182) 2025-01-24 16:18:28 +08:00
url_test.go accounts: add unit tests for URL (#17182) 2025-01-24 16:18:28 +08:00