fix account ordering
* chronological order of creation * new naming scheme keystore/UTC--<created_at UTC ISO8601>-<address hex> * KeyStore2 -> KeyStore * backward compatibility * refactor keyStore methods
Showing
- accounts/account_manager.go 3 additions, 3 deletionsaccounts/account_manager.go
- accounts/accounts_test.go 3 additions, 2 deletionsaccounts/accounts_test.go
- cmd/geth/js_test.go 1 addition, 1 deletioncmd/geth/js_test.go
- crypto/crypto.go 1 addition, 1 deletioncrypto/crypto.go
- crypto/key_store_passphrase.go 15 additions, 19 deletionscrypto/key_store_passphrase.go
- crypto/key_store_plain.go 80 additions, 53 deletionscrypto/key_store_plain.go
Loading
Please register or sign in to comment