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: Agile Coretime Broker pallet (RFC-1) #14568
Frame: Agile Coretime Broker pallet (RFC-1) #14568
Changes from 130 commits
bec7b68
c73ce75
fd58ded
4d085c1
7a42089
c17ef17
797f70d
055ac7e
1949774
afa138d
3caa44b
60fb792
036dd96
8d299ca
99de31f
08e9eb1
6f13d32
68df2d1
ed57518
f09cde2
bd090a1
ad48ade
065b019
46852d2
e309594
955356f
2f20e0a
3638f55
66b8082
f9a3665
a5c4062
08c08ac
72bf053
de702d0
f86115a
1f6cac9
140b2c5
d4b6bad
197c1e1
0f6450e
3cc1d83
8ff28b9
633ab28
ea7de69
96102a3
dc02d15
57015e7
e403464
478462a
01b54ab
ea9c31e
ec8b546
904fae5
d39c4f0
2675695
c112d09
81ba2fa
60c11f1
627f776
6f8f2d3
2e9cd55
40d8c19
3e70d96
b379922
b565bdb
6c7b4d3
3ad2499
5ce6b79
8838982
bcffbe5
ba8c4a1
80f5d7b
8d6af15
5aa621c
0ab7449
ad351b4
eef2843
5be7e91
faf42a4
6b6ea4f
02cbe44
8732e11
6ffb4aa
053bc3f
db5db14
9645b1f
cd60c54
ad24d8d
f81e09d
98c8ad1
140e80b
64079a7
d4e397b
000181c
03f2881
92892c3
c593447
0d28100
b44a3b1
9308872
387e1f2
bf8e094
1ade824
c0b60cc
3eb4a9b
82c9ebe
856fbad
7b39cce
7b7cb98
6b6e7aa
87bba2c
e6f45e3
56a92b4
343b695
c588f3c
7f0a803
def03b9
0560151
3ccb610
e1c7720
c4dfa4a
7098c1f
841b9d2
f8fed4a
913bc91
3b0bd20
f79dc82
8e6072c
8eb3187
b863d5d
fbb570f
0478e09
7cc753f
6e2dd79
94105d3
6103d1d
a71813d
2622540
0e4b434
3df2580
b6bdc4f
08bb271
7bced00
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 argument could be a
Perbill
to prevent underflows.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.
Bit ugly to pass in a
Perbill
and require aFixedU64
out, but sure I guess.