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.
Marius van der Wijden
d8e0807da2
miner: refactor the miner, make the pending block on demand ( #28623 )
...
* miner: untangle miner
* miner: use common.hash instead of *types.header
* cmd/geth: deprecate --mine
* eth: get rid of most miner api
* console: get rid of coinbase in welcome message
* miner/stress: get rid of the miner stress test
* eth: get rid of miner.setEtherbase
* ethstats: remove miner and hashrate flags
* ethstats: remove miner and hashrate flags
* cmd: rename pendingBlockProducer to miner.pending.feeRecipient flag
* miner: use pendingFeeRecipient instead of etherbase
* miner: add mutex to protect the pending block
* miner: add mutex to protect the pending block
* eth: get rid of etherbase mentions
* miner: no need to lock the coinbase
* eth, miner: fix linter
---------
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
11 months ago
..
catalyst
miner: refactor the miner, make the pending block on demand ( #28623 )
11 months ago
downloader
rpc: remove deprecated method "Notifier.Closed" ( #29162 )
11 months ago
ethconfig
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
11 months ago
fetcher
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
11 months ago
filters
miner: refactor the miner, make the pending block on demand ( #28623 )
11 months ago
gasestimator
all: use uint256 in state ( #28598 )
1 year ago
gasprice
miner: refactor the miner, make the pending block on demand ( #28623 )
11 months ago
protocols
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
11 months ago
tracers
eth/tracers: prestate tracer add blob fee ( #29168 )
11 months ago
api_admin.go
eth: ignore genesis block on importChain ( #27956 )
1 year ago
api_backend.go
miner: refactor the miner, make the pending block on demand ( #28623 )
11 months ago
api_debug.go
miner: refactor the miner, make the pending block on demand ( #28623 )
11 months ago
api_debug_test.go
all: remove the dependency from trie to triedb ( #28824 )
12 months ago
api_miner.go
miner: refactor the miner, make the pending block on demand ( #28623 )
11 months ago
backend.go
miner: refactor the miner, make the pending block on demand ( #28623 )
11 months ago
bloombits.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
handler.go
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
11 months ago
handler_eth.go
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
11 months ago
handler_eth_test.go
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
11 months ago
handler_snap.go
eth: check snap satelliteness, delegate drop to eth ( #22235 )
4 years ago
handler_test.go
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
11 months ago
peer.go
eth: remove admin.peers[i].eth.head and difficulty ( #26804 )
2 years ago
peerset.go
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
11 months ago
state_accessor.go
all: remove the dependency from trie to triedb ( #28824 )
12 months ago
sync.go
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
11 months ago
sync_test.go
consensus, cmd, core, eth: remove support for non-merge mode of operation ( #29169 )
11 months ago