Skip to content

fix(mcms): check PostOpCountReached errors in Solana#475

Merged
gustavogama-cll merged 1 commit intomainfrom
ggama/fix-solana-check-postopcountreached-error
Oct 2, 2025
Merged

fix(mcms): check PostOpCountReached errors in Solana#475
gustavogama-cll merged 1 commit intomainfrom
ggama/fix-solana-check-postopcountreached-error

Conversation

@gustavogama-cll
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Oct 1, 2025

🦋 Changeset detected

Latest commit: 6e7e69d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
chainlink-deployments-framework Patch

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

@gustavogama-cll gustavogama-cll force-pushed the ggama/fix-solana-check-postopcountreached-error branch from d4c39cb to 810822b Compare October 1, 2025 18:58
@gustavogama-cll gustavogama-cll force-pushed the ggama/fix-solana-check-postopcountreached-error branch from 810822b to 6e7e69d Compare October 1, 2025 19:00
@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@gustavogama-cll gustavogama-cll marked this pull request as ready for review October 1, 2025 19:07
@gustavogama-cll gustavogama-cll requested review from a team as code owners October 1, 2025 19:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes error handling in the MCMS (Multi-Chain Management System) for Solana by adding detection of "PostOpCountReached" errors alongside existing "WrongNonce" error handling.

  • Extended Solana error checking to handle PostOpCountReached errors as nonce-related errors
  • Added changeset documenting the fix

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
engine/cld/legacy/cli/mcmsv2/mcms_v2.go Extended isNonceError function to check for PostOpCountReached errors in Solana
.changeset/olive-buttons-visit.md Added changeset entry documenting the bug fix

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@gustavogama-cll gustavogama-cll added this pull request to the merge queue Oct 2, 2025
Merged via the queue into main with commit 8d9ded3 Oct 2, 2025
14 checks passed
@gustavogama-cll gustavogama-cll deleted the ggama/fix-solana-check-postopcountreached-error branch October 2, 2025 01:03
github-merge-queue bot pushed a commit that referenced this pull request Oct 3, 2025
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.54.0

### Minor Changes

-
[#481](#481)
[`1f7f6bc`](1f7f6bc)
Thanks [@graham-chainlink](https://github.com/graham-chainlink)! -
feat(operations): introduce AsUntypedRelaxed

### Patch Changes

-
[#484](#484)
[`fb9d9bf`](fb9d9bf)
Thanks [@jkongie](https://github.com/jkongie)! - Fixes test engine MCMS
execution when multiple proposals have the same `validUntil` timestamp.

A salt override is added to each timelock proposal persisted to the
state to ensure unique operation
IDs in test environments where multiple proposals may have identical
timestamps. This salt is used
    in the hashing algorithm to determine the root of the merkle tree.

-
[#479](#479)
[`930e469`](930e469)
Thanks [@jkongie](https://github.com/jkongie)! - Fixes MCMS Execution
failing to Set Root in the test engine

-
[#475](#475)
[`8d9ded3`](8d9ded3)
Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! -
fix(mcms): check for PostOpCountReached errors in Solana as well

---------

Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants