quorum/core/state
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
..
dump.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
main_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
managed_state.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
managed_state_test.go core/state, core, miner: handle missing root error from state.New 2015-10-16 02:22:06 +02:00
state_object.go core, core/state: move gas tracking out of core/state 2015-10-17 10:24:34 +02:00
state_test.go core, core/state: move gas tracking out of core/state 2015-10-17 10:24:34 +02:00
statedb.go core/state, core, miner: handle missing root error from state.New 2015-10-16 02:22:06 +02:00