quorum/core/vm
Ricardo Catalinas Jiménez 436fc8d76a all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()
As we aren't really using the standarized SHA-3
2016-02-21 22:34:34 +00:00
..
runtime all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
analysis.go
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, core/vm, crypto: fixes for homestead 2016-02-18 10:11:48 +01:00
contracts.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
disasm.go
doc.go core/vm: added JIT segmenting / optimisations 2015-10-16 22:30:42 +02:00
environment.go core, core/vm, crypto: fixes for homestead 2016-02-18 10:11:48 +01:00
errors.go parmas, crypto, core, core/vm: homestead consensus protocol changes 2016-02-18 10:08:11 +01:00
gas.go parmas, crypto, core, core/vm: homestead consensus protocol changes 2016-02-18 10:08:11 +01:00
instructions.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
jit.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
jit_optimiser.go core/vm: added parsing utilities 2015-10-16 22:30:42 +02:00
jit_test.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00: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 core, core/vm, crypto: fixes for homestead 2016-02-18 10:11:48 +01:00
jump_table_test.go core, core/vm, crypto: fixes for homestead 2016-02-18 10:11:48 +01: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, core/vm, crypto: fixes for homestead 2016-02-18 10:11:48 +01: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 all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
vm_jit.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
vm_jit_fake.go