go-ethereum/accounts/keystore
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
..
testdata accounts: replace passPHRASE with passWORD in any user interactions (#19932) 2025-01-24 16:18:29 +08:00
account_cache.go accounts/keystore: remove uneeded syntax (#21921) 2025-01-24 16:18:30 +08:00
account_cache_test.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
file_cache.go all: replace RWMutex with Mutex in places where RLock is not used (#21622) 2025-01-24 16:18:30 +08:00
key.go accounts/keystore: use github.com/google/uuid (#22217) 2025-01-24 16:18:30 +08:00
keystore.go accounts: EIP-2718: Typed Transaction Envelope + EIP-2930 (#21502) 2025-01-24 16:18:30 +08:00
keystore_test.go accounts/keystore: fix flaky test (#21703) 2025-01-24 16:18:30 +08:00
passphrase.go accounts/keystore: use github.com/google/uuid (#22217) 2025-01-24 16:18:30 +08:00
passphrase_test.go accounts/keystore: delete the redundant keystore in filename (#17930) 2025-01-24 16:18:28 +08:00
plain.go accounts/keystore: delete the redundant keystore in filename (#17930) 2025-01-24 16:18:28 +08:00
plain_test.go accounts: replace passPHRASE with passWORD in any user interactions (#19932) 2025-01-24 16:18:29 +08:00
presale.go accounts/keystore: use github.com/google/uuid (#22217) 2025-01-24 16:18:30 +08:00
wallet.go accounts/keystore: add missing function doc for SignText (#21914) 2025-01-24 16:18:30 +08:00
watch.go accounts/keystore: enable fallback for darwin,!cgo (#19614) 2025-01-24 16:18:29 +08:00
watch_fallback.go accounts/keystore: enable fallback for darwin,!cgo (#19614) 2025-01-24 16:18:29 +08:00