Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
8c2489ca
Unverified
Commit
8c2489ca
authored
Nov 02, 2018
by
Ryan Morey
Committed by
GitHub
Nov 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken links
A few links to docs in this repo needed "blob/master/" in order to work properly
parent
6926812b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CHANGELOG.md
CHANGELOG.md
+4
-4
No files found.
CHANGELOG.md
View file @
8c2489ca
...
...
@@ -39,7 +39,7 @@ For us, this means (eventually):
However, we still have a long way to go. While we encourage users to test this,
the IETF QUIC protocol is still being actively developed and *will* change. You
can find instructions for enabling it
[here](https://github.com/ipfs/go-ipfs/docs/experimental-features.md#QUIC).
[here](https://github.com/ipfs/go-ipfs/
blob/master/
docs/experimental-features.md#QUIC).
#### Pubsub
...
...
@@ -50,13 +50,13 @@ The gossipsub routing algorithm is *significantly* more efficient than the
current floodsub routing algorithm. Even better, it's fully backwards compatible
so you can enable it and still talk to nodes using the floodsub algorithm. You
can find instructions to enable gossipsub in go-ipfs
[here](https://github.com/ipfs/go-ipfs/docs/experimental-features.md#gossipsub).
[here](https://github.com/ipfs/go-ipfs/
blob/master/
docs/experimental-features.md#gossipsub).
Messages are now signed by their authors. While signing has now been enabled by
default, strict signature verification has not been and will not be for at least
one release (probably multiple) to avoid breaking existing applications. You can
read about how to configure this feature
[here](https://github.com/ipfs/go-ipfs/docs/experimental-features.md#message-signing).
[here](https://github.com/ipfs/go-ipfs/
blob/master/
docs/experimental-features.md#message-signing).
#### Commands
...
...
@@ -84,7 +84,7 @@ bafybeicg2rebjoofv4kbyovkw7af3rpiitvnl6i7ckcywaq6xjcxnc2mby
The refactored `ipfs p2p` command allows forwarding TCP streams through two IPFS
nodes from one host to another. It's `ssh -L` but for IPFS. You can find
documentation
[here](https://github.com/ipfs/go-ipfs/docs/experimental-features.md#ipfs-p2p).
[here](https://github.com/ipfs/go-ipfs/
blob/master/
docs/experimental-features.md#ipfs-p2p).
It's still experimental but we don't expect too many breaking changes at this
point (it will very likely be stabilized in the next release). Quick summary of
breaking changes:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment