Skip to content

Commit

Permalink
Import DMP queue stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Aug 28, 2023
1 parent 48415ce commit a8304e3
Show file tree
Hide file tree
Showing 115 changed files with 5,269 additions and 2,836 deletions.
33 changes: 26 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cumulus/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/.gitlab-ci.yml filter=ci-prettier
/scripts/ci/gitlab/pipeline/*.yml filter=ci-prettier
runtimes/**/src/weights/*.rs linguist-generated=true
parachains/runtimes/**/src/weights/*.rs linguist-generated=true
3 changes: 2 additions & 1 deletion cumulus/pallets/dmp-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ std = [
"sp-std/std",
"xcm/std",
]
try-runtime = [ "frame-support/try-runtime" ]
try-runtime = ["frame-support/try-runtime"]
runtime-benchmarks = ["frame-support/runtime-benchmarks"]
Loading

0 comments on commit a8304e3

Please sign in to comment.