quorum/tests
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
..
files tests: update from github.com/ethereum/tests @ f21c49dc816e 2016-11-24 22:54:50 +01:00
block_test.go core, core/vm: added gas price variance table 2016-10-14 18:09:17 +02:00
block_test_util.go core, core/state, trie: EIP158, reprice & skip empty account write 2016-11-13 10:44:04 +01:00
init.go tests: update from github.com/ethereum/tests @ f21c49dc816e 2016-11-24 22:54:50 +01:00
rlp_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
rlp_test_util.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
state_test.go core, core/state: fixed consensus issue added touch revert 2016-11-24 22:12:54 +01:00
state_test_util.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
transaction_test.go tests: updated 2016-11-13 23:26:07 +01:00
transaction_test_util.go tests: updated 2016-11-13 23:26:07 +01:00
util.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
vm_test.go cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00
vm_test_util.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00