Open
Conversation
a98a4c2 to
14b8141
Compare
bkontur
reviewed
Jan 9, 2026
bkontur
reviewed
Jan 9, 2026
bkontur
reviewed
Jan 9, 2026
bkontur
reviewed
Jan 9, 2026
bkontur
reviewed
Jan 9, 2026
4 tasks
Collaborator
|
@antkve please merge with main |
12 tasks
* feat(bulletin-polkadot-parachain): xcm config tweaks * doc: remove some unnecessary comments
bkontur
reviewed
Jan 28, 2026
karolk91
reviewed
Mar 10, 2026
runtimes/bulletin-polkadot-parachain/src/genesis_config_presets.rs
Outdated
Show resolved
Hide resolved
runtimes/bulletin-polkadot-parachain/integration-tests/src/lib.rs
Outdated
Show resolved
Hide resolved
karolk91
reviewed
Mar 10, 2026
Collaborator
There was a problem hiding this comment.
I think we can extract some common test utils module to re-use to avoid duplicated code
bkontur
reviewed
Mar 10, 2026
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>
bkontur
reviewed
Mar 11, 2026
| type MaxTransactionSize = crate::ConstU32<{ 8 * 1024 * 1024 }>; | ||
| type AuthorizationPeriod = AuthorizationPeriod; | ||
| type Authorizer = | ||
| EitherOfDiverse<crate::EnsureRoot<Self::AccountId>, EnsureXcm<Equals<PeopleLocation>>>; |
Collaborator
There was a problem hiding this comment.
@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-westendand we setup dedicated proxy, which will be able to callproxy(transaction_storage::authorize_user/preimage) - we setup
//Aliceaccount 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
bkontur
reviewed
Mar 11, 2026
bkontur
reviewed
Mar 11, 2026
bkontur
reviewed
Mar 11, 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.
Closes: #133
TODO: