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.
Marius van der Wijden
de971cc845
eth: added trace_call to trace on top of arbitrary blocks (#21338)
* eth: Added TraceTransactionPending
* eth: Implement Trace_Call, remove traceTxPending
* eth: debug_call -> debug_traceCall, recompute tx environment if pruned
* eth: fix nil panic
* eth: improve block retrieving logic in tracers
* internal/web3ext: add debug_traceCall to console
|
4 years ago |
.. |
downloader
|
Merge pull request #21504 from karalabe/trie-path-sync
|
4 years ago |
fetcher
|
core, eth, les, trie: add a prefix to contract code (#21080)
|
4 years ago |
filters
|
all: simplify and fix database iteration with prefix/start (#20808)
|
5 years ago |
gasprice
|
eth/gasprice: lighter gas price oracle for light client (#20409)
|
4 years ago |
tracers
|
eth/tracers: revert reason in call_tracer + error for failed internal calls (#21387)
|
4 years ago |
api.go
|
eth: added trace_call to trace on top of arbitrary blocks (#21338)
|
4 years ago |
api_backend.go
|
node: refactor package node (#21105)
|
4 years ago |
api_test.go
|
eth: add debug_accountRange API (#19645)
|
5 years ago |
api_tracer.go
|
eth: added trace_call to trace on top of arbitrary blocks (#21338)
|
4 years ago |
backend.go
|
node: refactor package node (#21105)
|
4 years ago |
bloombits.go
|
eth: updated comments (#21490)
|
4 years ago |
config.go
|
cmd/utils: grant snapshot cache to trie if disabled (#21416)
|
4 years ago |
discovery.go
|
cmd/geth: enable DNS discovery by default (#20660)
|
5 years ago |
gen_config.go
|
cmd, core, eth, light, trie: dump clean cache periodically (#20391)
|
4 years ago |
handler.go
|
eth: utilize sync bloom for getNodeData (#21445)
|
4 years ago |
handler_test.go
|
eth: increase timeout in TestBroadcastBlock (#21299)
|
4 years ago |
helper_test.go
|
cmd, core, eth: background transaction indexing (#20302)
|
5 years ago |
peer.go
|
eth: use maxQueuedTxAnns for to limit the number of transactions announced (#21419)
|
4 years ago |
protocol.go
|
eth: rework tx fetcher to use O(1) ops + manage network requests
|
5 years ago |
protocol_test.go
|
cmd, core, eth: background transaction indexing (#20302)
|
5 years ago |
sync.go
|
core: define and test chain rewind corner cases (#21409)
|
4 years ago |
sync_test.go
|
eth: improve shutdown synchronization (#20695)
|
5 years ago |