-
Notifications
You must be signed in to change notification settings - Fork 48
fix(web): blst error shutter v0.0.2 #2049
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
Conversation
❌ Deploy Preview for kleros-v2-neo failed. Why did it fail? →
|
✅ Deploy Preview for kleros-v2-testnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for kleros-v2-testnet-devtools ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Caution Review failedThe pull request is closed. WalkthroughThe updates include changing the version of the "@shutter-network/shutter-sdk" dependency in the project's package configuration and refining the Vite build process to copy only specific files from this SDK to the project root, rather than copying all files from the SDK's distribution directory. Changes
Estimated code review effort1 (~5 minutes) Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
❌ Deploy Preview for kleros-v2-university failed. Why did it fail? →
|
|
PR-Codex overview
This PR updates the version of the
@shutter-network/shutter-sdk
package across multiple files, improving compatibility and potentially introducing new features or fixes.Detailed summary
@shutter-network/shutter-sdk
from0.0.1
to0.0.2
in:contracts/package.json
web/package.json
yarn.lock
web/vite.config.js
to specify individual files (blst.js
,blst.wasm
) instead of a wildcard forshutter-sdk
distribution.@shutter-network/shutter-sdk
inyarn.lock
.Summary by CodeRabbit