This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
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.
[FRAME Core] Default Pallet Config Trait / derive_impl #13454
[FRAME Core] Default Pallet Config Trait / derive_impl #13454
Changes from 121 commits
83ebbbe
8597691
8090642
6294102
a0a6423
749df49
0777136
7d5d50f
6c6f8c5
9abec0a
930cc25
01c88ad
4b481be
4ff18f4
cd0753c
07d80f5
7dc8022
c8924cc
b409576
d72da33
d27b824
3e4c923
d178975
046b0b8
e3566dd
bd68211
dce288d
e061bbb
8b8a11e
271186a
48506f7
d5bda5f
7fc7665
04fd313
9e31858
5b8019b
b7a5a3f
ef9d107
bc3237c
d17c807
4d089e5
879de64
d697ee1
f6c232e
727a4e7
df3b5ce
4a33e99
a9413d3
ec34f58
52152a5
e191aa9
cc9ee82
5119cf5
2fd5cc5
814176e
d4cf31e
53bfe6d
d80bbdd
9bf5328
97de112
194da7f
4dd4440
e32e8a1
f90f13d
edfc83b
efd9222
78ac0d5
1dae299
faa8dce
8374ed8
8b22ea6
d7f3f6a
5b90575
afae21c
f784efc
763a93a
16b4d5a
bc688f9
8077b7b
a399ecd
c825367
b373b52
af16dac
ce06d17
e7c9056
655657e
9bcf5e8
4449600
238dc9c
7a7f74e
07a0555
a99aca0
cc7bd84
b4b7de8
13d5ab4
b9113c4
9d4cce6
167cbbd
c8640d4
bb4f8fd
1029ff6
86b649c
fc7b8aa
09c30c1
0b21ac1
144c09d
d86021e
db8587f
4ffda9b
0decc58
2f8f4a5
ba426b2
7356072
85f20d0
19540f6
b36a086
68b76d2
298352b
e141483
4b6fe4a
d3d7d93
9ee1b09
41da6cd
638c1fa
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This
as DefaultConfig
syntax still confuses me, in the sense that I have no idea why it's necessary and what it does. It would just seem to me that most of time, you can just omit it.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can omit it in certain situations indeed. It is documented here https://github.com/paritytech/substrate/pull/13454/files#diff-55fa2bbcb98405e03a4311fca1d14b211001133cffa61fb0d4837be69c9e7bebR804