-
Notifications
You must be signed in to change notification settings - Fork 7
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: host function set_finalizers should take a packed_finalizer_format #97
Comments
heifner
added a commit
that referenced
this issue
May 2, 2024
heifner
added a commit
that referenced
this issue
May 2, 2024
spoonincode
added a commit
that referenced
this issue
May 2, 2024
Update set_finalizers host function to take a packed_finalizer_format
heifner
added a commit
that referenced
this issue
May 2, 2024
heifner
added a commit
that referenced
this issue
May 2, 2024
heifner
added a commit
that referenced
this issue
May 2, 2024
heifner
added a commit
that referenced
this issue
May 2, 2024
Change some additional leap references to spring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to:
int64_t set_proposed_producers_ex(uint64_t packed_producer_format, legacy_span<const char> packed_producer_schedule);
void set_finalizers(span<const char> packed_finalizer_policy);
should take apacked_finalizer_format
.Will require changes to CDT, bios, and reference contracts.
The text was updated successfully, but these errors were encountered: