plugeth/miner
Felix Lange 1f1ea18b54 core/state: implement reverts by journaling all changes
This commit replaces the deep-copy based state revert mechanism with a
linear complexity journal. This commit also hides several internal
StateDB methods to limit the number of ways in which calling code can
use the journal incorrectly.

As usual consultation and bug fixes to the initial implementation were
provided by @karalabe, @obscuren and @Arachnid. Thank you!
2016-10-06 15:32:16 +02:00
..
agent.go miner: Move CpuAgent channel creation from Start() to initialization (fixes #2948) 2016-08-26 00:12:17 +10:00
miner.go core, miner: move Backend to miner 2016-08-17 17:39:04 +02:00
remote_agent.go miner: synchronise start / stop 2015-10-31 02:18:41 +01:00
worker.go core/state: implement reverts by journaling all changes 2016-10-06 15:32:16 +02:00