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.
[Feature] StakeTracker P1 - VotersList #13079
[Feature] StakeTracker P1 - VotersList #13079
Changes from 14 commits
2f0a914
29e1f66
71ad9ab
c4c5248
58bfb70
66d6f5a
0de90d4
ad54a95
3b1d926
16bd6b1
938c4df
74a2a48
d829b91
2ea7d05
1344c24
32f50d2
c3a7bd6
4ce30ed
2d28217
44b318f
a34aaab
8838a07
7d36dc9
3446f0e
ead8b81
387b7b4
9e561e9
363eb6f
2c6275e
fc14202
a0db07f
978076a
504695e
5361a95
78094f2
7925732
561eb2b
1fffe7f
a1a27d7
ad60934
2002537
6108362
f92dfb7
533703a
d6069c3
edbcf89
16671da
aff4599
f15bd1c
85e863d
3b816b8
676a7a9
54a5a6a
7e042ac
3295a29
3f6b5b9
489b71c
aec8879
6bf3fcb
c049653
c987805
e6676f7
e3ae48f
06cd68c
391b0b4
7780763
2d1fe57
435d72b
501243b
21a90ce
8360474
355145e
84f8d8f
17d0fbb
c2d8ad4
3f286e1
0246d7b
41b3c29
d1b783c
e12473f
5736950
7d136f9
9332d75
f143653
605816d
66cd197
a7250dd
0cb3222
d79ac49
9eb705a
6a305f8
20f02e9
9f28619
8bbfd2b
f8dabaa
32509ad
ef6bbc3
69e70f9
9ad762b
03154ec
ecf831e
4fd1c49
78d8d6f
855100a
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.
the previous code seems more correct to me. This test is testing the re-generation of
pallet_staking::Config::VoterList
. We don't care if it is backed by what..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.
For this we'll need to move
unsafe_regenerate
to ReadOnly interface, which I guess is far, since it's an unsafe method.