帖子
分享您的知识。
Pluto Dev👽141
Jan 07, 2025
专家问答
Why suix_subscribeEvent isn't working on my minimal Full node?
I was trying to use suix_subscribeEvent
with my minimal Full node configuration, and I set enable-index-processing: false
. However, I'm not receiving any events even though my request seems correct, and the node appears to be synced. What could be the issue here?
- Move CLI
1
2
分享
评论
答案
2Ramirez177
Jan 7 2025, 21:12你还应该检查你的节点是否完全同步. 您可以通过将sui_getLatestCheckpointSequenceNumber
与方块视野中的检查点编号进行比较来验证这一点. 如果您仍未收到事件,请在尝试订阅时查看日志. 它可以让人们深入了解出了什么问题.
2
最佳答案
评论
yhant3251
Jan 8 2025, 10:44看来使用你当前的配置 (enable-index-processing: false
),事件订阅可能不起作用. 你可能需要尝试在enable-index-processing
配置文件中设置为 true 以启用事件处理.
1
评论
你知道答案吗?
请登录并分享。
Move is an executable bytecode language used to implement custom transactions and smart contracts.
148帖子231答案