-
Notifications
You must be signed in to change notification settings - Fork 32
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
IF: CDT support for IF host function #210
Comments
The struct used for
|
This was referenced Sep 6, 2023
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depends on AntelopeIO/leap#1511.
Add C++ wrapper for the new
set_finalizers
host function introduced with the IF protocol feature. Ensure this is added into a header file in a way that prevents a contract compiling with the new version of CDT but that does not actually use the new wrapper function from accidentally includingset_finalizers
as a dependency in the compiled WASM file.Should be done at same time as AntelopeIO/reference-contracts#26 (Finalizer Action for Bios Contract)
The text was updated successfully, but these errors were encountered: