fix erc1155supply vacuity, change CI solc version to 8.4

This commit is contained in:
teryanarmen
2022-06-15 17:05:12 -07:00
parent 9708bc0397
commit 1701b0c7fd
9 changed files with 997 additions and 30 deletions

View File

@ -3,6 +3,7 @@ name: Certora
on:
push:
branches:
- master
- main
- certora/erc20
- certora/erc1155ext
@ -27,9 +28,9 @@ jobs:
- name: Install solc
run: |
wget https://github.com/ethereum/solidity/releases/download/v0.8.2/solc-static-linux
wget https://github.com/ethereum/solidity/releases/download/v0.8.4/solc-static-linux
chmod +x solc-static-linux
sudo mv solc-static-linux /usr/local/bin/solc8.2
sudo mv solc-static-linux /usr/local/bin/solc8.4
- name: Verify rule ${{ matrix.script }}
run: |