Skip to content
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

feat(conductor, proto): include celestia height in firm blocks #1052

Closed
wants to merge 3 commits into from

Conversation

joroshiba
Copy link
Member

Summary

Brief summary of the changes made, ie "what?"

Background

Brief background on why these changes were made, ie "why?"

Changes

  • List changes which were made.

Testing

How are these changes tested?

Metrics

  • List out metrics added by PR, delete section if none.

Breaking Changelist

  • Bulleted list of breaking changes, any notes on migration. Delete section if none.

Related Issues

Link any issues that are related, prefer full github links.

closes

@github-actions github-actions bot added the proto pertaining to the Astria Protobuf spec label May 7, 2024
@github-actions github-actions bot added the conductor pertaining to the astria-conductor crate label May 8, 2024
// The next sequencer block height which can be executed.
uint32 next_sequencer_height = 3;
// The lowest celestia block height which can be used for next finalization.
uint32 base_celestia_height = 4;
Copy link
Member

@SuperFluffy SuperFluffy May 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty verbose, but IMO clearer

Suggested change
uint32 base_celestia_height = 4;
uint32 celestia_height_of_last_firm_commitment = 4;

EDIT: Ah, I see. With removal of celestia_base_block_height from genesis the rollup node must provide this with its initial commitment state.

@joroshiba joroshiba closed this May 29, 2024
@Fraser999 Fraser999 deleted the joroshiba/add-cel-height branch November 19, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conductor pertaining to the astria-conductor crate proto pertaining to the Astria Protobuf spec
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants