Skip to content

Commit

Permalink
plenty of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucqs committed Jan 25, 2024
1 parent 36698fe commit 08cdd83
Show file tree
Hide file tree
Showing 30 changed files with 42,781 additions and 3,430 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ cairo_venv
# solidity cache
starknet-e2e-test/contracts/cache
starknet-e2e-test/contracts/build

# snos
blocks/**
pies/**
os/**
7 changes: 6 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,9 @@ starknet-signers = { git = "https://github.com/xJonathanLEI/starknet-rs.git", re
starknet-accounts = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "64ebc36", default-features = false }
starknet-contract = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "64ebc36", default-features = false }

blockifier = { git = "https://github.com/keep-starknet-strange/blockifier", branch = "no_std-support-7578442", default-features = false, features = [
blockifier = { git = "https://github.com/keep-starknet-strange/blockifier", rev = "df50571", default-features = false, features = [
"parity-scale-codec",
"clone",
] }
starknet_api = { git = "https://github.com/keep-starknet-strange/starknet-api", branch = "no_std-support-dc83f05", features = [
"testing",
Expand Down
Loading

0 comments on commit 08cdd83

Please sign in to comment.