-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Relocate weight to paint + decouple from extensions #4124
Changes from 1 commit
0f87c92
3b0ab5b
2859782
575cca6
0e1c2c5
5d17619
6a71aa3
ae0fd51
88ab21e
2752fe2
29441ec
d4c4aa8
ae207e2
a96a19f
5d6d864
09c8947
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ edition = "2018" | |
| codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] } | ||
| sr-primitives = { path = "../../primitives/sr-primitives", default-features = false } | ||
| phragmen = { package = "substrate-phragmen", path = "../../primitives/phragmen", default-features = false } | ||
| paint-support = { path = "../support", default-features = false } | ||
| support = { package = "paint-support", path = "../support", default-features = false } | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as soon as names are settled, one should make a PR and unify all of such imports.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I thought we no longer want to do renames?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. indeed, but see my note:
at least now that almost everywhere we use |
||
| system = { package = "paint-system", path = "../system", default-features = false } | ||
| rstd = { package = "sr-std", path = "../../primitives/sr-std", default-features = false } | ||
|
|
||
|
|
@@ -23,7 +23,7 @@ serde = { version = "1.0.101" } | |
| default = ["std"] | ||
| std = [ | ||
| "codec/std", | ||
| "paint-support/std", | ||
| "support/std", | ||
| "sr-primitives/std", | ||
| "phragmen/std", | ||
| "system/std", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.