quorum/light
Jeffrey Wilcke 3fc7c97827 core, core/vm: implemented a generic environment (#3348)
Environment is now a struct (not an interface). This
reduces a lot of tech-debt throughout the codebase where a virtual
machine environment had to be implemented in order to test or run it.

The new environment is suitable to be used en the json tests, core
consensus and light client.
2016-12-06 02:16:03 +01:00
..
lightchain.go light: updated CHTs for mainnet and testnet 2016-11-14 13:22:19 +01:00
lightchain_test.go core, core/state, trie: EIP158, reprice & skip empty account write 2016-11-13 10:44:04 +01:00
odr.go light: light chain, VM env and tx pool 2016-11-09 02:12:53 +01:00
odr_test.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
odr_util.go all: update license information 2016-11-09 02:51:34 +01:00
state.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
state_object.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
state_test.go core, core/state, trie: EIP158, reprice & skip empty account write 2016-11-13 10:44:04 +01:00
trie.go light: light chain, VM env and tx pool 2016-11-09 02:12:53 +01:00
txpool.go core/types, params: EIP#155 2016-11-13 14:55:30 +01:00
txpool_test.go core/types, params: EIP#155 2016-11-13 14:55:30 +01:00
vm_env.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00