Skip to content

Commit

Permalink
fix: update starknet-crypto
Browse files Browse the repository at this point in the history
Update to 0.5.0 to include the fix for a `panic` in
`starknet_crypto::ecdsa::verify`
  • Loading branch information
Oppen committed Apr 27, 2023
1 parent e756edd commit 0ece514
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 92 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

#### Upcoming Changes

* fix(starknet-crypto): bump version to `0.5.0` [#1088](https://github.com/lambdaclass/cairo-rs/pull/1088)
* This includes the fix for a `panic!` in `ecdsa::verify`.
See: [#365](https://github.com/xJonathanLEI/starknet-rs/issues/365) and [#366](https://github.com/xJonathanLEI/starknet-rs/pulls/366)

* feat(hints): Add alternative string for hint IS_ZERO_PACK [#1081](https://github.com/lambdaclass/cairo-rs/pull/1081)

`BuiltinHintProcessor` now supports the following hint:
Expand Down
133 changes: 42 additions & 91 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ hex = { version = "0.4.3", default-features = false }
bincode = { version = "2.0.0-rc.2", tag = "v2.0.0-rc.2", git = "https://github.com/bincode-org/bincode.git", default-features = false, features = [
"serde",
] }
starknet-crypto = { version = "0.4.3", default-features = false, features = [
starknet-crypto = { version = "0.5.0", default-features = false, features = [
"signature-display",
"alloc",
] }
Expand Down

0 comments on commit 0ece514

Please sign in to comment.