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
When AztecRpc server is not fully synced and you for example request a token balance you get a balance at a later date. Refactor AztecRpcServer to hold off responses until synced.
Note: This one is a bit controversial so I would wait for a wider consensus before tackling this.
The text was updated successfully, but these errors were encountered:
benesjan
changed the title
When AztecRpc server is not fully synced you get outdated info
Ensure AztecRpc server never returns outdated info
Jul 27, 2023
When AztecRpc server is not fully synced and you for example request a token balance you get a balance at a later date. Refactor
AztecRpcServer
to hold off responses until synced.Note: This one is a bit controversial so I would wait for a wider consensus before tackling this.
The text was updated successfully, but these errors were encountered: