-
Notifications
You must be signed in to change notification settings - Fork 363
Conversation
Travis automatic deployment: |
# Conflicts: # src/routes/safe/store/actions/createTransaction.js
Travis automatic deployment: |
Travis automatic deployment: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had some issues:
Rejection is not working properly. I've check that is creating rejections for nounces that don't exist yet (create a rejection for a nounce 88 when the last tx created was the 83)
Other issues I had was creating 2 Tx quickly and seen them both with the same nounce or sometimes one of them not showing up at all.
In resume: it seems the nounce is not being properly generated for new Tx's
…#489-duplicated-txs # Conflicts: # src/routes/safe/store/actions/createTransaction.js
@francovenica, there was a mess in the logic to calculate the nonce after merging |
Travis automatic deployment: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it works fine, no more duplicated tx, no more issues with the nonces.
@mikheevm can you give it a look? |
Travis automatic deployment: |
This PR closes #489, by: