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

chore(docs): updates to data verification and inclusion proof specs #1689

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

noot
Copy link
Collaborator

@noot noot commented Oct 18, 2024

Summary

minor updates to the data verification and inclusion proof specs, mostly renaming/updating the types and some clarifications.

Changes

@noot noot requested a review from a team as a code owner October 18, 2024 15:30
@noot noot requested a review from Fraser999 October 18, 2024 15:30
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 18, 2024
Comment on lines 18 to 21
pub struct RollupDataSubmission {
rollup_id: Vec<u8>,
data: Vec<u8>,
}
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks more like this now:

pub struct RollupDataSubmission {
    rollup_id: RollupId,
    data: Bytes,
    fee_asset: asset::Denom,
}

There probably should be a short explanation of the fee_asset field below where we already describe rollup_id and data?

@noot noot requested a review from Fraser999 November 6, 2024 19:07
@noot noot added this pull request to the merge queue Nov 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 18, 2024
@noot noot enabled auto-merge November 18, 2024 13:09
@noot noot added this pull request to the merge queue Nov 18, 2024
github-merge-queue bot pushed a commit that referenced this pull request Nov 18, 2024
…1689)

## Summary
minor updates to the data verification and inclusion proof specs, mostly
renaming/updating the types and some clarifications.

## Changes
- update
[specs/data-flow-and-verification.md](https://github.com/astriaorg/astria/compare/noot/specs?expand=1#diff-ec3cc86eef70a0285e3cd7fbc902eeb2ef082783cda5916b3d9b81f80e0b4917)
- update
[specs/sequencer-inclusion-proofs.md](https://github.com/astriaorg/astria/compare/noot/specs?expand=1#diff-0b52370ce97078002b7f4682377d6847fad36814fea97e7eab930e1edc9270ec)
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 18, 2024
@noot noot added this pull request to the merge queue Nov 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 18, 2024
@noot noot added this pull request to the merge queue Nov 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants