-
Notifications
You must be signed in to change notification settings - Fork 319
chore(solana): split patches, fix make command and generate mcm upgrade proposal #459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Heimdall Review Status
|
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 |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| MCM_SIGNATURES_COUNT=<number-of-signatures> | |
| MCM_SIGNATURES_COUNT=3 |
2025-10-20-deploy-mcmtask by splitting themverifyingContractfield of the EIP712 domain separator