erigon-pulse/accounts/keystore
Marius van der Wijden a7e120dc4c accounts/keystore: fix double import race (#20915)
* accounts/keystore: fix race in Import/ImportECDSA

* accounts/keystore: added import/export tests

* cmd/geth: improved TestAccountImport test

* accounts/keystore: added import/export tests

* accounts/keystore: fixed naming

* accounts/keystore: fixed typo

* accounts/keystore: use mutex instead of rwmutex

* accounts: use errors instead of fmt
# Conflicts:
#	accounts/keystore/keystore_test.go
#	cmd/geth/accountcmd_test.go
2020-05-20 15:26:22 +03:00
..
testdata all: replace passPHRASE with passWORD in user interactions (#19932) 2019-08-12 12:00:38 +03:00
account_cache_test.go Timestamps must be sorted prior to appending into thin history index (#411) 2020-03-27 16:46:34 +01:00
account_cache.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
file_cache.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
key.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
keystore_test.go accounts/keystore: fix double import race (#20915) 2020-05-20 15:26:22 +03:00
keystore.go accounts/keystore: fix double import race (#20915) 2020-05-20 15:26:22 +03:00
passphrase_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
passphrase.go accounts/keystore: fix staticcheck warnings (#20373) 2019-12-03 14:01:17 +01:00
plain_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
plain.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
presale.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
wallet.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
watch_fallback.go accounts/keystore: enable fallback for darwin,!cgo (#19614) 2019-05-27 12:28:06 +02:00
watch.go Mismatching notify (#330) 2020-01-24 12:05:46 +00:00