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.
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
|
6 years ago |
.. |
testdata
|
accounts, cmd, eth, internal, mobile, node: split account backends
|
8 years ago |
account_cache.go
|
accounts/keystore: delete the redundant keystore in filename (#17930)
|
6 years ago |
account_cache_test.go
|
accounts/keystore: comments above time.Sleep
|
7 years ago |
file_cache.go
|
accounts/keystore: rename skipKeyFile to nonKeyFile to better reveal the function purpose (#17290)
|
6 years ago |
key.go
|
accounts/keystore: delete the redundant keystore in filename (#17930)
|
6 years ago |
keystore.go
|
accounts/keystore: double-check keystore file after creation (#17348)
|
6 years ago |
keystore_test.go
|
accounts/keystore: scan key directory without locks held (#15171)
|
7 years ago |
passphrase.go
|
accounts/keystore: delete the redundant keystore in filename (#17930)
|
6 years ago |
passphrase_test.go
|
accounts/keystore: delete the redundant keystore in filename (#17930)
|
6 years ago |
plain.go
|
accounts/keystore: delete the redundant keystore in filename (#17930)
|
6 years ago |
plain_test.go
|
accounts/keystore: delete the redundant keystore in filename (#17930)
|
6 years ago |
presale.go
|
accounts/keystore: delete the redundant keystore in filename (#17930)
|
6 years ago |
wallet.go
|
accounts, eth, clique, signer: support for external signer API (#18079)
|
6 years ago |
watch.go
|
accounts/keystore: Ignore initial trigger of rescan-event
|
7 years ago |
watch_fallback.go
|
accounts, cmd, eth, internal, miner, node: wallets and HD APIs
|
8 years ago |