-
Notifications
You must be signed in to change notification settings - Fork 483
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
Expose index-envs
as public library
#6675
Labels
Comments
11 tasks
SeungheonOh
added a commit
to SeungheonOh/plutus
that referenced
this issue
Nov 16, 2024
SeungheonOh
added a commit
to SeungheonOh/plutus
that referenced
this issue
Nov 18, 2024
Sure, we can expose it, although the API is probably going to change, because I'm changing how this stuff is used in the CEK machine as we speak. Wanna create a PR? |
PR is already there |
effectfully
pushed a commit
that referenced
this issue
Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature you'd like
Some of the functions in
UntypedPlutusCore.Evaluation.Machine.SteppableCek.Internal
virtually pointless since it's requireRAList
values which is not exposed to public fromindex-envs
library. It would be nice to haveindex-envs
as a public library so downstream library can access CEK machine internals.Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: