go-ethereum/core/vm
Jeffrey Wilcke 619b37ca37 core, tests: get_hash fix
Make sure that we're fetching the hash from the current chain and not
the canonical chain.

Conflicts:
	core/vm/environment.go
2015-10-21 15:52:48 +02:00
..
analysis.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
asm.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
common.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
context.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
contracts.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
disasm.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
environment.go core, tests: get_hash fix 2015-10-21 15:52:48 +02:00
errors.go core, core/vm, core/state: remove unused functions 2015-09-10 21:10:58 +02:00
gas.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
instructions.go Add tests for uncle timestamps and refactor timestamp type 2015-08-25 04:46:11 +02:00
jit.go core/vm: fixed jit error & added inline docs 2015-08-11 00:16:38 +02:00
jit_test.go Add tests for uncle timestamps and refactor timestamp type 2015-08-25 04:46:11 +02:00
logger.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
memory.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
opcodes.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
settings.go cmd/evm, core/vm, tests: changed DisableVm to EnableVm 2015-08-11 18:43:22 +02:00
stack.go core/vm: reduced big int allocations 2015-08-07 12:52:23 +02:00
virtual_machine.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
vm.go Add tests for uncle timestamps and refactor timestamp type 2015-08-25 04:46:11 +02:00
vm_jit.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
vm_jit_fake.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00