aligned_layer
aligned_layer copied to clipboard
feat(sdk): add new() to VerificationData
TITLE
Description
Fixes #1983
add new() to VerificationData
Type of change
Please delete options that are not relevant.
- [x] Refactor
Checklist
- [ ] “Hotfix” to
testnet, everything else tostaging - [x] Linked to Github Issue
- [ ] This change depends on code or research by an external entity
- [ ] Acknowledgements were updated to give credit
- [ ] Unit tests added
- [ ] This change requires new documentation.
- [ ] Documentation has been added/updated.
- [ ] This change is an Optimization
- [ ] Benchmarks added/run
- [x] Has a known issue
- Link to the open issue addressing it
- [ ] If your PR changes the Operator compatibility (Ex: Upgrade prover versions)
- [ ] This PR adds compatibility for operator for both versions and do not change crates/docs/examples
- [ ] This PR updates batcher and docs/examples to the newer version. This requires the operator are already updated to be compatible
Should I go ahead and apply this function to applicable places in the codebase?
Now that we have this new, it should actually be used when instantiating the data. You can pull changes in staging, do that, and we can merge it
Done!