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
Nonce reuse seems to occur during editOrder function call, where connector places orders with nonce, laddered in a way that's unaware of nonces already in use on the other side of the book. Such unawareness appears due to an RPC call via NonceManager, where it takes the last unused nonces of the account.
The text was updated successfully, but these errors were encountered:
sometimes nonce manager produces the same nonces for both ask and bid sides.
E.g.:
Nonce reuse seems to occur during
editOrder
function call, where connector places orders with nonce, laddered in a way that's unaware of nonces already in use on the other side of the book. Such unawareness appears due to an RPC call viaNonceManager
, where it takes the last unused nonces of the account.The text was updated successfully, but these errors were encountered: