Skip to content

Commit

Permalink
Fix rules delegation for CI try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeas-kucera committed Dec 11, 2023
1 parent 9106812 commit 682fa86
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
rule:
- AToken.conf
- Pool.conf --msg "Martins rules"
- PoolAccurate.conf --msg "Index non decreasing part 1" --rule [_updateIndexesWrapperReachable, indexChangesOnlyWith_updateIndexes, liquidityIndexNonDecresingFor_cumulateToLiquidityIndex]
- PoolAccurate.conf --msg "Index non decreasing part 2" --rule [indexesNonDecresingFor_updateIndexes]
- PoolAccurate.conf --msg "Deposit updates AToken scaled balance" --rule [depositUpdatesUserATokenSuperBalance, depositUpdatesUserATokenSuperBalance_sanity]
- PoolAccurate.conf --msg "Deposit cannot change other users scaled balance" --rule [depositCannotChangeOthersATokenSuperBalance]
- PoolAccurate.conf --msg "Index non decreasing part 1" --rule _updateIndexesWrapperReachable, indexChangesOnlyWith_updateIndexes, liquidityIndexNonDecresingFor_cumulateToLiquidityIndex
- PoolAccurate.conf --msg "Index non decreasing part 2" --rule indexesNonDecresingFor_updateIndexes
- PoolAccurate.conf --msg "Deposit updates AToken scaled balance" --rule depositUpdatesUserATokenSuperBalance depositUpdatesUserATokenSuperBalance_sanity
- PoolAccurate.conf --msg "Deposit cannot change other users scaled balance" --rule depositCannotChangeOthersATokenSuperBalance
- ReserveConfiguration.conf
- UserConfigCLI.conf
- StableTokenCLI.conf
- VariableTokenCLI.conf
- PoolSimpleProperties.conf --msg "Deposit functionality" --rule [cannotDepositInInactiveReserve, cannotDepositInFrozenReserve, cannotDepositZeroAmount]
- PoolSimpleProperties.conf --msg "Withdraw functionality PLUS reachability" --rule [method_reachability, cannotWithdrawZeroAmount, cannotWithdrawFromInactiveReserve]
- PoolSimpleProperties.conf --msg "Borrow functionality" --rule [cannotBorrowZeroAmount, cannotBorrowOnInactiveReserve, cannotBorrowOnReserveDisabledForBorrowing, cannotBorrowOnFrozenReserve]
- PoolSimpleProperties.conf --msg "Deposit functionality" --rule {cannotDepositInInactiveReserve, cannotDepositInFrozenReserve, cannotDepositZeroAmount}
- PoolSimpleProperties.conf --msg "Withdraw functionality PLUS reachability" --rule "method_reachability", "cannotWithdrawZeroAmount", "cannotWithdrawFromInactiveReserve"
- PoolSimpleProperties.conf --msg "Borrow functionality" --rule "cannotBorrowZeroAmount" "cannotBorrowOnInactiveReserve" "cannotBorrowOnReserveDisabledForBorrowing" "cannotBorrowOnFrozenReserve"

0 comments on commit 682fa86

Please sign in to comment.