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
Include gas consumption expectations on test cases comparing estimated gas calculated from GnosisSafe contract with gas spent on the transaction.
Note: Calculate gas used from sender account balances before and after the transaction.
Another improvement is doing the same assertion as GnosisSafe DailyModule test suite:
Withdrawal should fail because of ERC20 transfer revert
Withdrawal should fail because of ERC20 transfer out of gas
Withdrawal should fail because of ERC20 transfer returns false
marcelomorgado
changed the title
IdentityContracts > GnosisSafe - Gas usage assertion
GnosisSafe - Improve test cases
Mar 13, 2019
Include gas consumption expectations on test cases comparing estimated gas calculated from
GnosisSafe
contract with gas spent on the transaction.Note: Calculate gas used from sender account balances before and after the transaction.
Refs: #217 (comment)
The text was updated successfully, but these errors were encountered: