solana: Document IDL repo policy, tools, and CI checks #443
Labels
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
solana
Change to Solana programs
tooling
Issue
A PR I wrote is failing due to issues with the IDL generated by the new code and the code committed to the repo (I think)?
https://github.com/wormhole-foundation/example-native-token-transfers/actions/runs/8943060910/job/24566966899?pr=298
In general I'm sort of lost regarding what parts of the build happens where.
Desired solution
Details/Pain Points
It's not obvious how to resolve this issue:
git diff --exit-code idl
locally didn't workThere is no obvious target in the
Makefile
either in the top-level directory or thesolana/
directoryRunning the scripts in
solana/scripts
fails:docker build .
did not yield helpful results:The text was updated successfully, but these errors were encountered: