Skip to content

feat: release 0.5.0#7238

Merged
Stebalien merged 13 commits intomasterfrom
feat/release-0.5.0
Apr 28, 2020
Merged

feat: release 0.5.0#7238
Stebalien merged 13 commits intomasterfrom
feat/release-0.5.0

Conversation

@Stebalien
Copy link
Copy Markdown
Member

closes #6776

Copy link
Copy Markdown
Contributor

@ribasushi ribasushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple small changes

Co-Authored-By: Peter Rabbitson <ribasushi@protocol.ai>
Copy link
Copy Markdown
Contributor

@momack2 momack2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got to libp2p - shipping suggestions now

CHANGELOG.md Outdated
be logarithmic in the size of the network to be linear.
- Most peers in the DHT cannot be dialed (e.g., due to firewalls and NATs). Much of a DHT query time is wasted trying to connect to peers that cannot be reached.
- The DHT query logic doesn't properly terminate when it hits the end of the query and, instead, aggressively keeps on searching.
- The routing tables are poorly maintained. This can cause a search that should be logarithmic in the size of the network to be linear.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- The routing tables are poorly maintained. This can cause a search that should be logarithmic in the size of the network to be linear.
- The routing tables were poorly maintained, which could cause a search that _should_ be logarithmic in the size of the network to instead be linear.

CHANGELOG.md Outdated
be logarithmic in the size of the network to be linear.
- Most peers in the DHT cannot be dialed (e.g., due to firewalls and NATs). Much of a DHT query time is wasted trying to connect to peers that cannot be reached.
- The DHT query logic doesn't properly terminate when it hits the end of the query and, instead, aggressively keeps on searching.
- The routing tables are poorly maintained. This can cause a search that should be logarithmic in the size of the network to be linear.

###### Reachable
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
###### Reachable
###### Reachability

CHANGELOG.md Outdated

What this means for users:
Continuing on with the of improving our core data handling subsystems, both of the datastores used in go-ipfs, badger and flatfs, have received important updates in this release:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Continuing on with the of improving our core data handling subsystems, both of the datastores used in go-ipfs, badger and flatfs, have received important updates in this release:
Continuing on with the theme of improving our core data handling subsystems, both of the datastores used in go-ipfs, badger and flatfs, have received important updates in this release:

Stebalien and others added 2 commits April 28, 2020 08:54
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
Stebalien and others added 3 commits April 28, 2020 08:57
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
Co-Authored-By: Michael Burns <5170+mburns@users.noreply.github.com>
CHANGELOG.md Outdated

#### Badger Datastore
1. Pubsub now more aggressively finds and connects to other peers peers subscribing to the same topic.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Pubsub now more aggressively finds and connects to other peers peers subscribing to the same topic.
1. Pubsub now more aggressively finds and connects to other peers subscribing to the same topic.

Co-Authored-By: MollyM <momack2@users.noreply.github.com>
CHANGELOG.md Outdated

#### Badger Datastore
1. Pubsub now more aggressively finds and connects to other peers peers subscribing to the same topic.
2. Go-ipfs has switched its the default pubsub router from "floodsub", an inefficient but simple "flooding" pubsub implementation, to "gossipsub".
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. Go-ipfs has switched its the default pubsub router from "floodsub", an inefficient but simple "flooding" pubsub implementation, to "gossipsub".
2. Go-ipfs has switched the default pubsub router from "floodsub", an inefficient but simple "flooding" pubsub implementation, to "gossipsub".

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
@Stebalien Stebalien merged commit 36789ea into master Apr 28, 2020
@hacdias hacdias deleted the feat/release-0.5.0 branch May 9, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Road to 0.5

8 participants