plugeth/internal/ethapi
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
..
api.go core, eth, trie: reuse trie journals in all our code 2016-09-28 11:27:31 +03:00
backend.go core, eth, internal, miner: optimize txpool for quick ops 2016-09-02 14:12:03 +03:00
solc.go common/compiler: simplify solc wrapper 2016-08-17 17:39:04 +02:00
tracer_test.go core/state: implement reverts by journaling all changes 2016-10-06 15:32:16 +02:00
tracer.go internal/ethapi: Fix bug in opCodeWrapper usage 2016-08-24 16:10:29 +01:00