Bulletin as parachain missing features#10662
Merged
Conversation
… to polkadot execute/prepare workers
…time_dev node_dev --bump patch'
…bko-bulletin-para-support
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
Member
|
/cmd fmt |
This was referenced Dec 28, 2025
Closed
sigurpol
pushed a commit
that referenced
this pull request
Dec 29, 2025
Relates to: paritytech/polkadot-bulletin-chain#74 This PR adds the required support and features for running Bulletin as a parachain. It is a top-level PR that merges three partial features/PRs, which can also be reviewed/merged separately: 1. Add `transaction_index::HostFunctions` with NO-OP impl to the cumulus ParachainSystem `validate_block` for polkadot-prepare/execute-worker - #10370 2. Add custom inherent provider for pallet-transaction-storage to omni node - #10494 3. Configurable StoragePeriod feeded to the inherent provider over runtime API - #10656 --------- Signed-off-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: Iulian Barbu <14218860+iulianbarbu@users.noreply.github.com> Co-authored-by: EgorPopelyaev <egor@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Bastian Köcher <info@kchr.de>
bkontur
added a commit
to raymondkfcheung/polkadot-bulletin-chain
that referenced
this pull request
Dec 29, 2025
bkontur
added a commit
to paritytech/polkadot-bulletin-chain
that referenced
this pull request
Dec 30, 2025
* Align `StoragePeriod` between Bulletin and SDK * Sync mock * Remove StoragePeriod * Use default * Update integrity_test * Revert "Update integrity_test" This reverts commit 0a49461. * Revert "Use default" This reverts commit 91536d4. * Update integrity_test * Fix clippy * Sync with SDK * Update TODO * Update errors * Fix fmt * Reflect pallet changes from paritytech/polkadot-sdk#10662 * Remove unused constants * Setup single vs mbm migrations * Add migration `SetRetentionPeriodIfZero` to ensure RetentionPeriod is non-zero for live solochain * Add post-upgrade check --------- Co-authored-by: Branislav Kontur <bkontur@gmail.com>
bkontur
added a commit
to paritytech/polkadot-bulletin-chain
that referenced
this pull request
Dec 30, 2025
* Align `StoragePeriod` between Bulletin and SDK * Sync mock * Remove StoragePeriod * Use default * Update integrity_test * Revert "Update integrity_test" This reverts commit 0a49461. * Revert "Use default" This reverts commit 91536d4. * Update integrity_test * Fix clippy * Sync with SDK * Update TODO * Sync with SDK * Revert "Sync with SDK" This reverts commit dbc73ad. * Update errors * Update errors * Fix fmt * Fix fmt * Sync with SDK * Remove EmptyTransaction * Fix clippy * Fix clippy * Reflect pallet changes from paritytech/polkadot-sdk#10662 * Remove unused constants * Setup single vs mbm migrations * Add migration `SetRetentionPeriodIfZero` to ensure RetentionPeriod is non-zero for live solochain * Add post-upgrade check --------- Co-authored-by: Branislav Kontur <bkontur@gmail.com>
sigurpol
pushed a commit
that referenced
this pull request
Dec 30, 2025
Relates to: paritytech/polkadot-bulletin-chain#74 This PR adds the required support and features for running Bulletin as a parachain. It is a top-level PR that merges three partial features/PRs, which can also be reviewed/merged separately: 1. Add `transaction_index::HostFunctions` with NO-OP impl to the cumulus ParachainSystem `validate_block` for polkadot-prepare/execute-worker - #10370 2. Add custom inherent provider for pallet-transaction-storage to omni node - #10494 3. Configurable StoragePeriod feeded to the inherent provider over runtime API - #10656 --------- Signed-off-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Iulian Barbu <iulian.barbu@parity.io> Co-authored-by: Iulian Barbu <14218860+iulianbarbu@users.noreply.github.com> Co-authored-by: EgorPopelyaev <egor@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Bastian Köcher <info@kchr.de>
12 tasks
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-10662-to-stable2512
git worktree add --checkout .worktree/backport-10662-to-stable2512 backport-10662-to-stable2512
cd .worktree/backport-10662-to-stable2512
git reset --hard HEAD^
git cherry-pick -x b2bcb74b13f1a1e082f701e3e05ce1be44d16790
git push --force-with-lease |
EgorPopelyaev
added a commit
that referenced
this pull request
Mar 24, 2026
Partial backport of #10662 to stable2512, adding transaction_index::HostFunctions and TransactionStorageApi::retention_period.
EgorPopelyaev
added a commit
that referenced
this pull request
Mar 24, 2026
Backport #10662 into `stable2512` from bkontur. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Egor_P <egor@parity.io>
arturgontijo
pushed a commit
to moonbeam-foundation/polkadot-sdk
that referenced
this pull request
Apr 1, 2026
Backport paritytech#10662 into `stable2512` from bkontur. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Egor_P <egor@parity.io>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relates to: paritytech/polkadot-bulletin-chain#74
This PR adds the required support and features for running Bulletin as a parachain. It is a top-level PR that merges three partial features/PRs, which can also be reviewed/merged separately:
transaction_index::HostFunctionswith NO-OP impl to the cumulus ParachainSystemvalidate_blockfor polkadot-prepare/execute-worker - Addtransaction_index::HostFunctionswith NO-OP impl to the polkadot-prepare/execute-worker #10370