Skip to content
Snippets Groups Projects
Commit c0da476b authored by Nicolas80's avatar Nicolas80
Browse files

* Updated CHANGELOG.md

parent 4b410eeb
No related branches found
No related tags found
1 merge request!44feat: Can choose between ed25519 ans sr25519
Pipeline #40318 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
List of changelogs ordered from latest to oldest List of changelogs ordered from latest to oldest
## [0.4.1] - 2025-04-04 ## [0.4.1] - 2025-04-08
### Added / Changed ### Added / Changed
- We now use `ed25519` crypto scheme by default for all commands. It means that if you import your substrate mnemonic without giving a specific argument to change the crypto scheme, the resulting SS58 address will not be the same as before (it was using `sr25519` for substrate mnemonic previously) - We now use `ed25519` crypto scheme by default for all commands. It means that if you import your substrate mnemonic without giving a specific argument to change the crypto scheme, the resulting SS58 address will not be the same as before (it was using `sr25519` for substrate mnemonic previously)
- Extra `-c` / `--crypto-scheme` argument allows to specify which crypto scheme to use (`sr25519` or `ed25519`) and having a default value of `ed25519` in most places. - Extra `-c` / `--crypto-scheme` argument allows to specify which crypto scheme to use (`sr25519` or `ed25519`) and having a default value of `ed25519` in most places.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment