-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update wasm deps #1581
Update wasm deps #1581
Conversation
🦋 Changeset detectedLatest commit: 8ffd047 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 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 |
|
||
anyhow = "1.0.86" | ||
ark-ff = { version = "0.4.2", features = ["std"] } | ||
base64 = "0.22.1" | ||
console_error_panic_hook = { version = "0.1.7", optional = true } | ||
decaf377 = { version = "0.5.0", features = ["r1cs"] } | ||
decaf377 = { version = "0.10.1", features = ["r1cs"] } |
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.
how the heck is this building? #1492
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.
They must have changed something in v0.79.3
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.
I explicitly suggested not including penumbra-zone/penumbra#3806 in the release, and penumbra-zone/decaf377#108 which was supposed to fix this hasn't been merged yet. hmmm
|
||
anyhow = "1.0.86" | ||
ark-ff = { version = "0.4.2", features = ["std"] } | ||
base64 = "0.22.1" | ||
console_error_panic_hook = { version = "0.1.7", optional = true } | ||
decaf377 = { version = "0.5.0", features = ["r1cs"] } | ||
decaf377 = { version = "0.10.1", features = ["r1cs"] } |
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.
This seems to just work ™️ @TalDerei
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.
can you hold off on merging? need to sanity check what's going on here
references #1481