Merged
Conversation
🦋 Changeset detectedLatest commit: 590ad50 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Aptos MCMS integration to support selecting an MCMS “type” derived from proposal operations (including “curse” MCMS), alongside bumping the relevant dependencies to versions that expose the required APIs.
Changes:
- Bump
github.com/smartcontractkit/mcmsand related dependencies (including Aptos SDK / Chainlink Aptos) ingo.mod/go.sum. - Update Aptos inspector/executor construction to pass an MCMS type computed from proposal operations.
- Add a changeset documenting the patch-level change.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
go.mod |
Updates MCMS + Aptos-related and other transitive dependency versions needed for the new Aptos MCMS behavior. |
go.sum |
Syncs checksums with the dependency updates in go.mod (and resulting go mod tidy resolution). |
engine/cld/commands/mcms/chain_helpers.go |
Computes mcmsType from operations and uses the new Aptos constructor APIs that accept MCMS type. |
.changeset/seven-parents-grab.md |
Documents the patch change for the deployments framework package. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ecPablo
approved these changes
Mar 9, 2026
gustavogama-cll
approved these changes
Mar 9, 2026
moby/go-archive v0.2.0 removed the deprecated archive.Gzip alias that docker/cli@v28.5.x still references, causing build failures in downstream consumers (e.g. chainlink/system-tests). Made-with: Cursor
db3435e to
590ad50
Compare
|
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 10, 2026
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## chainlink-deployments-framework@0.86.0 ### Minor Changes - [#826](#826) [`bc7e435`](bc7e435) Thanks [@ajaskolski](https://github.com/ajaskolski)! - feat: extract from cld ccip and make domain agnostic verification cmd for contracts ### Patch Changes - [#836](#836) [`27021a9`](27021a9) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - update aptos mcms to also handle curse mcms --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
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.


No description provided.