ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
618 stars 145 forks source link

feat(rpc): implement Filecoin.EthGetMessageCidByTransactionHash #4402

Closed elmattic closed 6 days ago

elmattic commented 1 month ago

Summary of changes

Changes introduced in this pull request:

./forest-tool api compare --lotus /ip4/127.0.0.1/tcp/1234/http --forest /ip4/127.0.0.1/tcp/2345/http forest_snapshot_calibnet_2024-06-17_height_1710369.forest.car.zst --filter EthGetMessageCidByTransactionHash
| RPC Method                                      | Forest | Lotus |
|-------------------------------------------------|--------|-------|
| Filecoin.EthGetMessageCidByTransactionHash (33) | Valid  | Valid |

Reference issue to close (if applicable)

Closes #4368

Other information and links

Change checklist