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

Commit

Permalink
docs: add link to pubsub signing PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed May 21, 2019
1 parent 7c7dc36 commit bb2b55d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/post/88-js-ipfs-0.36.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ PR: https://github.com/ipfs/js-ipfs/pull/1989

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.

PR: https://github.com/libp2p/js-libp2p/pull/362

# 🏗 API Changes

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

0 comments on commit bb2b55d

Please sign in to comment.