-
Notifications
You must be signed in to change notification settings - Fork 362
(Fix) - #1804 Tx gas estimation fail for threshold >= 3 #1808
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
Travis automatic deployment: |
Travis automatic deployment: |
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.
LGTM 👍
Travis automatic deployment: |
Travis automatic deployment: |
Env and safe: https://pr1808--safereact.review.gnosisdev.com/rinkeby/app/#/safes/0x9913B9180C20C6b0F21B6480c84422F6ebc4B808/transactions I've checked myself setting a safe with 3 owners needed to sign (I assume 4 or more is the same situation as 3, since after the first one and before the last one the system is collecting signatures and that's what it was failing) Tested with MM and a trezor: Send funds Checked with 2 owners it still works fine: I forced the warning message to show up by queuing 2 tx that executing the first would made fail the second. It worked fine as well |
Travis automatic deployment: |
Travis automatic deployment: |
Closes #1804 by:
checkIfTxIsExecution
method to validate that if there is preApprovingOwner: it should also reach the threshold to be considered anexecutionTransaction
and not atransactionApproval