plugeth/tests
Jeffrey Wilcke ab16ce70fc core, miner, tests: renamed state methods
* Update => SyncIntermediate
* Added SyncObjects

SyncIntermediate only updates whatever has changed, but, as a side
effect, requires much more disk space.

SyncObjects will only sync whatever is required for a block and will not
save intermediate state to disk. As drawback this requires more time
when more txs come in.
2015-07-04 02:51:36 +02:00
..
files Update Ethereum JSON tests, skip failing 2015-07-03 09:40:07 +02:00
block_test_util.go core, miner, tests: renamed state methods 2015-07-04 02:51:36 +02:00
block_test.go Add --skip option to CLI 2015-06-19 11:38:23 +02:00
init.go Update Ethereum JSON tests, skip failing 2015-07-03 09:40:07 +02:00
state_test_util.go core, miner, tests: renamed state methods 2015-07-04 02:51:36 +02:00
state_test.go Add --skip option to CLI 2015-06-19 11:38:23 +02:00
transaction_test_util.go core/types: make transactions immutable 2015-06-29 18:51:47 +02:00
transaction_test.go Add --skip option to CLI 2015-06-19 11:38:23 +02:00
util.go Use uint64 for block header timestamp 2015-06-30 10:52:11 +02:00
vm_test_util.go Add --skip option to CLI 2015-06-19 11:38:23 +02:00
vm_test.go Add --skip option to CLI 2015-06-19 11:38:23 +02:00