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.
Ahead of time auction for prover incentives #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ahead of time auction for prover incentives #49
Changes from 84 commits
bbdb33a
d80af9f
b3931d9
f20a11b
24ebfc6
4c040c4
d7820a0
62b0391
b76c422
a42f3cb
ffd8162
8218e0f
46ef136
97ea128
08eb65d
a67c370
2555e04
daa3670
5c3afc9
e32135b
be4fd3d
291ee4d
43b1dc6
6ca37e1
227afbb
1abea95
0360620
65f3f6c
a7a9307
e749ec2
bb780be
4e9b2ad
3890985
3467088
c495dab
780cdd3
c2efc01
839894a
7c66555
c5b4201
9d8216b
3439cc9
5c07994
c75931c
405f2cb
510658f
de9d585
33367a0
89d74ab
0acdbc1
d801ddd
3783ae2
7d79ddb
650d604
69e54df
7126c7f
2706bfb
582f95a
00788a7
a5ff441
8e8e626
25aa639
e52736f
c1fd5f2
a09a875
7023fd9
3c919fb
d6ae41c
c49375f
89363c8
e063209
3dc0d08
885ddbd
bc4ae0d
5e738ef
51a4d46
224c85a
485e955
01f7e9f
ff301fd
dce75f7
098c086
e25f01e
d56f920
f22be22
13a0cd1
7997304
75c8732
656e1bb
621bfac
7e93ece
3f4dab9
20f3172
29ee81e
653afa6
c09ef89
9ed2967
e846532
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
getPublicationFees
? or we'll later support getting previous/future fees?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.
Do you think we should support getting fees from other periods? Right now on-chain we don't have a use case that requires knowing the fees from a different period and off-chain actors can always get that from events.
The reason this function currently gets current fees instead of taking a period as an argument is that the
Inbox
is unaware of the concept of periods. Instead it would have to ask for the current period and then pass it as a parameter