Update IPFS Kubo to 0.26.0 #34896
Labels
feature/web3/ipfs
OS/Desktop
priority/P3
The next thing for us to work on. It'll ride the trains.
QA/Yes
release-notes/include
Milestone
Signed Binaries: https://dist.ipfs.tech/kubo/v0.26.0/
Release Notes: https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.26.md (ipfs/kubo#10259)
Important feature
Commands
ipfs key sign
andipfs key verify
This allows the Kubo node to sign arbitrary bytes to prove ownership of a PeerID or an IPNS Name. To avoid signature reuse, the signed payload is always 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 ipfs/kubo#10230.
This is required for #14774
The text was updated successfully, but these errors were encountered: