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.
Removed hardcoded artifacts (keep-starknet-strange#28)
* updated core contract implementation * merge : main * feat : updated CoreContractInitData * starknet core contract * feat : updated contract code * feat : updated contract builds * feat : updated artifacts build * feat : updated starknet contract build * comments resolved * refactor & lint fix * refactor & lint fix * feat : added script for artifact conversion * updated makefile and ERC20 * feat : updated contracts * fix : lint * fix : path * fix: path and lint * feat : updated contract artifacts build * feat : updated makefile * feat : updated makefile --------- Co-authored-by: Apoorv Sadana <[email protected]>
- Loading branch information
1 parent
91057c0
commit cbffcd0
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.