lotus/gateway
Mikers 8f94aad42e
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 <michaelseiler@Michaels-Laptop.local>
2024-06-07 14:14:34 -04:00
..
eth_sub.go itests: Fix TestEthSubscribeLogs 2023-01-31 10:28:12 +01:00
handler.go gateway: eth_subscribe support 2023-01-31 10:28:12 +01:00
node_test.go gateway: eth_subscribe support 2023-01-31 10:28:12 +01:00
node.go feat: Add trace transaction API (#12075) 2024-06-07 14:14:34 -04:00
proxy_eth.go feat: Add trace transaction API (#12075) 2024-06-07 14:14:34 -04:00
proxy_fil.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-19 19:22:01 +11:00