-
Notifications
You must be signed in to change notification settings - Fork 54
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
fix: add security-txt #791
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Reinis Martinsons <[email protected]>
Signed-off-by: Reinis Martinsons <[email protected]>
Signed-off-by: Reinis Martinsons <[email protected]>
Signed-off-by: Reinis Martinsons <[email protected]>
@@ -31,4 +31,3 @@ storage-layouts/proposed* | |||
target | |||
**/*.rs.bk | |||
test-ledger | |||
idls |
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.
External IDLs are fetched locally on build, but we need them posted in the repo as solana-verify verify-from-repo
would depend on them
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.
makes sense. we'll need to figure out how we want to package stuff such that it fits within the current across-contracts package. This'll be the ./target/type/svm_spoke.ts
type exports.
I think we'd want to include the programs
within this export, just like the ts package has the contracts
within it.
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.
Fixes ACX-3480
Adds security.txt to svm-spoke and multicall-handler programs.