go-ethereum/accounts
Daniel Liu d02ba1db81 accounts/keystore: fix flaky test (#21703)
* accounts/keystore: add timeout to test to prevent failure on travis

The TestWalletNotifications test sporadically fails on travis.
This is because we shutdown the event collection before all events are received.
Adding a small timeout (10 milliseconds) allows the collector to be scheduled
and to consume all pending events before we shut it down.

* accounts/keystore: added newlines back in

* accounts/keystore: properly fix the walletNotifications test
2025-01-24 16:18:30 +08:00
..
abi accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2025-01-24 16:18:30 +08:00
keystore accounts/keystore: fix flaky test (#21703) 2025-01-24 16:18:30 +08:00
scwallet accouts, core: fix some comments (#21617) 2025-01-24 16:18:30 +08:00
usbwallet accouts, core: fix some comments (#21617) 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: 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