plugeth/miner
Felix Lange de8d5aaa92 core, core/state: move gas tracking out of core/state
The amount of gas available for tx execution was tracked in the
StateObject representing the coinbase account. This commit makes the gas
counter a separate type in package core, which avoids unintended
consequences of intertwining the counter with state logic.
2015-10-17 10:24:34 +02:00
..
agent.go all: Add GPU mining, disabled by default 2015-10-07 13:19:30 +02:00
miner.go core, eth, event, miner, xeth: fix event post / subscription race 2015-10-12 16:22:03 +03:00
remote_agent.go Improve error string and remove unneeded else clause 2015-08-28 03:42:01 +02:00
worker.go core, core/state: move gas tracking out of core/state 2015-10-17 10:24:34 +02:00