plugeth/core/state
Jeffrey Wilcke 10a57fc3d4 consensus, core/*, params: metropolis preparation refactor
This commit is a preparation for the upcoming metropolis hardfork. It
prepares the state, core and vm packages such that integration with
metropolis becomes less of a hassle.

* Difficulty calculation requires header instead of individual
  parameters
* statedb.StartRecord renamed to statedb.Prepare and added Finalise
  method required by metropolis, which removes unwanted accounts from
  the state (i.e. selfdestruct)
* State keeps record of destructed objects (in addition to dirty
  objects)
* core/vm pre-compiles may now return errors
* core/vm pre-compiles gas check now take the full byte slice as argument
  instead of just the size
* core/vm now keeps several hard-fork instruction tables instead of a
  single instruction table and removes the need for hard-fork checks in
  the instructions
* core/vm contains a empty restruction function which is added in
  preparation of metropolis write-only mode operations
* Adds the bn256 curve
* Adds and sets the metropolis chain config block parameters (2^64-1)
2017-05-18 09:05:58 +02:00
..
dump.go trie: add start key to NodeIterator constructors 2017-04-25 02:14:31 +02:00
iterator_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
iterator.go trie: add start key to NodeIterator constructors 2017-04-25 02:14:31 +02:00
journal.go core/state: make TestSnapshotRandom work again (#3816) 2017-04-05 00:44:16 +02:00
main_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
managed_state_test.go core, core/state, core/vm: remove exported account getters (#3618) 2017-02-22 23:29:59 +01:00
managed_state.go core, core/state, core/vm: remove exported account getters (#3618) 2017-02-22 23:29:59 +01:00
state_object.go eth: add debug_storageRangeAt 2017-04-25 02:14:32 +02:00
state_test.go core, core/state, core/vm: remove exported account getters (#3618) 2017-02-22 23:29:59 +01:00
statedb_test.go core/state: make TestSnapshotRandom work again (#3816) 2017-04-05 00:44:16 +02:00
statedb.go consensus, core/*, params: metropolis preparation refactor 2017-05-18 09:05:58 +02:00
sync_test.go all: fix issues reported by honnef.co/go/simple/cmd/gosimple 2017-01-06 18:18:07 +01:00
sync.go trie: remove dependency on ethdb 2017-01-06 14:15:22 +01:00