Skip to content

Commit

Permalink
Merge branch 'main' into erc1155
Browse files Browse the repository at this point in the history
  • Loading branch information
programskillforverification committed Sep 13, 2024
2 parents 0188be0 + 38ad0ed commit b136375
Show file tree
Hide file tree
Showing 44 changed files with 367 additions and 371 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: install cargo-stylus
run: cargo install cargo-stylus@0.4.2 [email protected]
run: cargo install cargo-stylus@0.5.1

- name: run wasm check
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
key: "e2e-tests"

- name: install cargo-stylus
run: cargo install cargo-stylus@0.4.2 [email protected]
run: cargo install cargo-stylus@0.5.1

- name: install solc
run: |
curl -LO https://github.com/ethereum/solidity/releases/download/v0.8.21/solc-static-linux
curl -LO https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux
sudo mv solc-static-linux /usr/bin/solc
sudo chmod a+x /usr/bin/solc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gas-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: install solc
run: |
curl -LO https://github.com/ethereum/solidity/releases/download/v0.8.21/solc-static-linux
curl -LO https://github.com/ethereum/solidity/releases/download/v0.8.24/solc-static-linux
sudo mv solc-static-linux /usr/bin/solc
sudo chmod a+x /usr/bin/solc
Expand Down
Loading

0 comments on commit b136375

Please sign in to comment.