..
runtime
core, core/vm: added gas price variance table
2016-10-14 18:09:17 +02:00
analysis.go
…
asm.go
all: fix go vet warnings
2016-04-15 11:17:27 +02:00
common.go
…
contract.go
cmd, core, internal, light, tests: avoid hashing the code in the VM
2016-10-01 16:01:58 +03:00
contracts.go
core/vm: hide ecrecover error message
2016-08-05 23:12:52 +02:00
disasm.go
…
doc.go
all: update license information
2016-04-15 09:48:05 +02:00
environment.go
core, core/vm: added gas price variance table
2016-10-14 18:09:17 +02:00
errors.go
…
gas.go
core, core/vm: added gas price variance table
2016-10-14 18:09:17 +02:00
instructions.go
core, core/vm: added gas price variance table
2016-10-14 18:09:17 +02:00
jit.go
core/state: rename Delete/IsDeleted to Suicide/HasSuicided
2016-10-06 15:32:17 +02:00
jit_optimiser.go
all: update license information
2016-04-15 09:48:05 +02:00
jit_test.go
core/state: implement reverts by journaling all changes
2016-10-06 15:32:16 +02:00
jit_util.go
all: update license information
2016-04-15 09:48:05 +02:00
jit_util_test.go
all: fix go vet warnings
2016-04-15 11:17:27 +02:00
jump_table.go
all: update license information
2016-04-15 09:48:05 +02:00
jump_table_test.go
all: update license information
2016-04-15 09:48:05 +02:00
log.go
core/types, core/vm: improve docs, add JSON marshaling methods
2016-08-04 03:55:33 +02:00
log_test.go
core/types, core/vm: improve docs, add JSON marshaling methods
2016-08-04 03:55:33 +02:00
logger.go
core/vm: Refactor tracing to make Tracer the main interface
2016-08-22 09:26:15 +01:00
logger_test.go
cmd, core, internal, light, tests: avoid hashing the code in the VM
2016-10-01 16:01:58 +03:00
memory.go
…
opcodes.go
…
segments.go
core/vm: Refactor tracing to make Tracer the main interface
2016-08-22 09:26:15 +01:00
stack.go
core/vm: Refactor tracing to make Tracer the main interface
2016-08-22 09:26:15 +01:00
util_test.go
core, core/vm: added gas price variance table
2016-10-14 18:09:17 +02:00
virtual_machine.go
…
vm.go
core, core/vm: added gas price variance table
2016-10-14 18:09:17 +02:00
vm_jit.go
…
vm_jit_fake.go
…