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 |
.. |
downloader
|
cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode (#17321)
|
6 years ago |
fetcher
|
eth/fetcher: blockFilter is not used anymore (#17971)
|
6 years ago |
filters
|
eth/filters: fix the block range assignment for log filter (#17284)
|
6 years ago |
gasprice
|
cmd, core, eth, miner, params: configurable gas floor and ceil
|
6 years ago |
tracers
|
eth/tracer: extend create2 (#18318)
|
6 years ago |
api.go
|
cmd, core, eth, light, trie: add trie read caching layer
|
6 years ago |
api_backend.go
|
core, internal, eth, miner, les: Take VM config from BlockChain (#17955)
|
6 years ago |
api_test.go
|
all: get rid of error when creating memory database (#16716)
|
7 years ago |
api_tracer.go
|
eth: make tracers respect pre- EIP 158/161 rule
|
6 years ago |
backend.go
|
accounts, eth, clique, signer: support for external signer API (#18079)
|
6 years ago |
bloombits.go
|
all: make indexer configurable (#17188)
|
6 years ago |
config.go
|
les: implement ultralight client (#16904)
|
6 years ago |
gen_config.go
|
les: implement ultralight client (#16904)
|
6 years ago |
handler.go
|
cmd/utils, eth: minor polishes on whitelist code
|
6 years ago |
handler_test.go
|
cmd, eth: Add support for `--whitelist <blocknum>=<hash>,...` flag
|
6 years ago |
helper_test.go
|
cmd, eth: Add support for `--whitelist <blocknum>=<hash>,...` flag
|
6 years ago |
metrics.go
|
metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15910)
|
7 years ago |
peer.go
|
all: switch out defunct set library to different one (#16873)
|
6 years ago |
protocol.go
|
eth: fixed the minor typo inside the comments (#17830)
|
6 years ago |
protocol_test.go
|
core, eth: minor txpool event cleanups
|
7 years ago |
sync.go
|
all: new p2p node representation (#17643)
|
6 years ago |
sync_test.go
|
all: new p2p node representation (#17643)
|
6 years ago |
ulc_config.go
|
les: implement ultralight client (#16904)
|
6 years ago |