quorum/core/vm
Jeffrey Wilcke 6cace73bea core/vm/runtime: simplified runtime calling mechanism
Implemented `runtime.Call` which uses - unlike Execute - the given state
for the execution and the address of the contract you wish to execute.
Unlike `Execute`, `Call` requires a config.
2016-02-11 10:17:16 +01:00
..
runtime core/vm/runtime: simplified runtime calling mechanism 2016-02-11 10:17:16 +01:00
analysis.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
asm.go cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00
common.go core/vm, rpc/api: renamed to debug.replayTransaction, migrated to new RPC, integrated feedback 2016-02-02 15:20:18 +01:00
contract.go core/vm: resolve circular dependency to debug vm storage 2016-01-11 18:21:39 +02:00
contracts.go cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00
disasm.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
doc.go core/vm: added JIT segmenting / optimisations 2015-10-16 22:30:42 +02:00
environment.go core/vm: resolve circular dependency to debug vm storage 2016-01-11 18:21:39 +02:00
errors.go core, core/vm, core/state: remove unused functions 2015-09-10 21:10:58 +02:00
gas.go cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00
instructions.go core/vm: added JIT segmenting / optimisations 2015-10-16 22:30:42 +02:00
jit.go core/vm: added JIT segmenting / optimisations 2015-10-16 22:30:42 +02:00
jit_optimiser.go core/vm: added parsing utilities 2015-10-16 22:30:42 +02:00
jit_test.go core/vm: resolve circular dependency to debug vm storage 2016-01-11 18:21:39 +02:00
jit_util.go core/vm: added parsing utilities 2015-10-16 22:30:42 +02:00
jit_util_test.go core/vm: added parsing utilities 2015-10-16 22:30:42 +02:00
jump_table.go cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00
log.go rpc: new RPC implementation with pub/sub support 2015-12-14 16:34:05 +01:00
logger.go cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00
memory.go cmd/geth, cmd/utils, core, rpc: renamed to blockchain 2015-10-04 01:13:56 +02:00
opcodes.go core/vm: added parsing utilities 2015-10-16 22:30:42 +02:00
segments.go core/vm: added JIT segmenting / optimisations 2015-10-16 22:30:42 +02:00
stack.go core/vm: added JIT segmenting / optimisations 2015-10-16 22:30:42 +02:00
virtual_machine.go cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00
vm.go core/vm, rpc/api: renamed to debug.replayTransaction, migrated to new RPC, integrated feedback 2016-02-02 15:20:18 +01:00
vm_jit.go cmd/evm, core/vm, test: refactored VM and core 2015-10-04 01:13:54 +02:00
vm_jit_fake.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00