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
I need to send multiple transactions to Gnosis Safe, but Gnosis Safe does not automatically increment the nonce immediately after signing a transaction. Therefore, I need to provide the nonce manually, but Gnosis Safe ignores this argument.
1 - Start the demo project from this repository.
2- Open Safe Global.
3 - Navigate to the Apps section.
4 - Select My Custom Apps.
5 - Paste your local app URL.
6 - Click Send 2 txs.
There was an issue with the recommended Nonce not refreshing if a transaction never hit the queue so for instance for a 1/n Safe that directly executes the tx as in your attached recording.
This change should fix this: safe-global/safe-wallet-web#3872
It will be included in our next release which is expected to go live mid of next week.
I need to send multiple transactions to Gnosis Safe, but Gnosis Safe does not automatically increment the nonce immediately after signing a transaction. Therefore, I need to provide the nonce manually, but Gnosis Safe ignores this argument.
Link to Minimal Reproducible Example
code: https://github.com/Pasha8914/wagmi-safe-bug
preview: https://pasha8914.github.io/wagmi-safe-bug
Steps to Reproduce the Issue
1 - Start the demo project from this repository.
2- Open Safe Global.
3 - Navigate to the Apps section.
4 - Select My Custom Apps.
5 - Paste your local app URL.
6 - Click Send 2 txs.
OR
1 - Open Safe Global.
2 - Navigate to the Apps section.
3 - Select My Custom Apps.
4 - Paste https://pasha8914.github.io/wagmi-safe-bug
5 - Click Send 2 txs.
You will observe that the first and second transactions have the same nonce, although different nonces were provided.
Screen.Recording.2024-06-11.at.00.mp4
The text was updated successfully, but these errors were encountered: