Skip to content

Commit

Permalink
docs: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Nov 29, 2023
1 parent 434c5ca commit 259b3ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changelogs/v0.25.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [RPC `API.Authorizations`](#rpc-apiauthorizations)
- [MPLEX removal](#mplex-removal)
- [Graphsync Experiment Removal](#graphsync-experiment-removal)
- [Commands `ipfs key sign` and `ipfs key verify`](#commands-ipfs-key-sign-and-ipfs-key-verify)
- [πŸ“ Changelog](#-changelog)
- [πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors](#-contributors)

Expand Down Expand Up @@ -48,6 +49,17 @@ to update Kubo because some dependency changed and it fails to build anymore.

For more information see https://github.com/ipfs/kubo/pull/9747.

##### Commands `ipfs key sign` and `ipfs key verify`

The Kubo CLI `ipfs key` now includes two new subcommands: `sign` and `verify`.
This allows the Kubo node to sign arbitrary cryptographic bytes. For security,
these will always be prefixed with `libp2p-key signed message:`.

These commands are also both available through the RPC client and implemented
in `client/rpc`.

For more information see https://github.com/ipfs/kubo/issues/10230.

### πŸ“ Changelog

### πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors

0 comments on commit 259b3ef

Please sign in to comment.