plugeth/tests
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
..
files tests: add test for StateTests/stCallCodes.json 2015-09-21 11:34:02 +02:00
block_test_util.go core/state, core, miner: handle missing root error from state.New 2015-10-16 02:22:06 +02:00
block_test.go Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
init.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
rlp_test_util.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
rlp_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
state_test_util.go core, core/state: move gas tracking out of core/state 2015-10-17 10:24:34 +02:00
state_test.go tests: add test for StateTests/stCallCodes.json 2015-09-21 11:34:02 +02:00
transaction_test_util.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
transaction_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
util.go core, core/vm, cmd/evm: remove redundant balance check 2015-10-06 12:42:34 +02:00
vm_test_util.go core/state, core, miner: handle missing root error from state.New 2015-10-16 02:22:06 +02:00
vm_test.go cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00