forked from keep-starknet-strange/zaun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from karnotxyz/update/core-contract-v13.2.0
Update : core contract v13.2.0
- Loading branch information
Showing
64 changed files
with
1,681 additions
and
18,850 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,28 @@ jobs: | |
# before the plugin, as the cache uses the current rustc version as its cache key | ||
- run: rustup show | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: "18" | ||
|
||
- name: Install Ganache | ||
run: | | ||
npm install -g [email protected] | ||
ganache --version | ||
- name: Install Solc | ||
run: | | ||
pip install solc-select | ||
solc-select install 0.8.19 | ||
solc-select use 0.8.19 | ||
solc --version | ||
- name: Install Foundry | ||
uses: foundry-rs/foundry-toolchain@v1 | ||
with: | ||
version: nightly | ||
|
||
- uses: Swatinem/rust-cache@v2 | ||
- name: Format and clippy | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,28 @@ jobs: | |
|
||
- uses: Swatinem/rust-cache@v2 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: "18" | ||
|
||
- name: Install Ganache | ||
run: | | ||
npm install -g [email protected] | ||
ganache --version | ||
- name: Install Solc | ||
run: | | ||
pip install solc-select | ||
solc-select install 0.8.19 | ||
solc-select use 0.8.19 | ||
solc --version | ||
- name: Install Foundry | ||
uses: foundry-rs/foundry-toolchain@v1 | ||
with: | ||
version: nightly | ||
|
||
- name: Build the project | ||
run: | | ||
cargo build --release --workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ script/anvil.json | |
|
||
.idea | ||
|
||
artifacts/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.