-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add trace transaction API (#12075)
* changelog for trace_transaction * adding boilerplate for trace_transaction to /api/ * add eth trace transaction proxy and mock api * trace tx boilerplate * trace transaction implementation - under construction * fix types for eth trace transaction * trace_transaction implemented * golint and handle transaction not found * gofmt * ran make docsgen * pointer bugfix and make docsgen * tx.BlockNumber is nil when the transaction is still in the mpool/pending and there is no trace for pending transactions * check eth trace transaction happy case and two error cases - tx not found and tx pending in itests * simplify error msg check for gh action fail --------- Co-authored-by: Michael Seiler <[email protected]>
- Loading branch information
Showing
17 changed files
with
888 additions
and
441 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.