-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add Shank IDL to Program ELF #81
Conversation
823162b
to
21dba99
Compare
@ngundotra This is super cool! I think we need to install
on the https://github.com/nifty-oss/asset/blob/main/.github/workflows/main.yml#L73-L77 |
@febo I could use some help fixing the rust client tests :) when you have a moment |
Having a look now. |
@ngundotra We need to add the
Similarly to what was done for lint. |
…g dep on serde_json, couldn't solve by locking to prev serde_json :(
Add the compressed IDL to the program's binary under a section header called
.solana.idl
.Adding
include_idl!()
increases program size by4K
bytes.asset
program size:244K
asset
program size:248K