Skip to content

Commit

Permalink
Merge branch 'updates/garaga-cairo'
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Jan 7, 2025
2 parents a91d075 + c29324e commit 194cd1d
Show file tree
Hide file tree
Showing 47 changed files with 1,968 additions and 2,168 deletions.
46 changes: 2 additions & 44 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,44 +1,2 @@
# [source.crates-io]
# replace-with = "vendored-sources"

# [source."git+https://github.com/ametel01/eth-rlp-verify.git"]
# git = "https://github.com/ametel01/eth-rlp-verify.git"
# replace-with = "vendored-sources"

# [source."git+https://github.com/ametel01/garaga.git"]
# git = "https://github.com/ametel01/garaga.git"
# replace-with = "vendored-sources"

# [source."git+https://github.com/ametel01/rust-accumulators.git?branch=feat/sha2-hasher"]
# git = "https://github.com/ametel01/rust-accumulators.git"
# branch = "feat/sha2-hasher"
# replace-with = "vendored-sources"

# [source."git+https://github.com/lambdaclass/lambdaworks.git"]
# git = "https://github.com/lambdaclass/lambdaworks.git"
# replace-with = "vendored-sources"

# [source."git+https://github.com/risc0/RustCrypto-hashes.git?tag=sha2-v0.10.8-risczero.0"]
# git = "https://github.com/risc0/RustCrypto-hashes.git"
# tag = "sha2-v0.10.8-risczero.0"
# replace-with = "vendored-sources"

# [source."git+https://github.com/risc0/risc0-ethereum?tag=v1.1.4"]
# git = "https://github.com/risc0/risc0-ethereum"
# tag = "v1.1.4"
# replace-with = "vendored-sources"

# [source."git+https://github.com/xJonathanLEI/starknet-rs.git?branch=master"]
# git = "https://github.com/xJonathanLEI/starknet-rs.git"
# branch = "master"
# replace-with = "vendored-sources"

# [source."git+https://github.com/OpenZeppelin/openzeppelin-contracts.git"]
# git = "https://github.com/OpenZeppelin/openzeppelin-contracts.git"
# replace-with = "vendored-sources"

# [source.vendored-sources]
# directory = "vendor"

# [net]
# git-fetch-with-cli = true
[net]
git-fetch-with-cli = true
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker/
debug/

# Development configs
.env*
# .env*
*.local
.editorconfig
.eslintrc*
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ scripts/katana/katana.log
vendor/
.env.*

.env.local
.env.sepolia
.env.mainnet
.env.docker
docker/rebuild-all.sh

contracts/starknet/account-sepolia

contracts/starknet/keystore

terminal
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
path = contracts/ethereum/lib/forge-std
url = https://github.com/foundry-rs/forge-std.git
shallow = true
[submodule "contracts/starknet/garaga"]
path = contracts/starknet/garaga
url = [email protected]:ametel01/garaga.git
5 changes: 3 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
scarb 2.8.5
starknet-foundry 0.34.0
scarb 2.9.1
starknet-foundry 0.35.1
starkli 0.3.6
Loading

0 comments on commit 194cd1d

Please sign in to comment.