-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into bkchr-benchmarking-instance
- Loading branch information
Showing
26 changed files
with
688 additions
and
430 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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: "Size limits implemented for fork aware transaction pool" | ||
|
||
doc: | ||
- audience: Node Dev | ||
description: | | ||
Size limits are now obeyed in fork aware transaction pool | ||
|
||
crates: | ||
- name: sc-transaction-pool | ||
bump: minor |
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
title: Remove network starter that is no longer needed | ||
doc: | ||
- audience: Node Dev | ||
description: |- | ||
# Description | ||
|
||
This seems to be an old artifact of the long closed https://github.com/paritytech/substrate/issues/6827 that I noticed when working on related code earlier. | ||
|
||
## Integration | ||
|
||
`NetworkStarter` was removed, simply remove its usage: | ||
```diff | ||
-let (network, system_rpc_tx, tx_handler_controller, start_network, sync_service) = | ||
+let (network, system_rpc_tx, tx_handler_controller, sync_service) = | ||
build_network(BuildNetworkParams { | ||
... | ||
-start_network.start_network(); | ||
``` | ||
|
||
## Review Notes | ||
|
||
Changes are trivial, the only reason for this to not be accepted is if it is desired to not start network automatically for whatever reason, in which case the description of network starter needs to change. | ||
|
||
# Checklist | ||
|
||
* [x] My PR includes a detailed description as outlined in the "Description" and its two subsections above. | ||
* [ ] My PR follows the [labeling requirements]( | ||
https://github.com/paritytech/polkadot-sdk/blob/master/docs/contributor/CONTRIBUTING.md#Process | ||
) of this project (at minimum one label for `T` required) | ||
* External contributors: ask maintainers to put the right label on your PR. | ||
crates: | ||
- name: cumulus-relay-chain-minimal-node | ||
bump: major | ||
- name: cumulus-client-service | ||
bump: major | ||
- name: polkadot-omni-node-lib | ||
bump: major | ||
- name: polkadot-service | ||
bump: major | ||
- name: sc-service | ||
bump: major |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
title: fix prospective-parachains best backable chain reversion bug | ||
doc: | ||
- audience: Node Dev | ||
description: | | ||
Fixes a bug in the prospective-parachains subsystem that prevented proper best backable chain reorg. | ||
|
||
crates: | ||
- name: polkadot-node-core-prospective-parachains | ||
bump: patch |
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
Oops, something went wrong.