This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |