go-ethereum/accounts
Daniel Liu b0996a2829
accounts/usbwallet: correct version comparison logic #32417 (#1430)
This PR fixes a bug in the Ledger hardware wallet version validation
logic for EIP-155 transaction signing. The original condition
incorrectly allowed older versions that don't support EIP-155 such as
0.9.9 and 0.1.5 to proceed.

Co-authored-by: Rizky Ikwan <rizzikwann@gmail.com>
2025-09-06 17:03:55 +08:00
..
abi accounts/abi, accounts/keystore: use reflect.TypeFor #32323 (#1428) 2025-09-06 17:01:22 +08:00
keystore accounts/abi, accounts/keystore: use reflect.TypeFor #32323 (#1428) 2025-09-06 17:01:22 +08:00
scwallet accounts/scwallet: fixes nil pointer dereference in scwallet #32186 (#1429) 2025-09-06 17:03:04 +08:00
usbwallet accounts/usbwallet: correct version comparison logic #32417 (#1430) 2025-09-06 17:03:55 +08:00
accounts.go accounts: fix typo (#1413) 2025-09-03 15:44:49 +08:00
accounts_test.go accounts: run tests in parallel (#28544) 2025-01-24 16:54:12 +08:00
errors.go accounts: fix typo in comments (#24805) 2025-01-24 16:54:11 +08:00
hd.go accounts: fix typo in comments (#24805) 2025-01-24 16:54:11 +08:00
hd_test.go accounts: run tests in parallel (#28544) 2025-01-24 16:54:12 +08:00
manager.go accounts: fix data race when closing manager #31982 (#1423) 2025-09-03 15:49:24 +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