Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 15 additions & 98 deletions .pnp.cjs

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

3 changes: 3 additions & 0 deletions .yarn/cache/@noble-curves-npm-1.9.2-2584df26a7-21d049ae45.zip
Git LFS file not shown
3 changes: 0 additions & 3 deletions .yarn/cache/bn.js-npm-4.12.0-3ec6c884f6-9736aaa317.zip

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/cache/brorand-npm-1.1.0-ea86634c4b-6f366d7c49.zip

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/cache/elliptic-npm-6.6.1-87bb857cbc-8b24ef782e.zip

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/cache/hash.js-npm-1.1.7-f1ad187358-41ada59494.zip

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/cache/hmac-drbg-npm-1.0.1-3499ad31cd-f3d9ba31b4.zip

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ and this project adheres to
- Fix block events in CometBFT 0.38 API (`begin_block_events`/`end_block_events`
-> `finalize_block_events`) in `RpcBlockResultsResponse` and
`BlockResultsResponse` ([#1612])
- @cosmjs/crypto: Migrate from elliptic to noble-curves ([#1272]).

[#1272]: https://github.com/cosmos/cosmjs/issues/1272
[#1612]: https://github.com/cosmos/cosmjs/pull/1612
[#1645]: https://github.com/cosmos/cosmjs/pull/1645

Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@cosmjs/encoding": "workspace:^",
"@cosmjs/math": "workspace:^",
"@cosmjs/utils": "workspace:^",
"@noble/curves": "^1.9.2",
"@noble/hashes": "^1",
"bn.js": "^5.2.0",
"elliptic": "^6.6.1",
"libsodium-wrappers-sumo": "^0.7.11"
},
"devDependencies": {
Expand Down
Loading
Loading