This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 378
Conversation
This file contains 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
(to support required traits.)
gilescope
added
T7-system_parachains
This PR/Issue is related to System Parachains.
A0-please_review
Pull request needs code review.
B1-note_worthy
Changes should be noted in the release notes
C1-low
PR touches the given topic and has a low impact on builders.
D9-needsaudit 👮
PR contains changes to fund-managing logic that should be properly reviewed and externally audited
T1-runtime
This PR/Issue is related to the topic “runtime”.
labels
Jan 31, 2023
Merged
gilescope
changed the title
Companion PR: Dex and payment by dex in westmint
Companion PR: Dex in westmint
Apr 19, 2023
I've pulled out all the pay-by-dex bits so that it can just focus on adding the asset conversion pallet. (I'll raise a different companion PR to cover pay-by-dex) |
(still a From<u32> bound in the pallet)
jsidorenko
reviewed
Apr 19, 2023
jsidorenko
reviewed
Apr 19, 2023
jsidorenko
reviewed
Apr 19, 2023
jsidorenko
reviewed
Apr 19, 2023
jsidorenko
reviewed
Apr 19, 2023
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
joepetrowski
approved these changes
Jun 23, 2023
Merge cancelled due to error. Error: Failed to parse lockfile of cumulus: Error { kind: Parse, msg: "parse error: couldn't resolve dependency: pallet-asset-conversion" } |
bot merge |
This was referenced Jul 1, 2023
bkontur
added a commit
that referenced
this pull request
Jul 4, 2023
0417308a48 Update docs (#2242) 1a0d3b55f3 Nits for subtree (#2241) 18fca2e122 Ensure that the origin is signed for submit_parachain_heads and submit_finality_proof calls (#2239) fab51067e7 minor doc fix (#2207) 4feb721d32 backport cumulus changes to polkadot-staging (#2167) 433741942a fix testnet argocd deploy (#2151) (#2152) ff9eadc7dc Updated BHR/W version + codegen (#2148) git-subtree-dir: bridges git-subtree-split: 0417308a489096979ed3e08d0f8caafbfca6e7e9
paritytech-processbot bot
pushed a commit
that referenced
this pull request
Jul 4, 2023
* BH subtree master -> polkadot-staging by default * Squashed 'bridges/' changes from c9dd8b9dfc..0417308a48 0417308a48 Update docs (#2242) 1a0d3b55f3 Nits for subtree (#2241) 18fca2e122 Ensure that the origin is signed for submit_parachain_heads and submit_finality_proof calls (#2239) fab51067e7 minor doc fix (#2207) 4feb721d32 backport cumulus changes to polkadot-staging (#2167) 433741942a fix testnet argocd deploy (#2151) (#2152) ff9eadc7dc Updated BHR/W version + codegen (#2148) git-subtree-dir: bridges git-subtree-split: 0417308a489096979ed3e08d0f8caafbfca6e7e9 * Fix deps
4 tasks
louismerlin
added
D1-audited 👍
PR contains changes to fund-managing logic that has been properly reviewed and externally audited.
and removed
D9-needsaudit 👮
PR contains changes to fund-managing logic that should be properly reviewed and externally audited
labels
Aug 9, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A0-please_review
Pull request needs code review.
B1-note_worthy
Changes should be noted in the release notes
C1-low
PR touches the given topic and has a low impact on builders.
D1-audited 👍
PR contains changes to fund-managing logic that has been properly reviewed and externally audited.
T1-runtime
This PR/Issue is related to the topic “runtime”.
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.
Adds the asset conversion pallet
companion to paritytech/substrate#14340