1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/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
block_test_util.go
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
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
transaction_test_util.go
util.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
vm_test.go
vm_test_util.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00