docs: update CHANGELOG with breaking changes since v1.2.0#1732
Merged
Conversation
Co-Authored-By: Jonathan Wang <jpw@intrinsictech.xyz>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Jonathan Wang <jpw@intrinsictech.xyz>
- Remove inaccurate setup command rename entry - Specify commands affected by hex output format changes - Add concrete examples for prove command output path changes - Add build command output location changes - Remove SDK entries that don't represent breaking changes Co-Authored-By: Jonathan Wang <jpw@intrinsictech.xyz>
- Correct guest bindings description to mention setup_* function removal - Add details about on-demand initialization and openvm::init!() macro - Improve CLI migration section with actionable guidance - Address GitHub PR feedback from Jonathan Wang Co-Authored-By: Jonathan Wang <jpw@intrinsictech.xyz>
Contributor
Author
|
Closing due to inactivity for more than 7 days. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Commit: 11ae20c |
jonathanpwang
approved these changes
Jul 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update CHANGELOG with breaking changes since v1.2.0
This PR updates the CHANGELOG.md file to document all breaking interface changes between tag v1.2.0 and the current main branch, following the Keep a Changelog format.
Changes Made
Breaking Changes Documented
CLI
initcommand for project initializationcommitcommand for viewing executable commitsEvmProvingSetupCmdtoSetupCmdSDK
DEFAULT_MAX_NUM_PUBLIC_VALUESAggregationTreeConfigLibrary Interfaces
Complete Commit List (v1.2.0 to main)
openvm_init.rsbefore building (fix(cli): generateopenvm_init.rsbefore building #1721) (Jonathan Wang)is_identityoptimization (docs: Add comment explaining theis_identityoptimization #1716) (Avaneesh-axiom)set_up_onceundefined (fix(sw-macro): hostset_up_onceundefined #1717) (Jonathan Wang)k256, p256modules and fix guest-libs to allow patching (chore(ecc-guest): removek256, p256modules and fix guest-libs to allow patching #1708) (Jonathan Wang)Group::is_identity(feat: optimizeGroup::is_identity#1709) (Avaneesh-axiom)VerifyingKey::recover_from_prehashto skip message verification (feat: Patch ecdsaVerifyingKey::recover_from_prehashto skip message verification #1691) (Avaneesh-axiom)getrandomto v0.3 inopenvmlib (chore: updategetrandomto v0.3 inopenvmlib #1635) (Jonathan Wang)Fixes INT-4185
Link to Devin run: https://app.devin.ai/sessions/75c7bcb2466641609349ad3d02c31edd
Requested by: Jonathan Wang