go-ethereum/accounts
Daniel Liu f4feaebb40 accounts/abi: fix a bug in getTypeSize method (#21501)
* accounts/abi: fix a bug in getTypeSize method

e.g. for "Tuple[2]" type, the element of the array is a tuple type and the size of the tuple may not be 32.

* accounts/abi: add unit test of getTypeSize method
2025-01-24 16:18:29 +08:00
..
abi accounts/abi: fix a bug in getTypeSize method (#21501) 2025-01-24 16:18:29 +08:00
keystore accounts/keystore: fix typo in error message (#21200) 2025-01-24 16:18:29 +08:00
scwallet accounts: fix typos in comments (#21118) 2025-01-24 16:18:29 +08:00
usbwallet accounts/usbwallet: fix staticcheck warnings (#20372) 2025-01-24 16:18:29 +08:00
accounts.go accounts: better support for EIP-191 intended validator (#19523) 2025-01-24 16:18:29 +08:00
accounts_test.go accounts: support for external signer API (#18079) 2025-01-24 16:18:29 +08:00
errors.go accounts: replace passPHRASE with passWORD in any user interactions (#19932) 2025-01-24 16:18:29 +08:00
hd.go accounts: switch Ledger derivation path to canonical one (#19438) 2025-01-24 16:18:29 +08:00
hd_test.go accounts: fix typos in comments (#21118) 2025-01-24 16:18:29 +08:00
manager.go accounts: add walletsNoLock to avoid double read lock (#20655) 2025-01-24 16:18:29 +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