Skip to content

Conversation

@xenoliss
Copy link
Contributor

  • Simplify the patches applied to the MCM program for the 2025-10-20-deploy-mcm task by splitting them
  • Fix a make command issue
  • Generate a proposal for upgrading the MCM program to a version that does not use the verifyingContract field of the EIP712 domain separator

@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Oct 22, 2025

✅ Heimdall Review Status

Requirement Status More Info
Reviews 2/2
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 2
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 2
2
1 if commit is unverified 0
Sum 2

mdehoog
mdehoog previously approved these changes Oct 22, 2025
@cb-heimdall cb-heimdall dismissed mdehoog’s stale review October 22, 2025 14:14

Approved review 3364920217 from mdehoog is now dismissed due to new commit. Re-request for approval.

cargo install --git https://github.com/coral-xyz/anchor --tag v$(ANCHOR_VERSION) anchor-cli --force

.PHONY: deps
deps: install-rust install-solana-cli install-anchor
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we name this something else so signers don't have to comment it out before running "make deps" ?

Set the following in `.env`:

```bash
MCM_PROGRAM_ID=<mcm-program-id>
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't many of these already exist? (I mean from the .env file that's defined above.)


```bash
PROGRAM=<program-address>
PROGRAM_BINARY=<path-to-.so-file>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we pre-set these also?

Once you have all required signatures, update `.env`:

```bash
MCM_SIGNATURES_COUNT=<number-of-signatures>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
MCM_SIGNATURES_COUNT=<number-of-signatures>
MCM_SIGNATURES_COUNT=3

@xenoliss xenoliss merged commit 1f1af18 into main Oct 22, 2025
4 checks passed
@xenoliss xenoliss deleted the bo/solana-devnet-mcm-upgrade branch October 22, 2025 15:35
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.

6 participants