plugeth/signer/core
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
..
abihelper_test.go signer: remove ineffectual assignments (#18049) 2018-11-07 14:55:54 +02:00
abihelper.go all: simplify switches (#17267) 2018-07-30 12:30:09 +03:00
api_test.go accounts, eth, clique, signer: support for external signer API (#18079) 2019-02-05 11:23:57 +01:00
api.go accounts, eth, clique, signer: support for external signer API (#18079) 2019-02-05 11:23:57 +01:00
auditlog.go accounts, eth, clique, signer: support for external signer API (#18079) 2019-02-05 11:23:57 +01:00
cliui.go Clef: USB hw wallet support (#17756) 2018-09-28 12:47:57 +02:00
stdioui.go Clef: USB hw wallet support (#17756) 2018-09-28 12:47:57 +02:00
types.go cmd/clef, signer: security fixes (#17554) 2018-09-25 15:54:58 +02:00
validation_test.go cmd/clef, signer: security fixes (#17554) 2018-09-25 15:54:58 +02:00
validation.go cmd/clef, signer: security fixes (#17554) 2018-09-25 15:54:58 +02:00