quorum/eth
Jeffrey Wilcke 361082ec4b cmd/evm, core/vm, test: refactored VM and core
* Moved `vm.Transfer` to `core` package and changed execution to call
`env.Transfer` instead of `core.Transfer` directly.
* core/vm: byte code VM moved to jump table instead of switch
* Moved `vm.Transfer` to `core` package and changed execution to call
  `env.Transfer` instead of `core.Transfer` directly.
* Byte code VM now shares the same code as the JITVM
* Renamed Context to Contract
* Changed initialiser of state transition & unexported methods
* Removed the Execution object and refactor `Call`, `CallCode` &
  `Create` in to their own functions instead of being methods.
* Removed the hard dep on the state for the VM. The VM now
  depends on a Database interface returned by the environment. In the
  process the core now depends less on the statedb by usage of the env
* Moved `Log` from package `core/state` to package `core/vm`.
2015-10-04 01:13:54 +02:00
..
downloader eth/downloader: always send termination wakes, clean leftover 2015-09-23 12:39:17 +03:00
fetcher eth: update metrics collection to handle eth/62 algos 2015-08-25 17:48:47 +03:00
filters cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00
backend.go ethdb: remove Flush 2015-09-14 23:36:30 +02:00
gasprice.go GPO update 2015-08-17 15:20:33 +02:00
handler.go Merge pull request #1810 from karalabe/pure-header-verifications-2 2015-09-16 14:21:12 -07:00
handler_test.go eth: kill off protocol eth/60 in preparation for eth/62 2015-08-24 17:57:28 +03:00
helper_test.go core, core/types: readd transactions after chain re-org 2015-09-21 20:33:28 +02:00
metrics.go eth: update metrics collection to handle eth/62 algos 2015-08-25 17:48:47 +03:00
peer.go core: split out TD from database and all internals 2015-09-11 17:42:25 +03:00
protocol.go core: split out TD from database and all internals 2015-09-11 17:42:25 +03:00
protocol_test.go eth: kill off protocol eth/60 in preparation for eth/62 2015-08-24 17:57:28 +03:00
sync.go eth, eth/downloader: don't report stall if fetcher filled the block 2015-07-29 15:39:08 +03:00