Skip to content

Commit b0a4ada

Browse files
committed
Fix the dashboard
1 parent 6cb2e39 commit b0a4ada

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

examples/.scripts/run-example.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ result () {
1818
"$file" == "cosmos/tendermint/Tendermint.qnt" ||
1919
"$file" == "cosmos/tendermint/TendermintTest.qnt" ||
2020
"$file" == "cosmos/lightclient/Blockchain.qnt" ||
21-
"$file" == "cosmos/lightclient/LCVerificationApi.qnt" ) ]] ; then
21+
"$file" == "cosmos/lightclient/LCVerificationApi.qnt" ||
22+
"$file" == "cryptography/hashes.qnt" ) ]] ; then
2223
printf "N/A[^parameterized]"; return
2324
fi
2425
# Skip verification for specs that do not define a state machine
@@ -28,6 +29,7 @@ result () {
2829
"$file" == "cosmos/lightclient/typedefs.qnt" ||
2930
"$file" == "cosmos/tendermint/Tendermint.qnt" ||
3031
"$file" == "cosmos/tendermint/TendermintTest.qnt" ||
32+
"$file" =~ ^cryptography/ ||
3133
"$file" =~ ^spells/ ||
3234
"$file" == "solidity/SimpleAuction/SimpleAuction.qnt" ||
3335
"$file" == "cosmos/ics20/base.qnt" ) ]] ; then

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ listed without any additional command line arguments.
6868
| [cosmos/tendermint/TendermintModels.qnt](./cosmos/tendermint/TendermintModels.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
6969
| [cosmos/tendermint/TendermintTest.qnt](./cosmos/tendermint/TendermintTest.qnt) | :white_check_mark: | :white_check_mark: | N/A[^parameterized] | N/A[^nostatemachine] |
7070
| [cosmwasm/zero-to-hero/vote.qnt](./cosmwasm/zero-to-hero/vote.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x:<sup>https://github.com/informalsystems/quint/issues/693</sup> |
71-
| [cryptography/hashes.qnt](./cryptography/hashes.qnt) | :white_check_mark: | :white_check_mark: | :x: | :x: |
72-
| [cryptography/hashesTest.qnt](./cryptography/hashesTest.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
71+
| [cryptography/hashes.qnt](./cryptography/hashes.qnt) | :white_check_mark: | :white_check_mark: | N/A[^parameterized] | N/A[^nostatemachine] |
72+
| [cryptography/hashesTest.qnt](./cryptography/hashesTest.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A[^nostatemachine] |
7373
| [language-features/booleans.qnt](./language-features/booleans.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
7474
| [language-features/counters.qnt](./language-features/counters.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
7575
| [language-features/importFrom.qnt](./language-features/importFrom.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |

0 commit comments

Comments
 (0)