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

[Paris] Add support for new consesus ops attestation_with_dal and endorsement_with_dal #2880

Closed
3 tasks done
hui-an-yang opened this issue Mar 20, 2024 · 0 comments · Fixed by #2949
Closed
3 tasks done
Assignees
Labels
dal Data Availability Layer Paris
Milestone

Comments

@hui-an-yang
Copy link
Collaborator

hui-an-yang commented Mar 20, 2024

Introduced a new optional field dal_content to consensus attestation operations. The existing encoding of consensus attestations remains unchanged when this field is not present. A new encoding was introduced for the case when the field is present. The two cases are distinguished via an encoding tag. The newly introduced tag “23” must be used for attestations containing a DAL payload. (MR !11462).

2 new consensus operations

  • Attestation_with_dal

    • add rpc type
    • forger support (new tag 23)
  • Endorsement_with_dal

    • add rpc type (forger mapping will default to Attestation_with_dal)
@hui-an-yang hui-an-yang added this to the v20 milestone Mar 20, 2024
@hui-an-yang hui-an-yang changed the title [Paris] [Paris] 2 new consensus_operation Attestation_with_dal and Endorsement_with_dal Mar 20, 2024
@hui-an-yang hui-an-yang added the dal Data Availability Layer label Mar 20, 2024
@hui-an-yang hui-an-yang changed the title [Paris] 2 new consensus_operation Attestation_with_dal and Endorsement_with_dal [Paris] 2 new consensus_operation - Attestation_with_dal and Endorsement_with_dal Mar 20, 2024
@hui-an-yang hui-an-yang changed the title [Paris] 2 new consensus_operation - Attestation_with_dal and Endorsement_with_dal [Paris] new consensus_operation - Attestation_with_dal and Endorsement_with_dal Mar 20, 2024
@dsawali dsawali changed the title [Paris] new consensus_operation - Attestation_with_dal and Endorsement_with_dal [Paris] Add support for new consesus ops attestation_with_dal and endorsement_with_dal Mar 21, 2024
@hui-an-yang hui-an-yang self-assigned this May 2, 2024
@hui-an-yang hui-an-yang linked a pull request May 3, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dal Data Availability Layer Paris
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant