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
Like for any blockchain we need a way to protect against replay attacks (someone dispatches a request more than one time, which i.e. in the case of transfers can be undesired). The request format already includes a nonce since defcd21
this also implies that we need a ws call to the worker to get the latest nonce. the client needs that nonce to compose his call
The text was updated successfully, but these errors were encountered:
Like for any blockchain we need a way to protect against replay attacks (someone dispatches a request more than one time, which i.e. in the case of transfers can be undesired). The request format already includes a nonce since
defcd21
this also implies that we need a ws call to the worker to get the latest nonce. the client needs that nonce to compose his call
The text was updated successfully, but these errors were encountered: