-
Notifications
You must be signed in to change notification settings - Fork 65
apollo_l1_provider: rename catch_up_height and historic height #10725
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
Conversation
sirandreww-starkware
left a comment
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.
Reviewable status: 0 of 3 files reviewed, 1 unresolved discussion (waiting on @guy-starkware and @ShahakShama)
crates/apollo_l1_provider/src/l1_provider.rs line 43 at r1 (raw file):
// more blocks are committed while bootstrapping, they are applied after the target_height, and // the current_height will be set to one above the last block in the backlog.
Make this a doc comment using ///
optionally; add these docs to their fields
ShahakShama
left a comment
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.
@ShahakShama reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @sirandreww-starkware)
crates/apollo_l1_provider/src/l1_provider.rs line 43 at r1 (raw file):
Previously, sirandreww-starkware (Andrew Luka) wrote…
Make this a doc comment using
///
optionally; add these docs to their fields
+1
guy-starkware
left a comment
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @sirandreww-starkware)
crates/apollo_l1_provider/src/l1_provider.rs line 43 at r1 (raw file):
Previously, ShahakShama wrote…
+1
Only start height is a field of the Provider struct... these numbers are found in different places in the code. That's why I wanted to make sure they are all discussed in one place. I'll make it a docstring.
a9748d3 to
88be86e
Compare
519a4af to
4e82673
Compare
88be86e to
df1f0ec
Compare
4e82673 to
a6c9554
Compare
guy-starkware
left a comment
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.
@guy-starkware reviewed 1 of 4 files at r2, 1 of 1 files at r3, 3 of 3 files at r4, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @sirandreww-starkware)
guy-starkware
left a comment
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.
@guy-starkware dismissed @sirandreww-starkware from a discussion.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ShahakShama)
Approved by Shahak

No description provided.