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
We are seeing a lot of API node crashes at the moment which I believe could be fixed in this ticket. As well as zeroing the state root for ZQ1 blocks we should also fix such that balance checks in block trace re-executions do not throw. Details:
API calls ots_getInternalOperations and ots_traceTransaction often throw insufficient balance: zilliqa/src/exec.rs:1938:49 which causes an unwrap() on PoisonError.
For an example, search protontestnet API node logs for ERROR logs.
We don't know the state for these blocks, so lets not pretend we do.
The text was updated successfully, but these errors were encountered: