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