Skip to content

Commit 668d3b5

Browse files
committed
Merge branch 'master' into typo-fixes
2 parents e1b7411 + eb97fd3 commit 668d3b5

File tree

99 files changed

+146
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+146
-146
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
certora/specs/*.spec linguist-language=Solidity
2-
certora/specs/*.conf linguist-detectable
3-
certora/specs/*.conf linguist-language=JSON5
1+
fv/specs/*.spec linguist-language=Solidity
2+
fv/specs/*.conf linguist-detectable
3+
fv/specs/*.conf linguist-language=JSON5

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: ./.github/actions/setup
110110
- name: Compile harnesses
111111
run: |
112-
make -C certora apply
112+
make -C fv apply
113113
npm run compile:harnesses
114114
115115
slither:

.github/workflows/formal-verification.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Apply patches
25-
run: make -C certora apply
25+
run: make -C fv apply
2626

2727
verify:
2828
runs-on: ubuntu-latest
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
if [[ ${{ github.event_name }} = 'pull_request' && ${{ contains(github.event.pull_request.labels.*.name, 'formal-verification-force-all') }} = 'false' ]];
4040
then
41-
RESULT=$(git diff ${{ github.event.pull_request.head.sha }}..${{ github.event.pull_request.base.sha }} --name-only certora/specs/*.spec | while IFS= read -r file; do [[ -f $file ]] && basename "${file%.spec}"; done | tr "\n" " ")
41+
RESULT=$(git diff ${{ github.event.pull_request.head.sha }}..${{ github.event.pull_request.base.sha }} --name-only fv/specs/*.spec | while IFS= read -r file; do [[ -f $file ]] && basename "${file%.spec}"; done | tr "\n" " ")
4242
else
4343
RESULT='--all'
4444
fi
@@ -63,8 +63,8 @@ jobs:
6363
chmod +x /usr/local/bin/solc
6464
- name: Verify specification
6565
run: |
66-
make -C certora apply
67-
node certora/run.js ${{ steps.arguments.outputs.result }} -p 1 -v >> "$GITHUB_STEP_SUMMARY"
66+
make -C fv apply
67+
node fv/run.js ${{ steps.arguments.outputs.result }} -p 1 -v >> "$GITHUB_STEP_SUMMARY"
6868
env:
6969
CERTORAKEY: ${{ secrets.CERTORAKEY }}
7070

certora/specs/AccessControl.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

certora/specs/AccessControlDefaultAdminRules.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

certora/specs/DoubleEndedQueue.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

certora/specs/ERC20.conf

Lines changed: 0 additions & 9 deletions
This file was deleted.

certora/specs/ERC20FlashMint.conf

Lines changed: 0 additions & 10 deletions
This file was deleted.

certora/specs/ERC721.conf

Lines changed: 0 additions & 10 deletions
This file was deleted.

certora/specs/EnumerableMap.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)