Skip to content

Commit

Permalink
Merge pull request #1230 from informalsystems/jk/ciWeek
Browse files Browse the repository at this point in the history
Bounded unsigned integer spells
  • Loading branch information
Kukovec authored Nov 8, 2023
2 parents 8772f56 + f05dd1e commit 3b0209c
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/.scripts/run-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ get_main () {
main="--main=gradualPonziTest"
elif [[ "$file" == "cosmwasm/zero-to-hero/vote.qnt" ]] ; then
main="--main=state"
elif [[ "$file" == "spells/BoundedUInt.qnt" ]] ; then
main="--main=BoundedUInt8Test"
fi
echo "${main}"
}
Expand Down
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ listed without any additional command line arguments.
| [solidity/SimpleAuction/SimpleAuction.qnt](./solidity/SimpleAuction/SimpleAuction.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A[^nostatemachine] |
| [solidity/SimplePonzi/simplePonzi.qnt](./solidity/SimplePonzi/simplePonzi.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| [spells/basicSpells.qnt](./spells/basicSpells.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A[^nostatemachine] |
| [spells/BoundedUInt.qnt](./spells/BoundedUInt.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A[^nostatemachine] |
| [spells/commonSpells.qnt](./spells/commonSpells.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A[^nostatemachine] |
| [spells/rareSpells.qnt](./spells/rareSpells.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A[^nostatemachine] |
| [verification/defaultOpNames.qnt](./verification/defaultOpNames.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
Expand Down
Loading

0 comments on commit 3b0209c

Please sign in to comment.