plugeth/core/state
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
..
dump.go core/state: removed state from state object 2015-06-17 13:27:51 +02:00
errors.go moved state and vm to core 2015-03-23 16:59:09 +01:00
log.go core: fixed an issue with storing receipts 2015-05-28 01:00:23 +02:00
main_test.go moved state and vm to core 2015-03-23 16:59:09 +01:00
managed_state_test.go Moved handling of nonces to the managed state 2015-04-08 23:30:07 +02:00
managed_state.go core, xeth: moved nonce management burden from xeth to txpool 2015-06-09 21:01:02 +02:00
state_object.go core, core/state: only write necessary state. Skip intermediate 2015-07-04 02:51:36 +02:00
state_test.go core, miner, tests: renamed state methods 2015-07-04 02:51:36 +02:00
statedb.go core, miner, tests: renamed state methods 2015-07-04 02:51:36 +02:00