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 manager_operation dal_publish_commitment in Contract API #2881

Closed
2 tasks done
hui-an-yang opened this issue Mar 20, 2024 · 0 comments · Fixed by #2948
Closed
2 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 manager operation dal_publish_commitment. This operation can be used to send a commitment over the data (to be send) over the DAL network. Do note that this operation itself does not contain the data themselves. Instead, it contains the slot index, the commitment over the data, and a proof regarding the size for those data. The data must be sent using the DAL node. For more information on how it works, please read the DAL documentation.

  • dal_publish_commitment
    • RPC type support
    • Forger support

we would like to keep taquito dapp focused, we'll support dal_publish_commitment upon user request
- [ ] Contract API support (integration test will need to make separate RPC call to a DAL node for request param)

@hui-an-yang hui-an-yang added Paris dal Data Availability Layer labels Mar 20, 2024
@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] 1 new manager_operation dal_publish_commitment [Paris] 1 new manager_operation - dal_publish_commitment Mar 20, 2024
@hui-an-yang hui-an-yang changed the title [Paris] 1 new manager_operation - dal_publish_commitment [Paris] new manager_operation - dal_publish_commitment support in contractAPI Mar 20, 2024
@dsawali dsawali changed the title [Paris] new manager_operation - dal_publish_commitment support in contractAPI [Paris] Add support for new manager_operation dal_publish_commitment in Contract API 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 8, 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