plugeth/cmd/evm
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
..
code.txt sort tests for evm 2014-12-04 12:09:22 +01:00
input.txt sort tests for evm 2014-12-04 12:09:22 +01:00
main.go core/state: implement reverts by journaling all changes 2016-10-06 15:32:16 +02:00