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

Commit

Permalink
Release note touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Jul 16, 2019
1 parent 323390a commit cded0c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions newsfragments/734.feature.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Pool management upgrades

- Move TransactionPool into its own process
- Create ProxyPeerPool that partially exposes peer pool functionality to any process
9 changes: 5 additions & 4 deletions newsfragments/763.removal.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Remove ``BaseAsyncStopPlugin`` which isn't needed anymore now that there is no
hardwired ``networking`` process anymore.
Plugin removals

Remove plugin manager scopes which aren't needed anymore now that there is only
a single ``PluginManager``.
- Remove ``BaseAsyncStopPlugin`` which isn't needed anymore now that there is no
hardwired ``networking`` process anymore.
- Remove plugin manager scopes which aren't needed anymore now that there is only
a single ``PluginManager``.
2 changes: 1 addition & 1 deletion newsfragments/772.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Several very uncommon issues during syncing, would have been more likely during beam sync
Several very uncommon issues during syncing, more likely during beam sync
2 changes: 1 addition & 1 deletion newsfragments/803.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
When starting beam sync, download previous six block bodies, so that uncle validation can succeed.
It needs to verify that new block imports don't add any uncles that were already added recently.
Import needs to verify that new block imports don't add uncles that were already added.

0 comments on commit cded0c5

Please sign in to comment.