Skip to content

Add polkadot bulletin parachain#164

Open
antkve wants to merge 71 commits intomainfrom
ak-add-polkadot-parachain-2
Open

Add polkadot bulletin parachain#164
antkve wants to merge 71 commits intomainfrom
ak-add-polkadot-parachain-2

Conversation

@antkve
Copy link
Contributor

@antkve antkve commented Jan 7, 2026

Closes: #133

TODO:

@antkve antkve force-pushed the ak-add-polkadot-parachain-2 branch from a98a4c2 to 14b8141 Compare January 8, 2026 18:53
@bkontur bkontur mentioned this pull request Jan 9, 2026
5 tasks
@antkve antkve changed the base branch from main to update January 9, 2026 11:54
@antkve antkve changed the base branch from update to main January 9, 2026 11:54
@bkontur bkontur mentioned this pull request Jan 15, 2026
4 tasks
@bkontur
Copy link
Collaborator

bkontur commented Jan 20, 2026

@antkve please merge with main

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can extract some common test utils module to re-use to avoid duplicated code

bkontur and others added 10 commits March 10, 2026 13:33
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Co-authored-by: Karol Kokoszka <karol@parity.io>
Co-authored-by: Karol Kokoszka <karol@parity.io>
Co-authored-by: Karol Kokoszka <karol@parity.io>
…s.rs

Co-authored-by: Karol Kokoszka <karol@parity.io>
Co-authored-by: Karol Kokoszka <karol@parity.io>
type MaxTransactionSize = crate::ConstU32<{ 8 * 1024 * 1024 }>;
type AuthorizationPeriod = AuthorizationPeriod;
type Authorizer =
EitherOfDiverse<crate::EnsureRoot<Self::AccountId>, EnsureXcm<Equals<PeopleLocation>>>;
Copy link
Collaborator

@bkontur bkontur Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karolk91 since we removed TestAccounts her eand we want to deploy this to Paseo (we want to make sure that Faucet is still working), I suggest to use proxy pallet #314:

  • to do this on the top of master for bulletin-westend and we setup dedicated proxy, which will be able to call proxy(transaction_storage::authorize_user/preimage)
  • we setup //Alice account as a authorization proxy for Westend and Paseo
    • for Polkadot we will decide later, but still it will be just sudo call for setting proxy

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue created at: #318

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[B_as_Para] Prepare bulletin-polkadot parachain runtime

4 participants