Commit Graph

202 Commits (cc348a601ee816d6c0e2c4d7246c810f3b61e798)

Author SHA1 Message Date
Delweng 8c5576b1ac
eth/tracers: fix base fee and set blob fee in tests (#29376) 6 months ago
Brandon Liu a3829178af
eth/tracers/js: consistent name for method receivers (#29375) 6 months ago
cui 0183c7ad82
eth/tracers/logger: using maps.Equal (#29384) 6 months ago
Sina M 767b00b0b5
t8ntool: add optional call frames to json logger (#29353) 6 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 6 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 6 months ago
Sina M 064f37d6f6
eth/tracers: live chain tracing with hooks (#29189) 6 months ago
Sina M eff424cc30
eth/tracers: fix concurrency issue for JS-tracing a block (#29238) 6 months ago
Delweng 6e379b6fc7
eth/tracers: prestate tracer add blob fee (#29168) 7 months ago
Undefinedor a6d6e8ac41
rpc: remove deprecated method "Notifier.Closed" (#29162) 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
ArtificialPB e47a7c22c4
internal/ethapi: use overriden baseFee for gasPrice (#29051) 7 months ago
Sina Mahmoodi 95741b1844
core: move genesis alloc types to core/types (#29003) 7 months ago
Martin HS 8321fe2fda
tests: fix goroutine leak related to state snapshot generation (#28974) 7 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 8 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 8 months ago
rjl493456442 78a3c32ef4
core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 8 months ago
Paul Lange c66ca8bf7a
tracer: use proper base fee in tests (#28775) 8 months ago
Martin Holst Swende 3dc071e036
eth/tracers/logger: make structlog/json-log stack hex again (#28628) 10 months ago
Delweng 5fb8ebc9ec
eth/tracers: tx-level state in debug_traceCall (#28460) 10 months ago
Sina Mahmoodi bbc5db8405
eth/tracers/js: fix type inconsistencies (#28488) 10 months ago
Alvaro Sevilla b1cec853be
eth/tracers: add position field for callTracer logs (#28389) 11 months ago
Felix Lange 9b46986edc
all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 1 year ago
Péter Szilágyi 0c6bbeb423
core, eth, trie: expose more detailed dirty ram tracking for diff layers (#27971) 1 year ago
Joe Netti e0b119884c
eth/tracers/js: use t.toBig on ctx.GasPrice for js tracing (#27903) 1 year ago
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
rjl493456442 503f1f7ada
all: activate pbss as experimental feature (#26274) 1 year 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
Delweng 1e069cf802
eth/tracers: add ReturnData in the tracer's response (#27704) 1 year ago
Guillaume Ballet 85b8d1c06c
params, trie: add verkle fork management + upgrade go-verkle (#27464) 1 year ago
Dan Laine b1ef0bfe03
eth: use slices package for sorting (#27490) 1 year ago
Sina Mahmoodi 7823ff6d06
eth/tracers: refactor exporting js buffer (#27472) 1 year ago
Delweng 8a78a4f79f
eth,consensus: replace noarg fmt.Errorf with errors.New (#27330) 1 year ago
minh-bq a190da9d68
eth/tracers: fix flatCallTracer crasher (#27304) 1 year ago
sjlee1125 604e215d1b
eth/tracers: add `txHash` field on txTraceResult (#27183) 1 year ago
Sina Mahmoodi ae66009640
internal/ethapi: add block overrides to eth_call (#26414) 1 year ago
Péter Szilágyi bbc565ab05
core/types, params: add blob transaction type, RLP encoded for now (#27049) 1 year ago
Delweng 5e4d726e2a
params: remove `EIP150Hash` from chainconfig (#27087) 1 year ago
s7v7nislands 2adce0b066
eth/tracers: use atomic type (#27031) 1 year ago
Martin Holst Swende ab1a404b01
all: remove debug-field from vm config (#27048) 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
Roberto Bayardo 67ac5f0ae7
core, core/types: plain Message struct (#25977) 2 years ago
Sina Mahmoodi 41af42e97c
eth/tracers/native: set created address to nil in case of failure (#26779) 2 years ago
Péter Szilágyi cd31f2dee2
all: change chain head markers from block to header (#26777) 2 years ago
Chris Ziogas 2ad150d986
eth/tracers: add native flatCallTracer (aka parity style tracer) (#26377) 2 years ago
Darioush Jalali 7d29fff415
eth/tracers: more fork overrides in traceBlockToFile (#26655) 2 years ago
Chris Ziogas b0cd8c4a5c
core/vm: set tracer-observable `value` of a delegatecall to match parent `value` (#26632) 2 years ago