Skip to content

Commit

Permalink
✨ OsInput Missing Fields (#10)
Browse files Browse the repository at this point in the history
* ✨ ContractState

* 🔨 wip general config

* ✨ constants + general_config wip

* ✨ mock transaction types

* wip switch to Felt252

* 🩹 fix linter and add todos
  • Loading branch information
EvolveArt committed Sep 25, 2023
1 parent 8d7b6fb commit 7989503
Show file tree
Hide file tree
Showing 24 changed files with 408,585 additions and 82 deletions.
7 changes: 5 additions & 2 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ hex = "0.4.3"
starknet = { git = "https://github.com/xJonathanLEI/starknet-rs" }
uuid = { version = "1.4.0", features = ["v4", "serde"] }
reqwest = { version = "0.11.18", features = ["blocking", "json"] }
bitvec = { version = "1.0.1", features = ["serde"] }
tokio = "1.32.0"
pretty_assertions = "1.4.0"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 7989503

Please sign in to comment.