Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/accounts/keystore
Martin Holst Swende a907d7e81a
all: more linters (#24783)
2 years ago
..
testdata all: replace passPHRASE with passWORD in user interactions (#19932) 5 years ago
account_cache.go all: remove unneeded parentheses (#21921) 4 years ago
account_cache_test.go all: more linters (#24783) 2 years ago
file_cache.go all: replace non-trivial uses of package ioutil with os (#24886) 2 years ago
key.go all: replace uses of ioutil with io and os (#24869) 2 years ago
keystore.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
keystore_test.go all: use T.TempDir to create temporary test directories (#24633) 2 years ago
passphrase.go all: replace uses of ioutil with io and os (#24869) 2 years ago
passphrase_test.go all: more linters (#24783) 2 years ago
plain.go accounts/keystore: delete the redundant keystore in filename (#17930) 6 years ago
plain_test.go all: use T.TempDir to create temporary test directories (#24633) 2 years ago
presale.go accounts/keystore: use github.com/google/uuid (#22217) 4 years ago
wallet.go accounts/keystore: add missing function doc for SignText (#21914) 4 years ago
watch.go all: add go:build lines (#23468) 3 years ago
watch_fallback.go all: add go:build lines (#23468) 3 years ago