forest
forest copied to clipboard
Implement `Filecoin.ChainGetEvents`
~~Blocked by https://github.com/ChainSafe/forest/issues/4740~~
Blocked by #4780
Should be unblocked.
However, we will still need to create a mapping { event_cid => tsk } similar to what we have for EthAPI ({ tx_hash => msg_id }).
I think it would be great to refactor the code that backfill the eth_mapping first.
@elmattic, do we have a tracking issue with this refactoring?
I think so, it's close to this one: #4505.