Commit Graph

50 Commits (fdb84993d8e4b12df695400815f63fc62c63358c)

Author SHA1 Message Date
Martin HS 30824faf90
eth/tracers: avoid panic in state test runner (#30332) 1 month ago
Halimao 269e80b07e
eth/tracers,trie: remove unnecessary check (#30071) 3 months ago
Sina M ea6c16007c
eth/tracers: clear error for non-reverting pre-homestead fail (#29824) 4 months ago
Dragan Milic 7c7e3a77fc
eth/tracers/native: fix flatCallTracer Stop() bug (#29623) 5 months ago
Aaron Chen ccb76c01d7
eth/tracers: use slices.Contains (#29461) 6 months ago
Sina M 064f37d6f6
eth/tracers: live chain tracing with hooks (#29189) 6 months ago
Delweng 6e379b6fc7
eth/tracers: prestate tracer add blob fee (#29168) 7 months ago
Andrei Silviu Dragnea 19607d1a10
eth/tracers: Fix prestateTracer pre nonce on contract creation (#29099) 7 months ago
Andrei Silviu Dragnea 5a0f468f8c
eth/tracers: Fix callTracer logs on onlyTopCall == true (#29068) 7 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 8 months ago
Alvaro Sevilla b1cec853be
eth/tracers: add position field for callTracer logs (#28389) 11 months ago
jwasinger d233b6b23a
core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. (#27716) 1 year ago
Ryan Schneider 517ac886d4
eth/tracers/native: panic on memory read in prestateTracer (#27691) 1 year ago
minh-bq a190da9d68
eth/tracers: fix flatCallTracer crasher (#27304) 1 year ago
s7v7nislands 2adce0b066
eth/tracers: use atomic type (#27031) 1 year ago
Delweng 0b76eb3708
eth/tracers: report correct gasLimit in call tracers (#27029) 1 year ago
jwasinger fd94b4fcfa
eth/tracers/native: prevent panic for LOG edge-cases (#26848) 2 years ago
Sina Mahmoodi 41af42e97c
eth/tracers/native: set created address to nil in case of failure (#26779) 2 years ago
Chris Ziogas 2ad150d986
eth/tracers: add native flatCallTracer (aka parity style tracer) (#26377) 2 years ago
rjl493456442 efbd508d21
eth/tracer: rename to revertReason (#26574) 2 years ago
Martin Holst Swende 2c6dda5ad7
eth/tracers: use non-threaded tracechain (#24283) 2 years ago
Marius van der Wijden efc9409ca9
params: core: enable shanghai based on timestamps 2 years ago
Martin Holst Swende fa97788c75
eth/tracers/native: fix possible crash in prestate tracer (#26351) 2 years ago
Martin Holst Swende 1f35988a00
eth/tracers, core/vm: remove `time` from trace output and tracing interface (#26291) 2 years ago
Sina Mahmoodi 64067fbdc4
eth/tracers: small refactor for native tracers (#26196) 2 years ago
Sina Mahmoodi 53b624b56d
eth/tracers: add multiplexing tracer (#26086) 2 years ago
Sina Mahmoodi 0c40df5f28
eth/tracers: prestateTracer - exclude unchanged storage slots in diffMode (#25944) 2 years ago
Delweng 8e69622c68
eth/tracers: add withLog to callTracer (#25991) 2 years ago
Nicolas Gotchac 5329aa3786
Fix trace call for inner reverts (#25971) 2 years ago
Sina Mahmoodi 0f4942214d
eth/tracers: fix gasUsed for native and JS tracers (#26048) 2 years ago
Martin Holst Swende 5f70f9fd37
eth/tracers: simplify test framework (#25973) 2 years ago
Delweng a404195c7b
eth/tracers: fix the issue prestate missing existing contract state (#25996) 2 years ago
Delweng c776a98c83
eth/tracers: fix the issue of panic in prestate with diffmode (#25957) 2 years ago
Delweng 5d52a35931
eth/tracers: add diffMode to prestateTracer (#25422) 2 years ago
Sina Mahmoodi ff1f49245d
eth/tracers: remove revertReasonTracer, add revert reason to callTracer (#25508) 2 years ago
Delweng 85aafcfb2b
eth/tracers: fix a bug in prestateTracer (#25884) 2 years ago
Sina Mahmoodi fc3e6d0162
eth/tracers: use gencodec for native tracers (#25637) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
Sina Mahmoodi 86de2e516e
eth/tracers: add onlyTopCall option to callTracer (#25430) 2 years ago
Philip Fan 3e759e28d7
eth/tracers: add initial revertReasonTracer tracer (#25265) 2 years ago
Sina Mahmoodi 9c82c646e4
eth/tracers: make txhash blockhash accessible to native tracers (#24679) 2 years ago
Sina Mahmoodi 3fd16af5a9
core,eth: implement tx-level hooks for tracers (#24510) 3 years ago
Sina Mahmoodi c5436c8eb7
eth/tracers: clean-up tracer collection (#24320) 3 years ago
Sina Mahmoodi cac09a3823
eth/tracers: native prestate tracer (#24268) 3 years ago
Marius van der Wijden b1e72f7ea9
core/evm: RANDOM opcode (EIP-4399) (#24141) 3 years ago
Sina Mahmoodi 05acc272b5
eth/tracers: make native 4byte default, remove js version (#23916) 3 years ago
Ward Bradt e9294a7fe9
eth/tracers: add golang 4byte tracer (#23882) 3 years ago
Martin Holst Swende 6b9c77f060
eth/tracers: package restructuring (#23857) 3 years ago
Sina Mahmoodi 787a3b185c
eth/tracers: make native calltracer default (#23867) 3 years ago
Sina Mahmoodi 8d7e6062ec
eth/tracers: support for golang tracers + add golang callTracer (#23708) 3 years ago