plugeth/rpc/api
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
..
admin_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
admin_js.go eth, rpc: standardize the chain sync progress counters 2015-09-15 14:45:53 +03:00
admin.go eth, rpc: standardize the chain sync progress counters 2015-09-15 14:45:53 +03:00
api_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
api.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
args_test.go rpc: to in Call no longer required. Fixed eth_estimateGas 2015-07-29 15:12:12 +02:00
args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
db_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
db_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
db.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
debug_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
debug_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
debug.go core, eth, trie, xeth: merged state, chain, extra databases in one 2015-08-07 22:29:02 +02:00
eth_args.go cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00
eth_js.go jsre, rpc/api: pull in new web3 and use hex numbers 2015-09-15 17:05:12 +03:00
eth.go rpc/api: don't crash for unknown blocks 2015-09-22 23:59:26 +02:00
mergedapi.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
miner_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
miner_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
miner.go miner, rpc: added length check for extra data 2015-08-07 12:24:44 +02:00
net_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
net.go support for user agents 2015-08-12 12:22:16 +02:00
parsing.go core: split out TD from database and all internals 2015-09-11 17:42:25 +03:00
personal_args.go rpc/api allow empty password 2015-08-28 12:49:41 +02:00
personal_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
personal.go rpc/api allow empty password 2015-08-28 12:49:41 +02:00
shh_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
shh_js.go support for user agents 2015-08-12 12:22:16 +02:00
shh.go add missing shh_getMessages to RPC mappings 2015-08-25 14:42:57 -04:00
txpool_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
txpool.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
utils.go eth, rpc: standardize the chain sync progress counters 2015-09-15 14:45:53 +03:00
web3_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
web3.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00