You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have figured it out. Last week, due to the Omiga activity, there was a significant increase in the number of transactions in each block. Consequently, the handling of cell deps in each block also increased substantially, impacting the main process. To address this issue, we decided to set the processing of cell deps as an asynchronous worker, typically updating a few seconds later than the corresponding transactions (#1599).
The asynchronous processing approach was also applied to the data of COTA.
However, this morning (1/24), there was an error in the cota-aggregator, resulting in a large number of retry tasks. This, in turn, blocked the cell deps tasks. Now we switched the indexing service of COTA to https://cota.nervina.dev/mainnet-aggregator, and the accumulated tasks are now being executed one by one.
Cell deps are displaying as empty within transactions.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Additional context
Here is the same transaction output from the RPC:
The text was updated successfully, but these errors were encountered: