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

Expose the evaluation result #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Quantumplation
Copy link

We recently updated the aiken crate to expose the underlying Evaluation Result; this has the benefit of exposing traces even when the contract succeeds! This updates the code to propagate that out on the javascript side as well.

I'd also like to update the errors to throw a rich error type in the case of failure, but I'll crack one egg at a time.

(also, ideally the uplc create would just have wasm bindgen targets natively @rvcas so we don't need this module...)

We recently updated the aiken crate to expose the underlying Evaluation Result; this has the benefit of exposing traces even when the contract succeeds! This updates the code to start that process. I'd also like to update the errors to throw a rich error type in the case of failure, but I'll crack one egg at a time
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.

1 participant