Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose internal functions used by spawn_tasks #3166

Merged
merged 3 commits into from
Feb 3, 2024

Conversation

nazar-pc
Copy link
Contributor

@nazar-pc nazar-pc commented Feb 1, 2024

This allows to build a custom version of spawn_tasks with less copy-paste required.

Resolves #2110

@bkchr bkchr added the T0-node This PR/Issue is related to the topic “node”. label Feb 2, 2024
@bkchr bkchr requested a review from a team February 2, 2024 20:20
@bkchr bkchr added this pull request to the merge queue Feb 3, 2024
Merged via the queue into paritytech:master with commit 12e5e19 Feb 3, 2024
128 of 129 checks passed
@nazar-pc nazar-pc deleted the expose-spawn_tasks-internals branch February 8, 2024 12:57
bgallois pushed a commit to duniter/duniter-polkadot-sdk that referenced this pull request Mar 25, 2024
This allows to build a custom version of `spawn_tasks` with less
copy-paste required.

Resolves paritytech#2110

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
github-merge-queue bot pushed a commit that referenced this pull request May 15, 2024
#3166 made private
functions used in `spawn_tasks()` public but forgot to add them in
exported functions of the crate.

---------

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Bastian Köcher <git@kchr.de>
hitchhooker pushed a commit to ibp-network/polkadot-sdk that referenced this pull request Jun 5, 2024
paritytech#3166 made private
functions used in `spawn_tasks()` public but forgot to add them in
exported functions of the crate.

---------

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Bastian Köcher <git@kchr.de>
liuchengxu pushed a commit to liuchengxu/polkadot-sdk that referenced this pull request Jun 19, 2024
paritytech#3166 made private
functions used in `spawn_tasks()` public but forgot to add them in
exported functions of the crate.

---------

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Bastian Köcher <git@kchr.de>
TarekkMA pushed a commit to moonbeam-foundation/polkadot-sdk that referenced this pull request Aug 2, 2024
paritytech#3166 made private
functions used in `spawn_tasks()` public but forgot to add them in
exported functions of the crate.

---------

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Bastian Köcher <git@kchr.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T0-node This PR/Issue is related to the topic “node”.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make node syncing messages configurable.
3 participants