go-ethereum/accounts/keystore
viktorking7 1c706d1571
accounts/keystore: use ticker to avoid timer allocations (#32732)
Replace time.After with a long‑lived time.Ticker in KeyStore.updater, preventing per‑iteration timer allocations and potential timer buildup.

Co-authored-by: lightclient <lightclient@protonmail.com>
2025-09-24 19:47:55 -06:00
..
testdata cmd/geth: remove unlock commandline flag (#30737) 2024-11-15 10:15:15 +01:00
account_cache.go cmd/geth: remove unlock commandline flag (#30737) 2024-11-15 10:15:15 +01:00
account_cache_test.go all: simplify tests using t.TempDir() (#30150) 2024-07-15 15:26:58 +02:00
file_cache.go
key.go
keystore.go accounts/keystore: use ticker to avoid timer allocations (#32732) 2025-09-24 19:47:55 -06:00
keystore_fuzzing_test.go
keystore_test.go
passphrase.go accounts/keystore: update links to documenation (#32194) 2025-07-14 09:15:18 +02:00
passphrase_test.go
plain.go
plain_test.go
presale.go
wallet.go
watch.go
watch_fallback.go