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 |
.. |
build
|
travis, Dockerfile, appveyor, build: bump to Go 1.11
|
6 years ago |
cmdtest
|
internal/cmdtest: Expose process exit status and errors (#18046)
|
6 years ago |
debug
|
internal/debug: support color terminal for cygwin/msys2 (#17740)
|
6 years ago |
ethapi
|
accounts, eth, clique, signer: support for external signer API (#18079)
|
6 years ago |
guide
|
all: update license information
|
8 years ago |
jsre
|
all: fix various comment typos (#17748)
|
6 years ago |
web3ext
|
p2p/protocols: accounting metrics rpc (#18336)
|
6 years ago |