Skip to content

Commit

Permalink
Merge pull request #2198 from CosmWasm/mergify/bp/release/1.5/pr-2014
Browse files Browse the repository at this point in the history
Fix pubkey recovery to work with high/low s for k256 ^0.13.2 (backport #2014)
  • Loading branch information
webmaster128 authored Aug 6, 2024
2 parents 5a4bc0e + 7b43413 commit 8395b7c
Show file tree
Hide file tree
Showing 15 changed files with 125 additions and 124 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ and this project adheres to

## [Unreleased]

### Changed

- cosmwasm-std: Backport PR that changed the version pinned dependency
`k256 = { version = "=0.13.1", features = ["ecdsa"] }` to the open version
range ^0.13.3 by avoiding a normalization of the public key in
`secp256k1_recover_pubkey`. ([#2014], [#2198])

[#2014]: https://github.com/CosmWasm/cosmwasm/pull/2014
[#2198]: https://github.com/CosmWasm/cosmwasm/pull/2198

## [1.5.5] - 2024-05-10

### Changed
Expand Down
37 changes: 18 additions & 19 deletions Cargo.lock

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

17 changes: 8 additions & 9 deletions contracts/burner/Cargo.lock

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

17 changes: 8 additions & 9 deletions contracts/crypto-verify/Cargo.lock

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

17 changes: 8 additions & 9 deletions contracts/cyberpunk/Cargo.lock

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

17 changes: 8 additions & 9 deletions contracts/floaty/Cargo.lock

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

17 changes: 8 additions & 9 deletions contracts/hackatom/Cargo.lock

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

Loading

0 comments on commit 8395b7c

Please sign in to comment.