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.
sjlee1125
604e215d1b
eth/tracers: add `txHash` field on txTraceResult ( #27183 )
...
This PR modifies the interface for the results of `debug_traceBlock` and `debug_traceCall` by adding the `txHash`, allowing users to identify which transaction's trace result corresponds to.
---------
Co-authored-by: Martin Holst Swende <martin@swende.se>
2 years ago
..
catalyst
all: remove ethash pow, only retain shims needed for consensus and tests ( #27178 )
2 years ago
downloader
eth/downloader: fix error aggregator ( #27217 )
2 years ago
ethconfig
all: remove ethash pow, only retain shims needed for consensus and tests ( #27178 )
2 years ago
fetcher
eth: use new atomic types ( #27137 )
2 years ago
filters
core/types, params: add blob transaction type, RLP encoded for now ( #27049 )
2 years ago
gasprice
eth/gasprice: fix typo ( #27202 )
2 years ago
protocols
eth: use new atomic types ( #27137 )
2 years ago
tracers
eth/tracers: add `txHash` field on txTraceResult ( #27183 )
2 years ago
api.go
all: remove ethash pow, only retain shims needed for consensus and tests ( #27178 )
2 years ago
api_backend.go
all: remove ethash pow, only retain shims needed for consensus and tests ( #27178 )
2 years ago
api_test.go
core/state: return error when storage trie can't be opened ( #26350 )
2 years ago
backend.go
all: remove ethash pow, only retain shims needed for consensus and tests ( #27178 )
2 years ago
bloombits.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
handler.go
all: remove ethash pow, only retain shims needed for consensus and tests ( #27178 )
2 years ago
handler_eth.go
eth: use new atomic types ( #27137 )
2 years ago
handler_eth_test.go
eth: use new atomic types ( #27137 )
2 years ago
handler_snap.go
eth: check snap satelliteness, delegate drop to eth ( #22235 )
4 years ago
handler_test.go
all: cleanup tests ( #25641 )
2 years ago
peer.go
eth: remove admin.peers[i].eth.head and difficulty ( #26804 )
2 years ago
peerset.go
all: fix some typos ( #25551 )
2 years ago
state_accessor.go
core/types, params: add blob transaction type, RLP encoded for now ( #27049 )
2 years ago
sync.go
eth: use new atomic types ( #27137 )
2 years ago
sync_test.go
eth: use new atomic types ( #27137 )
2 years ago