plugeth/accounts/keystore
Martin Holst Swende 43e8efe895
accounts, eth, clique, signer: support for external signer API (#18079)
* accounts, eth, clique: implement external backend + move sighash calc to backend

* signer: implement account_Version on external API

* accounts/external: enable ipc, add copyright

* accounts, internal, signer: formatting

* node: go fmt

* flags: disallow --dev in combo with --externalsigner

* accounts: remove clique-specific signing method, replace with more generic

* accounts, consensus: formatting + fix error in tests

* signer/core: remove (test-) import cycle

* clique: remove unused import

* accounts: remove CliqueHash and avoid dependency on package crypto

* consensus/clique: unduplicate header encoding
2019-02-05 11:23:57 +01:00
..
testdata accounts, cmd, eth, internal, mobile, node: split account backends 2017-02-13 14:00:02 +02:00
account_cache_test.go accounts/keystore: comments above time.Sleep 2017-11-16 15:01:02 +01:00
account_cache.go accounts/keystore: delete the redundant keystore in filename (#17930) 2018-11-29 12:04:56 +02:00
file_cache.go accounts/keystore: rename skipKeyFile to nonKeyFile to better reveal the function purpose (#17290) 2018-08-03 10:25:17 +03:00
key.go accounts/keystore: delete the redundant keystore in filename (#17930) 2018-11-29 12:04:56 +02:00
keystore_test.go accounts/keystore: scan key directory without locks held (#15171) 2017-10-09 12:40:50 +02:00
keystore.go accounts/keystore: double-check keystore file after creation (#17348) 2018-09-19 18:08:38 +02:00
passphrase_test.go accounts/keystore: delete the redundant keystore in filename (#17930) 2018-11-29 12:04:56 +02:00
passphrase.go accounts/keystore: delete the redundant keystore in filename (#17930) 2018-11-29 12:04:56 +02:00
plain_test.go accounts/keystore: delete the redundant keystore in filename (#17930) 2018-11-29 12:04:56 +02:00
plain.go accounts/keystore: delete the redundant keystore in filename (#17930) 2018-11-29 12:04:56 +02:00
presale.go accounts/keystore: delete the redundant keystore in filename (#17930) 2018-11-29 12:04:56 +02:00
wallet.go accounts, eth, clique, signer: support for external signer API (#18079) 2019-02-05 11:23:57 +01:00
watch_fallback.go accounts, cmd, eth, internal, miner, node: wallets and HD APIs 2017-02-13 14:00:07 +02:00
watch.go accounts/keystore: Ignore initial trigger of rescan-event 2017-11-20 12:35:30 +01:00