Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Lange
1c2378b926
tests: update to upstream commit 2bb0c3da3b (#15806)
Also raise traceLimit once again and print the VM
error and output on failure.
|
7 years ago |
.. |
runtime
|
all: switch gas limits from big.Int to uint64
|
7 years ago |
analysis.go
|
core/vm: improve bitvec comments
|
7 years ago |
analysis_test.go
|
core/vm: copyright header on test-file
|
7 years ago |
common.go
|
core/vm: optimize copy-less data retrievals
|
7 years ago |
contract.go
|
core, core/state, core/vm: remove exported account getters (#3618)
|
8 years ago |
contracts.go
|
consensus, core, params: rebrand Metro to Byzantium
|
7 years ago |
contracts_test.go
|
consensus, core, params: rebrand Metro to Byzantium
|
7 years ago |
doc.go
|
all: update license information
|
9 years ago |
errors.go
|
core, tests: implement Metropolis EIP 684
|
7 years ago |
evm.go
|
all: switch gas limits from big.Int to uint64
|
7 years ago |
gas.go
|
params: core, core/vm, miner: 64bit gas instructions
|
8 years ago |
gas_table.go
|
all: switch gas limits from big.Int to uint64
|
7 years ago |
gas_table_test.go
|
core/vm : fix testcase for gas calculation
|
7 years ago |
gen_structlog.go
|
cmd/evm, core/vm: add --nomemory, --nostack to evm (#14617)
|
7 years ago |
instructions.go
|
all: switch gas limits from big.Int to uint64
|
7 years ago |
instructions_test.go
|
core/vm: benchmarking of metro precompiles
|
7 years ago |
int_pool_verifier.go
|
all: update license information
|
8 years ago |
int_pool_verifier_empty.go
|
all: update license information
|
8 years ago |
interface.go
|
all: switch gas limits from big.Int to uint64
|
7 years ago |
interpreter.go
|
cmd, core, eth/tracers: support fancier js tracing (#15516)
|
7 years ago |
intpool.go
|
core/vm: capped int pool
|
8 years ago |
jump_table.go
|
core/vm: fix typos in jump_table.go
|
7 years ago |
logger.go
|
tests: update to upstream commit 2bb0c3da3b (#15806)
|
7 years ago |
logger_test.go
|
core/vm, internal/ethapi: tracer no full storage, nicer json output (#15499)
|
7 years ago |
memory.go
|
core/vm: polish RETURNDATA, add missing returns to CALL*
|
7 years ago |
memory_table.go
|
core/vm: rework reversion to work on a higher level
|
7 years ago |
noop.go
|
all: switch gas limits from big.Int to uint64
|
7 years ago |
opcodes.go
|
core/vm: implement REVERT metropolis opcode
|
7 years ago |
stack.go
|
core/vm: allocate stack to 1024
|
8 years ago |
stack_table.go
|
all: update license information
|
8 years ago |
vm_jit.go
|
core/vm: improved EVM run loop & instruction calling (#3378)
|
8 years ago |
vm_jit_fake.go
|
core, core/vm: implemented a generic environment (#3348)
|
8 years ago |