Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use recommended dmp queue #658

Merged
merged 5 commits into from Aug 24, 2022
Merged

use recommended dmp queue #658

merged 5 commits into from Aug 24, 2022

Conversation

ETeissonniere
Copy link
Member

Fixes #609.

@codecov
Copy link

codecov bot commented Aug 14, 2022

Codecov Report

Merging #658 (2f8a3be) into master (28aa6c8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #658   +/-   ##
=======================================
  Coverage   89.67%   89.67%           
=======================================
  Files          33       33           
  Lines        6167     6167           
=======================================
  Hits         5530     5530           
  Misses        637      637           
Impacted Files Coverage Δ
runtimes/eden/src/lib.rs 4.39% <ø> (ø)
runtimes/eden/src/pallets_governance.rs 0.00% <ø> (ø)
runtimes/eden/src/pallets_parachain.rs 0.00% <ø> (ø)
runtimes/eden/src/version.rs 0.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ETeissonniere ETeissonniere requested a review from a team August 22, 2022 10:14
@ETeissonniere ETeissonniere changed the title chore/refactor dmp queue refactor dmp queue Aug 23, 2022
@ETeissonniere ETeissonniere changed the title refactor dmp queue use recommended dmp queue Aug 23, 2022
@@ -37,7 +37,7 @@ std = [
"pallet-uniques/std",
"pallet-utility/std",
"pallet-aura/std",
"pallet-xcm/std",
#"pallet-xcm/std",
Copy link
Contributor

Choose a reason for hiding this comment

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

If we could remove the commented lines in this file, that would be neater in my opinion.

@aliXsed
Copy link
Contributor

aliXsed commented Aug 23, 2022

@ETeissonniere Thank you for taking care of this.

@ETeissonniere ETeissonniere merged commit 9080e5a into master Aug 24, 2022
@ETeissonniere ETeissonniere deleted the chore/refactor-dmp-queue branch August 24, 2022 07:44
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.

Use DmpQueue pallet instead of UnlimitedDmpExecution
2 participants