• Jeffrey Wilcke's avatar
    core, miner, tests: renamed state methods · ab16ce70
    Jeffrey Wilcke authored
    * 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.
    ab16ce70
Name
Last commit
Last update
..
agent.go Loading commit data...
miner.go Loading commit data...
remote_agent.go Loading commit data...
worker.go Loading commit data...