• Felix Lange's avatar
    core, core/state: move gas tracking out of core/state · de8d5aaa
    Felix Lange authored
    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.
    de8d5aaa
Name
Last commit
Last update
..
files Loading commit data...
block_test.go Loading commit data...
block_test_util.go Loading commit data...
init.go Loading commit data...
rlp_test.go Loading commit data...
rlp_test_util.go Loading commit data...
state_test.go Loading commit data...
state_test_util.go Loading commit data...
transaction_test.go Loading commit data...
transaction_test_util.go Loading commit data...
util.go Loading commit data...
vm_test.go Loading commit data...
vm_test_util.go Loading commit data...