Skip to content
Closed
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
127 changes: 14 additions & 113 deletions .pnp.cjs

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

Git LFS file not shown

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/cache/bn.js-npm-4.12.0-3ec6c884f6-39afb4f15f.zip

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/cache/elliptic-npm-6.5.4-0ca8204a86-d56d21fd04.zip

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/cache/hmac-drbg-npm-1.0.1-3499ad31cd-bd30b6a68d.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 @@ -25,9 +25,11 @@ and this project adheres to
- @cosmjs/proto-signing: Remove `fromJSON`/`toJSON` from `TsProtoGeneratedType`
such that generated types are not required to generate those anymore. The
methods were provided by ts-proto but we never needed them. ([#1329])
- @cosmjs/crypto: Migrate from elliptic to noble-secp256k1 ([#1272]).

[#1002]: https://github.com/cosmos/cosmjs/issues/1002
[#1240]: https://github.com/cosmos/cosmjs/pull/1240
[#1272]: https://github.com/cosmos/cosmjs/issues/1272
[#1289]: https://github.com/cosmos/cosmjs/issues/1289
[#1291]: https://github.com/cosmos/cosmjs/issues/1291
[#1329]: https://github.com/cosmos/cosmjs/pull/1329
Expand Down
3 changes: 1 addition & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,13 @@
"@cosmjs/math": "workspace:^",
"@cosmjs/utils": "workspace:^",
"@noble/hashes": "^1",
"@noble/secp256k1": "^1.7.0",
"bn.js": "^5.2.0",
"elliptic": "^6.5.4",
"libsodium-wrappers": "^0.7.6"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/bn.js": "^5",
"@types/elliptic": "^6.4.14",
"@types/eslint-plugin-prettier": "^3",
"@types/jasmine": "^4",
"@types/karma-firefox-launcher": "^2",
Expand Down
Loading