Replies: 2 comments
-
@cxytz01 you did not use Json RPC calls to query tx receipt data, right? I do not think RPC calls are that slow. Lotus also offers eth compatible apis, you can check out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my EVM transaction's receipt data extraction code: https://github.com/Spacescope/meta-task/blob/main/pkg/tasks/evmtask/receipt.go#L26
It takes at least 6 minutes, even 30 minutes to consume a Tipset. Is there any room for optimization or an alternative solution?
The EVM RPC is very very slow, it can't be acceptable. Can I use Filecoin RPC instead?
Beta Was this translation helpful? Give feedback.
All reactions