go-ethereum/accounts
Daniel Liu c75ba99267 accounts/keystore: use github.com/google/uuid (#22217)
This replaces the github.com/pborman/uuid dependency with
github.com/google/uuid because the former is only a wrapper for
the latter (since v1.0.0).

Co-authored-by: Felix Lange <fjl@twurst.com>
2025-01-24 16:18:30 +08:00
..
abi accounts: EIP-2718: Typed Transaction Envelope + EIP-2930 (#21502) 2025-01-24 16:18:30 +08:00
keystore accounts/keystore: use github.com/google/uuid (#22217) 2025-01-24 16:18:30 +08:00
scwallet accounts: EIP-2718: Typed Transaction Envelope + EIP-2930 (#21502) 2025-01-24 16:18:30 +08:00
usbwallet accounts/usbwallet: fix ledger version check (#21733) 2025-01-24 16:18:30 +08:00
accounts.go accouts, core: fix some comments (#21617) 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: replace passPHRASE with passWORD in any user interactions (#19932) 2025-01-24 16:18:29 +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 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