go-ethereum/core/vm
Nalin Bhardwaj b8f9b3779f core/vm: fix typos and use ExpGas for EXP (#18400)
This replaces the GasSlowStep constant with params.ExpGas.
Both constants have value 10.
2019-01-24 12:14:02 +01:00
..
runtime core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
analysis_test.go core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
analysis.go core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
common.go
contract.go core/vm: faster create/create2 (#17806) 2018-10-04 18:15:37 +03:00
contracts_test.go
contracts.go
doc.go
errors.go
evm.go tests, core: update tests and make STATICCALL cause touch-delete (#18187) 2018-11-29 10:51:57 +02:00
gas_table_test.go
gas_table.go core/vm: fix typos and use ExpGas for EXP (#18400) 2019-01-24 12:14:02 +01:00
gas.go
gen_structlog.go core/vm: adds refund as part of the json standard trace (#17910) 2018-10-23 16:28:18 +02:00
instructions_test.go core/vm: reuse Keccak-256 hashes across opcode executions (#17863) 2018-10-08 13:14:29 +02:00
instructions.go vendor, crypto, swarm: switch over to upstream sha3 package 2019-01-04 09:26:07 +02:00
int_pool_verifier_empty.go
int_pool_verifier.go
interface.go core/state: simplify proof methods (#17965) 2018-10-23 21:51:41 +02:00
interpreter.go core/vm: reuse Keccak-256 hashes across opcode executions (#17863) 2018-10-08 13:14:29 +02:00
intpool_test.go
intpool.go
jump_table.go core, params: polish net gas metering PR a bit 2018-09-18 16:29:51 +03:00
logger_json.go core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486) 2019-01-24 11:36:30 +01:00
logger_test.go core/vm, eth/tracers: use pointer receiver for GetRefund (#18018) 2018-11-08 13:07:15 +01:00
logger.go core/vm: adds refund as part of the json standard trace (#17910) 2018-10-23 16:28:18 +02:00
memory_table.go
memory.go all: fix various comment typos (#17748) 2018-09-25 12:26:35 +02:00
opcodes.go
stack_table.go
stack.go