Crates.io release preparations#347
Merged
Merged
Conversation
Rename `pallet-transaction-storage` to `pallet-bulletin-transaction-storage` and `transaction-storage-primitives` to `bulletin-transaction-storage-primitives` to prepare for publishing to crates.io. Uses workspace `package` aliases so all internal consumers continue referencing the old dependency keys unchanged.
Add `homepage` to workspace package metadata and use `homepage.workspace = true` in pallet-bulletin-transaction-storage, replacing the old substrate.io link.
Remove `westend-emulated-chain` and `asset-hub-westend-emulated-chain` dependencies since they are not published to crates.io. Instead, define the emulated chain configurations locally in the integration tests under `src/chains/`, with simplified genesis configs containing only what the Bulletin XCM tests need.
Use full crate names directly instead of package aliases: - pallets-common → bulletin-pallets-common - pallet-transaction-storage → pallet-bulletin-transaction-storage - transaction-storage-primitives → bulletin-transaction-storage-primitives Rename weight files and update all Cargo.toml and Rust source references accordingly.
- Add homepage, readme fields to bulletin-pallets-common and bulletin-transaction-storage-primitives - Add README.md for bulletin-pallets-common and bulletin-transaction-storage-primitives - Update pallet-bulletin-transaction-storage README.md - Mark non-publishable crates with publish = false
karolk91
reviewed
Apr 2, 2026
Collaborator
There was a problem hiding this comment.
why do we need the copies of these?
Collaborator
Author
There was a problem hiding this comment.
why do we need the copies of these?
@karolk91 because it is not released in crates.io by stable PolkadotSDK branches
Collaborator
Author
Update references from `pallet_transaction_storage` to `pallet_bulletin_transaction_storage` in both runtimes' benchmark code.
karolk91
approved these changes
Apr 9, 2026
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.
Summary
Prepare local crates for publishing to crates.io.
westend-emulated-chainandasset-hub-westend-emulated-chaingit dependencies (not published to crates.io). Define Westend relay chain and Asset Hub Westend parachain configurations locally inintegration-tests/src/chains/, with simplified genesis configs.bulletin-prefix (nopackagealiases):pallets-common→bulletin-pallets-commonpallet-transaction-storage→pallet-bulletin-transaction-storagetransaction-storage-primitives→bulletin-transaction-storage-primitivespublish = falsehomepage,readme,description, LICENSE (Apache-2.0) for publishable cratesPublishable crates
bulletin-pallets-commonpallet-bulletin-transaction-storagebulletin-transaction-storage-primitivesRemaining work
versionto workspace path deps for the three publishable cratesTODO