-
Notifications
You must be signed in to change notification settings - Fork 5
Miscellaneous updates #1
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
base: main
Are you sure you want to change the base?
Conversation
| branding: | ||
| icon: "upload" | ||
| color: "black" | ||
| color: "gray-dark" |
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.
Apparently black is not a valid value.
https://json.schemastore.org/github-action.json
| { | ||
| "name": "squads-v4-program-upgrade", | ||
| "main": "lib/main.js", | ||
| "private": false, |
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.
The default value is false.
| "dependencies": { | ||
| "@actions/core": "^1.10.1", | ||
| "@marinade.finance/marinade-ts-sdk": "^5.0.6", | ||
| "@coral-xyz/anchor": "^0.29.0", |
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.
Was referenced in utils but not added as a dep.
| "@coral-xyz/anchor": "^0.29.0", | ||
| "@solana/web3.js": "^1.78.4", | ||
| "@sqds/multisig": "^1.9.0", | ||
| "bn.js": "^5.2.1", |
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.
No reason to add all the bloat of @marinade.finance/marinade-ts-sdk just for bn.js.
This package was added just for BN. This commit directly adds BN as a dep.
|
@sol-mocha Have you been able to build this ? (yarn build) |
Seems to build just fine, or is another output expected?
|
Hey @valentinmadrid curious on your thoughts for this PR. Any requested changes? |


Miscellaneous updates:
bn.jsas a dep directlypackage.json