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.
Showing
- core/block_processor.go 2 additions, 2 deletionscore/block_processor.go
- core/chain_makers.go 2 additions, 2 deletionscore/chain_makers.go
- core/genesis.go 1 addition, 1 deletioncore/genesis.go
- core/state/state_test.go 1 addition, 1 deletioncore/state/state_test.go
- core/state/statedb.go 4 additions, 2 deletionscore/state/statedb.go
- miner/worker.go 1 addition, 1 deletionminer/worker.go
- tests/block_test_util.go 1 addition, 1 deletiontests/block_test_util.go
- tests/state_test_util.go 1 addition, 1 deletiontests/state_test_util.go
Loading
Please register or sign in to comment