go-ethereum/accounts/keystore
Daniel Liu a79d2a2ed3 accounts/keystore: faster tests (#25827)
This PR removes some optimistic tests -- a'la "do something,
wait a while, and hope it has trickled through and continue" -- and
instead uses some introspection to ensure that prerequisites are met.
2025-01-24 16:54:11 +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: faster tests (#25827) 2025-01-24 16:54:11 +08:00
account_cache_test.go accounts/keystore: faster tests (#25827) 2025-01-24 16:54:11 +08:00
file_cache.go accounts: fix some typos (#25551) 2025-01-24 16:54:11 +08:00
key.go accounts/keystore: use github.com/google/uuid (#22217) 2025-01-24 16:18:30 +08:00
keystore.go accounts/keystore: faster tests (#25827) 2025-01-24 16:54:11 +08:00
keystore_test.go accounts/keystore: faster tests (#25827) 2025-01-24 16:54:11 +08:00
passphrase.go accounts: lint whitespace (#25312) 2025-01-24 16:54:11 +08:00
passphrase_test.go accounts: more linters (#24783) 2025-01-24 16:54:11 +08:00
plain.go accounts/keystore: delete the redundant keystore in filename (#17930) 2025-01-24 16:18:28 +08:00
plain_test.go all: use T.TempDir to create temporary test directories (#24633) 2025-01-24 16:54:08 +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: faster tests (#25827) 2025-01-24 16:54:11 +08:00
watch_fallback.go accounts/keystore: faster tests (#25827) 2025-01-24 16:54:11 +08:00