Rambo
Rambo
> [@Ekzer](https://github.com/Ekzer)太棒了!我很高兴这个方法奏效了。 > > > 由于某些未知的原因,只有网关“goldsky”能够实时同步 Action=Transfer(令牌传输)的 AO 消息。 > > 这是因为 Arweave 本身不提供任何实时消息传递功能。Turbo 在 AO 数据项结算到 Arweave 之前将其直接发送到 Goldsky。也就是说,您可以通过设置来改善与默认配置相比的延迟`ENABLE_MEMPOOL_WATCHER=true`。这将尝试在捆绑包出现在内存池中时立即对其进行索引。如果您尝试,请告诉我们进展如何。该功能仍处于实验阶段。 I also meet same problem. I run a container with...
We also meet the same question.We can see the peer is not stable. the log is below: ``` Failed to get peer address of TcpStream ``` And before upgrade api,...
Is there any progress?
> Could you share logs from this particular node ? We have been running with the flag enabled fine on our internal infrastructure. https://gist.github.com/xinzhongyoumeng/35f1c41d81e8aef2b2608b5a9842e406
``` # curl -w "\n" http://127.0.0.1:3500/eth/v1/node/syncing {"data":{"head_slot":"10229776","sync_distance":"1","is_syncing":false,"is_optimistic":false,"el_offline":false}} ```
and the execution client is erigon, and fully synchronized with the execution-layer blockchain
> Could you share logs from this particular node ? We have been running with the flag enabled fine on our internal infrastructure. if you are sync from a checkpoint?
> > if you are sync from a checkpoint? > > Yes > > Do you have any other logs ? From what I can see, your node is simply...
> > if you are sync from a checkpoint? > > Yes > > Do you have any other logs ? From what I can see, your node is simply...
> How are you checking for the existence of blobs ? From your logs it appears your node is constantly optimistically syncing yes, I make below command: ``` # curl...