-
Notifications
You must be signed in to change notification settings - Fork 17
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
wasm: witness tests #1876
wasm: witness tests #1876
Conversation
🦋 Changeset detectedLatest commit: 1b8bf82 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
// Modify the witness to use the default position. This will cause a failure | ||
// because the position must be witnessed in the tree to be valid. | ||
// | ||
// It's unclear how to test this because this results in a panic deeper in the | ||
// call stack that isn't propogated back to the caller? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tricky test case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wish we killed all panics 😢 and exclusively returned Result type...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Modify the witness to use the default position. This will cause a failure | ||
// because the position must be witnessed in the tree to be valid. | ||
// | ||
// It's unclear how to test this because this results in a panic deeper in the | ||
// call stack that isn't propogated back to the caller? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wish we killed all panics 😢 and exclusively returned Result type...
references #1831