gnosis / MultiSigWallet

Allows multiple parties to agree on transactions before execution.
https://github.com/gnosis/MultiSigWallet/releases
GNU Lesser General Public License v3.0
1.08k stars 767 forks source link

Allow 0 as nonce for offline transaction #266

Closed markusschaden closed 4 years ago

markusschaden commented 5 years ago

This pull request fixes the issue that it is not possible to create a offline signature from an address which has no transactions so far (nonce 0)

GnosisBug2

If you try to sign a tx with nonce 0, it results in the following error and the signing process starts all over again, enter transaction id

GnosisBug

denisgranha commented 4 years ago

Thank your for taking the time of doing this

vogelito commented 4 years ago

yay! merged!