-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip install garaga==0.13.2, garaga (#166)
- adds garaga cli - adds devnet declare - deploy - invoke tests in CI - remove cairo-lang dependency and cairo zero code, moved to https://github.com/feltroidprime/garaga-zero , dependent on the garaga pip package for the hints - remove kkt endpoint contract as the work will be done in kkrt repo directly - uses only pyproject.toml for dependencies (splitted in normal and dev dependencies), no more requirements.txt - uses uv at setup instead of pip which resolves and installs much quicker - update to cairo 2.7.1. The ECIP class hash has changed due to it. - changes bn_bits encoding in the miller loop to save one iteration
- Loading branch information
1 parent
aed2291
commit 1d75c78
Showing
131 changed files
with
6,150 additions
and
432,735 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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
SEPOLIA_RPC_URL="https://free-rpc.nethermind.io/sepolia-juno" | ||
SEPOLIA_ACCOUNT_PRIVATE_KEY=0x1 | ||
SEPOLIA_ACCOUNT_ADDRESS=0x2 | ||
|
||
MAINNET_RPC_URL="https://" | ||
MAINNET_ACCOUNT_PRIVATE_KEY=0x3 | ||
MAINNET_ACCOUNT_ADDRESS=0x4 |
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
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.