Guillaume Potier
Guillaume Potier
Note that this new `EthHashList` should parse following topics: `"topics": [ null, ["0x..", "0x.."] ]` is valid `"topics": [ "0x..", 0x.., ["0x..", "0x.."] ]` is valid `"topics": [ "0x..", null,...
@akaladarshi Right now, we're in the midst of refactoring the chain muxer, which might impact this task, so it's better to hold off for now.
Here's a non-exhaustive list of methods that are likely blocked by this issue: - Filecoin.EthGetTransactionReceipt - Filecoin.EthGetTransactionReceiptLimited - Filecoin.EthGetFilterChange - Filecoin.EthGetFilterLogs - Filecoin.EthGetLogs - ~~Filecoin.EthNewPendingTransactionFilter~~
> @elmattic is `EthNewPendingTransactionFilter` blocked? There's a PR for it #4725. Or does it lack something? We could probably remove this one for now. We should be able to create...
> Does it also block these methods? Indeed.
> Any others? `SubscribeActorEventsRaw`
`EthSubscribe` as well.
I propose closing this issue since the initial investigation is complete. We opted for a dedicated event cache, similar to the approach used in the Reth client. Once the entire...
Blocked by https://github.com/ChainSafe/forest/pull/4780
In a nutshell, Filecoin actor events are analogous to Eth logs in the EVM.