-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relayer nonce collisions #2157
Relayer nonce collisions #2157
Conversation
Co-authored-by: Damián Parrino <[email protected]>
Co-authored-by: Damián Parrino <[email protected]>
I think what we actually need to explain goes more like this: At the protocol level, transactions have a unique number that identifies them ( When the relayer account (e.g. relayer.near) starts relaying a lot of transactions, it will quickly start to happen that If One way to mitigate this is to sign each transaction with a different key. Since |
Can we just have "PAIN" in bold linking to this comment? |
Added a small section to the relayer page about how to handle high throughput relaying