plugeth/core/vm
2017-08-04 01:31:18 +02:00
..
runtime core/vm/runtime: fix evm command to use --gasprice flag value 2017-07-25 13:08:29 -04:00
analysis.go core/vm: Use a bitmap instead of a map for jumpdest analysis 2017-06-01 19:14:05 +01:00
common.go
contract.go
contracts_test.go consensus, core/*, params: metropolis preparation refactor 2017-05-18 09:05:58 +02:00
contracts.go core/vm: remove logging and add section labels to struct logs (#14782) 2017-07-19 14:32:45 +02:00
doc.go
errors.go
evm.go consensus, core/*, params: metropolis preparation refactor 2017-05-18 09:05:58 +02:00
gas_table_test.go core/vm : fix testcase for gas calculation 2017-06-28 10:47:07 +02:00
gas_table.go core/vm: fix overflow in gas calculation formula 2017-06-28 09:51:31 +02:00
gas.go
gen_structlog.go cmd/evm, core/vm: add --nomemory, --nostack to evm (#14617) 2017-06-21 14:52:31 +02:00
instructions_test.go core/vm: add benchmarks for some ops and precompiles (#14641) 2017-06-28 11:45:45 +02:00
instructions.go common/math, core/vm: Un-expose bigEndianByteAt, use correct terms for endianness 2017-06-06 18:38:38 +02:00
int_pool_verifier_empty.go all: update license information 2017-04-14 10:29:00 +02:00
int_pool_verifier.go all: update license information 2017-04-14 10:29:00 +02:00
interface.go all: update license information 2017-04-14 10:29:00 +02:00
interpreter.go core/vm: fix typo in comment (#14894) 2017-08-04 01:31:18 +02:00
intpool.go core/vm: capped int pool 2017-05-23 10:40:09 +02:00
jump_table.go core/vm: improved push instructions 2017-05-23 10:39:53 +02:00
logger_test.go core/vm: use uint64 instead of *big.Int in tracer (#3805) 2017-03-22 15:32:51 +01:00
logger.go core/vm: remove logging and add section labels to struct logs (#14782) 2017-07-19 14:32:45 +02:00
memory_table.go all: update license information 2017-04-14 10:29:00 +02:00
memory.go consensus, core/*, params: metropolis preparation refactor 2017-05-18 09:05:58 +02:00
noop.go
opcodes.go
stack_table.go all: update license information 2017-04-14 10:29:00 +02:00
stack.go core/vm: allocate stack to 1024 2017-05-25 11:37:04 +02:00
vm_jit_fake.go
vm_jit.go