Guillaume Potier

Results 121 comments of Guillaume Potier

Now blocked by https://github.com/ChainSafe/forest/issues/4851

We can close this issue since the tracking issue is #6031.

The implementation is working; it just needs some testing for opening and closing a WebSocket subscription (tracking issue: https://github.com/ChainSafe/forest/issues/5795).

> Hey [@elmattic](https://github.com/elmattic) > > Can I pick this? Yes, please, go ahead!

OOM might be the same as the one mentioned in https://github.com/elmattic/openrpc-checker/blob/main/SUMMARY.md#forest-openrpc-document

@AlexeyKrasnoperov You have put `eth_getTransactionReceipt` in your curl command, is that some typo?

~~@AlexeyKrasnoperov I will close this issue as non-reproducible since Forest responses are consistently sub-millisecond and on par with Lotus. Please feel free to reopen it if needed, and don’t hesitate...

Are you sure it's not 0.037s? edit: After further investigation, I found that Lotus uses a `byEpoch` cache, so let's do the same.

Can't reproduce it on a recent snapshot. Do we have one available for testing? ``` 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_2025-01-29_height_2361215.forest.car.zst --filter StateReplay -n 1800 | RPC Method...