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 |
.. |
testdata@37f555fbc0
|
tests: add ethash difficulty tests (#15191)
|
7 years ago |
block_test.go
|
params: Updated finalized gascosts for ECMUL/MODEXP (#15135)
|
7 years ago |
block_test_util.go
|
core, light: send chain events using event.Feed (#14865)
|
7 years ago |
difficulty_test.go
|
tests: add ethash difficulty tests (#15191)
|
7 years ago |
difficulty_test_util.go
|
tests: add ethash difficulty tests (#15191)
|
7 years ago |
gen_btheader.go
|
tests: update tests and implement general state tests (#14734)
|
7 years ago |
gen_difficultytest.go
|
tests: add ethash difficulty tests (#15191)
|
7 years ago |
gen_stenv.go
|
tests: update tests and implement general state tests (#14734)
|
7 years ago |
gen_sttransaction.go
|
tests: update tests and implement general state tests (#14734)
|
7 years ago |
gen_tttransaction.go
|
tests: update tests and implement general state tests (#14734)
|
7 years ago |
gen_vmexec.go
|
tests: update tests and implement general state tests (#14734)
|
7 years ago |
init.go
|
all: gofmt -w -s (#15419)
|
7 years ago |
init_test.go
|
tests: add ethash difficulty tests (#15191)
|
7 years ago |
rlp_test.go
|
tests: update tests and implement general state tests (#14734)
|
7 years ago |
rlp_test_util.go
|
tests: update tests and implement general state tests (#14734)
|
7 years ago |
state_test.go
|
tests: add ethash difficulty tests (#15191)
|
7 years ago |
state_test_util.go
|
cmd, core, eth/tracers: support fancier js tracing (#15516)
|
7 years ago |
transaction_test.go
|
consensus, core, params: rebrand Metro to Byzantium
|
7 years ago |
transaction_test_util.go
|
tests: update tests and implement general state tests (#14734)
|
7 years ago |
vm_test.go
|
core, tests: implement Metropolis EIP 684
|
7 years ago |
vm_test_util.go
|
cmd, core, eth/tracers: support fancier js tracing (#15516)
|
7 years ago |