-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore: add Go code generation for IDL #52
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
=====================================
Coverage 1.09% 1.09%
=====================================
Files 1 1
Lines 456 456
=====================================
Hits 5 5
Misses 451 451 ☔ View full report in Codecov by Sentry. |
@lumtis i renamed a module (it was missing |
@lumtis i think we can merge this because we use Discriminators generated from here, and now we are adding execute and execute_spl functions, so discriminators should be available for zetaclient we can find a better way to generate go bindings, but as tmp solution this seems fine |
This reverts commit c5e0c96.
Sounds good |
Generate Go code used in
node
for the programs IDL.There are limitation right now as for example not all fields of the IDL are generated.
The current idea will first be for node to import the package in this repo so it can be visualized what version is tied to the current code in ZetaClient and prevent interface breaking