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: support new API utilizing rollup data #43

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

joroshiba
Copy link
Member

@joroshiba joroshiba commented Mar 14, 2024

This introduces two new features:

  • utilizes the new sequencer API with RollupData
  • blocks calling state update commands until after calling the base sync methods.

Note: before merge need to upgrade to release proto version, built on top of a PR buf version

@joroshiba joroshiba marked this pull request as ready for review March 14, 2024 22:42
@joroshiba joroshiba requested a review from noot March 14, 2024 22:42
@@ -336,3 +359,7 @@ func ethHeaderToExecutionBlock(header *types.Header) (*astriaPb.Block, error) {
},
}, nil
}

func (s *ExecutionServiceServerV1Alpha2) syncMethodsCalled() bool {
Copy link

Choose a reason for hiding this comment

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

is this related to the rollup data functionality or was it needed for something else?

Copy link
Member Author

Choose a reason for hiding this comment

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

This isn't needed for rollup functionality, but added to stop us from accidentally executing over bad state in case of something like Geth reboots but conductor didn't and txs/blocks lost.

@joroshiba joroshiba merged commit 5ee4ef2 into release/1.13 Mar 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants