1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core/state
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
..
dump.go
iterator.go
iterator_test.go
journal.go core, core/state: fixed consensus issue added touch revert 2016-11-24 22:12:54 +01:00
main_test.go
managed_state.go
managed_state_test.go
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
statedb.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00
statedb_test.go core, core/state: fixed consensus issue added touch revert 2016-11-24 22:12:54 +01:00
sync.go
sync_test.go core, core/state, trie: EIP158, reprice & skip empty account write 2016-11-13 10:44:04 +01:00