aboutsummaryrefslogtreecommitdiffstats
path: root/miner/stress_clique.go
Commit message (Collapse)AuthorAgeFilesLines
* miner: polish miner configuration (#19480)gary rong2019-04-231-4/+6
| | | | | | | | | | | | | * cmd, eth, miner: disable advance sealing if user require * cmd, console, miner, les, eth: wrap the miner config * eth: remove todo * cmd, miner: revert noadvance flag The reason for this is: if the transaction execution is even longer than block time, then this kind of transactions is DoS attack.
* cmd, node, p2p/simulations: fix node account manager leak (#19004)Janoš Guljaš2019-02-071-1/+1
| | | | | | | | | | | | | | | | | | * node: close AccountsManager in new Close method * p2p/simulations, p2p/simulations/adapters: handle node close on shutdown * node: move node ephemeralKeystore cleanup to stop method * node: call Stop in Node.Close method * cmd/geth: close node.Node created with makeFullNode in cli commands * node: close Node instances in tests * cmd/geth, node: minor code style fixes * cmd, console, miner, mobile: proper node Close() termination
* miner: fix miner stress test (#18039)gary rong2018-11-071-15/+8
|
* cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-291-0/+2
|
* miner: add two stress tests based on clique and ethashPéter Szilágyi2018-08-231-0/+217