Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 83cb370

Browse files
Alan Shawjacobheun
Alan Shaw
andcommitted
Update content/post/88-js-ipfs-0.36.md
Co-Authored-By: Jacob Heun <[email protected]>
1 parent 8a79bfc commit 83cb370

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: content/post/88-js-ipfs-0.36.md

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ The IPFS HTTP gateway that JS IPFS exposes when run as a daemon in Node.js has b
6161

6262
PR: https://github.com/ipfs/js-ipfs/pull/1989
6363

64+
## 🔏 Pubsub message signing
65+
66+
Messages sent over Pubsub will now be automatically signed by the initial publisher, and included as a signature property on each Pubsub message. IPFS and Libp2p will be verifying the signatures of Pubsub messages by default in future releases, which will enable us to verify the authenticity of all messages sent over the network before they are processed. Verification is not yet required by default, but it will be in future releases, and all unsigned messages will not be processed or forwarded.
67+
6468
# 🏗 API Changes
6569

6670
1. **BREAKING**: The default string encoding for version 1 CIDs has changed to `base32`

0 commit comments

Comments
 (0)