Skip to content
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

[RFC007] Add Seal and Unseal to the new AST primops #2101

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

yannham
Copy link
Member

@yannham yannham commented Nov 20, 2024

While working on #2083, I realized that we do need the seal and unseal primitives (which were initially discarded as only a run time thing), since the implementation of the builtin contracts is written in pure Nickel and use those operations.

This PR adds the missing variants to Primop and missing conversion as well in bytecode::ast::compat.

@yannham yannham requested a review from jneem November 20, 2024 09:58
@yannham yannham added this pull request to the merge queue Nov 20, 2024
Merged via the queue into master with commit c678b0f Nov 20, 2024
5 checks passed
@yannham yannham deleted the rfc007/add-missing-seal-ops branch November 20, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants