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.
Péter Szilágyi
5258785c81
cmd, core, eth/tracers: support fancier js tracing (#15516)
* cmd, core, eth/tracers: support fancier js tracing
* eth, internal/web3ext: rework trace API, concurrency, chain tracing
* eth/tracers: add three more JavaScript tracers
* eth/tracers, vendor: swap ottovm to duktape for tracing
* core, eth, internal: finalize call tracer and needed extras
* eth, tests: prestate tracer, call test suite, rewinding
* vendor: fix windows builds for tracer js engine
* vendor: temporary duktape fix
* eth/tracers: fix up 4byte and evmdis tracer
* vendor: pull in latest duktape with my upstream fixes
* eth: fix some review comments
* eth: rename rewind to reexec to make it more obvious
* core/vm: terminate tracing using defers
|
7 years ago |
.. |
downloader
|
eth/downloader: update tests for reliability (#15337)
|
7 years ago |
fetcher
|
eth/fetcher: check the origin of filter tasks (#14975)
|
7 years ago |
filters
|
core/bloombits: handle non 8-bit boundary section matches
|
7 years ago |
gasprice
|
all: update license information
|
8 years ago |
tracers
|
cmd, core, eth/tracers: support fancier js tracing (#15516)
|
7 years ago |
api.go
|
cmd, core, eth/tracers: support fancier js tracing (#15516)
|
7 years ago |
api_backend.go
|
core, eth: clean up bloom filtering, add some tests
|
7 years ago |
api_test.go
|
eth: return rlp-decoded values from debug_storageRangeAt (#15476)
|
7 years ago |
api_tracer.go
|
cmd, core, eth/tracers: support fancier js tracing (#15516)
|
7 years ago |
backend.go
|
cmd/utils, eth: init etherbase from within eth (#15528)
|
7 years ago |
bind.go
|
eth, internal/ethapi: fix spelling of 'Ethereum' (#15164)
|
7 years ago |
bloombits.go
|
les, light: LES/2 protocol version (#14970)
|
7 years ago |
config.go
|
cmd, consensus, eth: split ethash related config to it own (#15520)
|
7 years ago |
db_upgrade.go
|
core, eth: clean up bloom filtering, add some tests
|
7 years ago |
gen_config.go
|
cmd, consensus, eth: split ethash related config to it own (#15520)
|
7 years ago |
handler.go
|
cmd, core, eth/tracers: support fancier js tracing (#15516)
|
7 years ago |
handler_test.go
|
eth: use maxpeers from p2p layer instead of extra config
|
7 years ago |
helper_test.go
|
core, eth, les: fix messy code (#15367)
|
7 years ago |
metrics.go
|
eth, eth/downloader, eth/fetcher: delete eth/61 code
|
8 years ago |
peer.go
|
cmd, eth, les, mobile: make networkid uint64 everywhere
|
8 years ago |
protocol.go
|
core, eth, les: fix messy code (#15367)
|
7 years ago |
protocol_test.go
|
core, eth, les: polish txpool API around local/remote txs
|
7 years ago |
sync.go
|
eth: disable fast sync after pivot is committed
|
7 years ago |
sync_test.go
|
cmd/geth: add --config file flag (#13875)
|
8 years ago |