-
Notifications
You must be signed in to change notification settings - Fork 340
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: adds NMT Wrapper specifications #1442
Conversation
…ent, shortens the text
Codecov Report
@@ Coverage Diff @@
## main #1442 +/- ##
=======================================
Coverage 49.19% 49.19%
=======================================
Files 79 79
Lines 4478 4478
=======================================
Hits 2203 2203
Misses 2091 2091
Partials 184 184
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I would appreciate it if you could kindly provide any further feedback you may have on the specification. If there are no further comments or changes needed, I plan to merge it tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
## Overview This PR includes a minor modification on the NMT wrapper spec requested by @liamsi and also previously discussed in #1442. This PR briefly mentions that in the extended data square, `Q3` can be derived from `Q1` or `Q2`, with a pointer to the relevant spec. ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords
## Overview This PR includes a minor modification on the NMT wrapper spec requested by @liamsi and also previously discussed in celestiaorg/celestia-app#1442. This PR briefly mentions that in the extended data square, `Q3` can be derived from `Q1` or `Q2`, with a pointer to the relevant spec. ## Checklist - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [x] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords
Overview
This PR addresses issue #1296 by adding the specification for the NMT wrapper. The specification is based on the state of implementation after the inclusion of the changes made in pull request #1438.
Checklist