Skip to content

Commit

Permalink
✨ Cairo 1 Validation (#25)
Browse files Browse the repository at this point in the history
* ✨ cairo 1 shooter

* ✨ multi-thread check

* πŸ› recipient address

* ✨ limit number of validation tasks

* πŸ› cairo 0 support

* πŸ› mint only from owner

* πŸ› fix concurrency validation

* ✨ better concurrency

* ✨ chunks constant
  • Loading branch information
EvolveArt authored Nov 7, 2023
1 parent c1458e1 commit 0255b21
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 92 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ starknet = "0.6.0"
env_logger = "0.10.0"
log = "0.4.17"
tokio = { version = "1", features = ["full"] }
futures = "0.3"
clap = { version = "4.2.7", features = ["derive"] }
color-eyre = "0.6.2"
config = "0.13.3"
Expand Down
2 changes: 1 addition & 1 deletion config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ report:

deployer:
salt: "1"
address: "0x0000000000000000000000000000000000000000000000000000000000000002"
address: "0x0000000000000000000000000000000000000000000000000000000000000004"
signing_key: "0x00c1cf1490de1352865301bb8705143f3ef938f97fdf892f1090dcb5ac7bcd1d"
6 changes: 3 additions & 3 deletions config/v2.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ setup:
num_accounts: 3

run:
num_erc20_transfers: 5
num_erc721_mints: 5
num_erc20_transfers: 100
num_erc721_mints: 100

report:
num_blocks: 3
reports_dir: "reports"

deployer:
salt: "1"
address: "0x0000000000000000000000000000000000000000000000000000000000000002"
address: "0x0000000000000000000000000000000000000000000000000000000000000004"
signing_key: "0x00c1cf1490de1352865301bb8705143f3ef938f97fdf892f1090dcb5ac7bcd1d"
Loading

0 comments on commit 0255b21

Please sign in to comment.