-
Notifications
You must be signed in to change notification settings - Fork 17
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
Pass app version to CreateCommitment
and NewMsgPayForBlobs
#37
Comments
Is this still necessary? CreateCommitment moved to the go-square repo and now accepts a param for |
that's a good question, I'm not sure! it might be best to pass app version to avoid breaking the api for those functions in the future when things change. Either way, we should move this to that repo |
Blocked on authored blobs, as that is the next change that could require this, at least for creating blobTxs, but probably not when we actually call create commitment. We might want to pass the app version anyway to avoid API breaks in the future when we inevitably do need the app version. |
@cmwaters quick questions: should we consider this part of authored blobs? if so, can we add this to the tracking for authored blobs? 🙏 |
This is correct. |
When creating PFBs, and specifically PFB commitments, we will need to pass the app version to provide enough context for the application to generate the correct commitment for that version.
The text was updated successfully, but these errors were encountered: