Skip to content

Commit

Permalink
Ensure no_std for Parity Codec felt serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
damip committed Dec 21, 2023
1 parent 0b6b304 commit 5444aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/starknet-types-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The `starknet-types-core` crate provides:
- Provides a Serialization and Deserialization implementations for the `Felt` type
- No_std support ✅

### Parity Scale Codec
- Provides Serialization and Deserialization implementations for the `Felt` type within the Parity serialization framework
- No_std support ✅

### Arbitrary
- Provides an Arbitrary implementations for the `Felt` type

Expand Down
1 change: 1 addition & 0 deletions ensure_no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ starknet-types-core = { path = "../crates/starknet-types-core", default-features
"alloc",
"serde",
"curve",
"parity-scale-codec",
] }
starknet-types-rpc = { path = "../crates/starknet-types-rpc", default-features = false }
wee_alloc = "0.4.5"
Expand Down

0 comments on commit 5444aac

Please sign in to comment.