plugeth/light
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
..
odr.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
state_object.go light: fix memory expansion bug (same as fix for core/state) 2016-09-19 15:26:55 -04:00
state_test.go core/state: implement reverts by journaling all changes 2016-10-06 15:32:16 +02:00
state.go light: fix memory expansion bug (same as fix for core/state) 2016-09-19 15:26:55 -04:00
trie.go light: implemented odr-capable trie and state structures 2015-12-17 16:07:54 +01:00