Skip to content

Commit

Permalink
Bump substrate_bip39 (leonardocustodio#415)
Browse files Browse the repository at this point in the history
* Bum substrate_bip39

* Update CHANGELOG.md

* Update pubspec.yaml
  • Loading branch information
leonardocustodio authored and clangenb committed Jun 11, 2024
1 parent 7f0d95a commit c049e12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sr25519/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
cryptography: ^2.7.0
merlin: ^1.0.3
ristretto255: ^1.0.2
substrate_bip39: ^0.2.0
substrate_bip39: ^0.3.0

dev_dependencies:
lints: ^3.0.0
Expand Down
3 changes: 3 additions & 0 deletions packages/substrate_bip39/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.0
- Changes for ecdsa support

## 0.2.0

- License update
Expand Down
2 changes: 1 addition & 1 deletion packages/substrate_bip39/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: substrate_bip39
description: Converting BIP39 entropy to valid Substrate SecretKeys.
version: 0.2.0
version: 0.3.0
homepage: https://github.com/leonardocustodio/polkadart/tree/main/packages/substrate_bip39
repository: https://github.com/leonardocustodio/polkadart

Expand Down

0 comments on commit c049e12

Please sign in to comment.