ChainSafe / forest

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

Complete `Filecoin.EthGetTransactionReceipt` implementation #4759

Open elmattic opened 1 week ago

elmattic commented 1 week ago

Issue summary

This is a follow-up issue for #4691.

The RPC method still needs to be fully implemented and thoroughly tested. What is missing is the support of logs in EthTxReceipt.

Task summary

Acceptance Criteria

The API compare test is passing and EthGetTransactionReceipt is removed from our filter lists.

Other information and links

*: https://github.com/ChainSafe/forest/pull/4691/commits/c2281950a307a582357dc62108f880adc04603ca **: https://github.com/ChainSafe/forest/pull/4691/commits/52a06dbe3b9ed14b88ab457358bc6f39d1efebfe

LesnyRumcajs commented 5 days ago

Blocked by #4740