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 |
.. |
testdata
|
cmd/geth: update vulnerability testdata (#23252)
|
3 years ago |
accountcmd.go
|
node: remove dependency on wallet backend packages (#23019)
|
3 years ago |
accountcmd_test.go
|
cmd/utils: don't enumerate USB unless --usb is set (#22130)
|
4 years ago |
chaincmd.go
|
cmd/geth: implement data import and export (#22931)
|
3 years ago |
config.go
|
cmd/geth, cmd/evm, params: implement Arrow Glacier (EIP 4345) (#23810)
|
3 years ago |
consolecmd.go
|
cmd, core: remove calaveras testnet (#23366)
|
3 years ago |
consolecmd_test.go
|
console: add note about typing exit to exit (#23602)
|
3 years ago |
dao_test.go
|
all: add read-only option to database (#22407)
|
4 years ago |
dbcmd.go
|
cmd/geth: implement data import and export (#22931)
|
3 years ago |
genesis_test.go
|
cmd/utils: avoid large alloc in --dev mode (#22949)
|
4 years ago |
les_test.go
|
cmd/geth: fix IPC probe in les test (#23094)
|
3 years ago |
main.go
|
eth/tracers: support for golang tracers + add golang callTracer (#23708)
|
3 years ago |
misccmd.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
run_test.go
|
cmd/utils: remove deprecated command line flags (#22263)
|
4 years ago |
snapshot.go
|
core/state: move state account to core/types + abstracted "write account to trie" (#23567)
|
3 years ago |
usage.go
|
eth,rpc: allow for flag configured timeouts for eth_call (#23645)
|
3 years ago |
version_check.go
|
cmd/geth: implement vulnerability check (#21859)
|
4 years ago |
version_check_test.go
|
cmd/geth: add test to verify regexps in version check (#21962)
|
4 years ago |