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.
 
 
 
 
 
 
go-ethereum/miner
Jesse Tane 33f2813809
cmd/geth: add flag --dev.gaslimit for dev mode (#23686)
3 years ago
..
stress miner/stress: initialize account backends explicitly (#23699) 3 years ago
miner.go eth: close miner on exit (instead of just stopping) (#21992) 3 years ago
miner_test.go cmd/geth: add flag --dev.gaslimit for dev mode (#23686) 3 years ago
unconfirmed.go all: replace RWMutex with Mutex in places where RLock is not used (#21622) 4 years ago
unconfirmed_test.go all: remove redundant conversions and import names (#21903) 4 years ago
worker.go miner, consensus/clique: avoid memory leak during block stasis (#23861) 3 years ago
worker_test.go consensus/clique: prevent 0 len extradata from panicing (#23538) 3 years ago