forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add trace results to NewFullBlocksWithPeers feed This commit runs the Go Call Tracer during the block import phase, making those results available to the NewFullBlocksWithPeers feed. The trace results are included with the transaction receipts. Even transactions which are simple ETH transfers will have a trace included. The Go Call Tracer had to be moved from the core/tracers/ package to core/tracers/custom/ to avoid import loops, but its functionality has not changed. * Add reorg feed This adds a reorg feed, capturing reorgs in the block processor and making them available to a reorgFeed subscription. The response object include: * common ancestor hash * common ancestor number * added block hashes * removed block hashes * Add json formatting Co-authored-by: Austin Roberts <austin.roberts@openrelay.xyz>
- Loading branch information
Showing
6 changed files
with
151 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.