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 |
.. |
api.go
|
all: new p2p node representation (#17643)
|
6 years ago |
config.go
|
accounts, eth, clique, signer: support for external signer API (#18079)
|
6 years ago |
config_test.go
|
cmd/geth: add --config file flag (#13875)
|
8 years ago |
defaults.go
|
GraphQL master FF for review (#18445)
|
6 years ago |
doc.go
|
node: documentation typo fix (#17113)
|
6 years ago |
errors.go
|
node: fix instance dir locking and improve error message
|
7 years ago |
node.go
|
node, rpc: log cleanups in ipc listener function (#18124)
|
6 years ago |
node_example_test.go
|
cmd/geth: add --config file flag (#13875)
|
8 years ago |
node_test.go
|
p2p, p2p/discover: add signed ENR generation (#17753)
|
6 years ago |
service.go
|
cmd, dashboard, log: log collection and exploration (#17097)
|
6 years ago |
service_test.go
|
node: ensure datadir can be co-inhabited by different instances
|
8 years ago |
utils_test.go
|
node: all golint warnings fixed (#16773)
|
7 years ago |