go-ethereum/miner
maskpp a4eb31f4d2
Disable consensus and close p2p service. (#8)
* stop p2p and sync handler

* disable clique consensus create block

* Close useless code about p2p settings.
2021-12-16 21:56:40 -08:00
..
stress miner/stress: initialize account backends explicitly (#23699) 2021-10-09 16:39:53 +02:00
miner.go eth: close miner on exit (instead of just stopping) (#21992) 2021-10-08 18:36:58 +02:00
miner_test.go cmd/geth: add flag --dev.gaslimit for dev mode (#23686) 2021-11-16 13:45:02 +01:00
unconfirmed.go all: replace RWMutex with Mutex in places where RLock is not used (#21622) 2020-10-13 10:58:41 +02:00
unconfirmed_test.go all: remove redundant conversions and import names (#21903) 2020-11-25 21:00:23 +01:00
worker.go Disable consensus and close p2p service. (#8) 2021-12-16 21:56:40 -08:00
worker_test.go consensus/clique: prevent 0 len extradata from panicing (#23538) 2021-09-21 10:46:08 +02:00