-
Notifications
You must be signed in to change notification settings - Fork 2
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
Miscellaneous updates #1
base: main
Are you sure you want to change the base?
Conversation
@@ -3,7 +3,7 @@ description: "Squads v4 program upgrade Github Action" | |||
author: "Valentin Madrid" | |||
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
@@ -1,7 +1,6 @@ | |||
{ | |||
"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.
"@types/inquirer": "^9.0.3", | ||
"patch-package": "^8.0.0", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.0.2" | ||
}, | ||
"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.
"@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.js
as a dep directlypackage.json