ChainSafe / forest

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

Handle Ethereum mapping TTL corner case #4466

Open elmattic opened 4 days ago

elmattic commented 4 days ago

Issue summary

The Ethereum mapping TTL feature allows entries to be deleted after a setup duration (e.g., twenty-four hours).

After this period, RPC methods involving mapping like:

and in some circumstances, could return a non-null result even though the Hash to Cid entry has been correctly deleted.

Task summary

Acceptance Criteria