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.
Sina Mahmoodi
8d7e6062ec
eth/tracers: support for golang tracers + add golang callTracer (#23708)
* eth/tracers: add basic native loader
* eth/tracers: add GetResult to tracer interface
* eth/tracers: add native call tracer
* eth/tracers: fix call tracer json result
* eth/tracers: minor fix
* eth/tracers: fix
* eth/tracers: fix benchTracer
* eth/tracers: test native call tracer
* eth/tracers: fix
* eth/tracers: rm extra make
Co-authored-by: Martin Holst Swende <martin@swende.se>
* eth/tracers: rm extra make
* eth/tracers: make callFrame private
* eth/tracers: clean-up and comments
* eth/tracers: add license
* eth/tracers: rework the model a bit
* eth/tracers: move tracecall tests to subpackage
* cmd/geth: load native tracers
* eth/tracers: minor fix
* eth/tracers: impl stop
* eth/tracers: add native noop tracer
* renamings
Co-authored-by: Martin Holst Swende <martin@swende.se>
* eth/tracers: more renamings
* eth/tracers: make jstracer non-exported, avoid cast
* eth/tracers, core/vm: rename vm.Tracer to vm.EVMLogger for clarity
* eth/tracers: minor comment fix
* eth/tracers/testing: lint nitpicks
* core,eth: cancel evm on nativecalltracer stop
* Revert "core,eth: cancel evm on nativecalltracer stop"
This reverts commit 01bb908790 .
* eth/tracers: linter nits
* eth/tracers: fix output on err
Co-authored-by: Martin Holst Swende <martin@swende.se>
|
3 years ago |
.. |
runtime
|
core,eth: call frame tracing (#23087)
|
3 years ago |
testdata
|
core/vm, protocol_params: implement eip-2565 modexp repricing (#21607)
|
4 years ago |
access_list_tracer.go
|
core,eth: call frame tracing (#23087)
|
3 years ago |
analysis.go
|
core/vm: faster code analysis (#23381)
|
3 years ago |
analysis_test.go
|
core/vm: rework jumpdest analysis benchmarks (#23499)
|
3 years ago |
common.go
|
core/vm: use uint256 in EVM implementation (#20787)
|
4 years ago |
contract.go
|
core, eth: unship EIP 2315
|
4 years ago |
contracts.go
|
core, eth, internal/ethapi: create access list RPC API (#22550)
|
4 years ago |
contracts_test.go
|
core/vm, protocol_params: implement eip-2565 modexp repricing (#21607)
|
4 years ago |
doc.go
|
core/vm: remove JIT VM codes (#16362)
|
7 years ago |
eips.go
|
all: implement EIP-1559 (#22837)
|
4 years ago |
errors.go
|
core/vm, params: implement EIP 3541
|
4 years ago |
evm.go
|
eth/tracers: invoke enter/exit on 0-value calls to inex accounts (#23828)
|
3 years ago |
gas.go
|
core/vm: use uint256 in EVM implementation (#20787)
|
4 years ago |
gas_table.go
|
core/vm: fix typo in comment (#23450)
|
3 years ago |
gas_table_test.go
|
core, all: split vm.Context into BlockContext and TxContext (#21672)
|
4 years ago |
gen_structlog.go
|
eth/tracers: improve tracing performance (#23016)
|
3 years ago |
instructions.go
|
core,eth: call frame tracing (#23087)
|
3 years ago |
instructions_test.go
|
all: remove noop vm config flags (#23111)
|
3 years ago |
interface.go
|
all: add support for EIP-2718, EIP-2930 transactions (#21502)
|
4 years ago |
interpreter.go
|
eth/tracers: support for golang tracers + add golang callTracer (#23708)
|
3 years ago |
jump_table.go
|
all: implement EIP-1559 (#22837)
|
4 years ago |
logger.go
|
eth/tracers: support for golang tracers + add golang callTracer (#23708)
|
3 years ago |
logger_json.go
|
core,eth: call frame tracing (#23087)
|
3 years ago |
logger_test.go
|
core/state: remove unused methods ReturnGas, GetStorageProofByHash (#23092)
|
3 years ago |
memory.go
|
core/vm: use uint256 in EVM implementation (#20787)
|
4 years ago |
memory_table.go
|
core/vm: 64 bit memory and gas calculations (#19210)
|
6 years ago |
opcodes.go
|
all: implement EIP-1559 (#22837)
|
4 years ago |
operations_acl.go
|
core, params: implement EIP-3529 (#22733)
|
4 years ago |
stack.go
|
core,eth: call frame tracing (#23087)
|
3 years ago |
stack_table.go
|
core/vm: 64 bit memory and gas calculations (#19210)
|
6 years ago |