-
Notifications
You must be signed in to change notification settings - Fork 178
Add Confidential tab #652
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
base: master
Are you sure you want to change the base?
Add Confidential tab #652
Conversation
@SocketSecurity ignore npm/prettier@3.6.2 |
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
@SocketSecurity ignore npm/@fhevm/hardhat-plugin@0.0.1-6 |
packages/ui/import_map.json
Outdated
"openai": "https://esm.sh/openai@5.13.1" | ||
"openai": "https://esm.sh/openai@5.13.1", | ||
"jszip": "https://esm.sh/jszip@3.6.0", | ||
"@openzeppelin/wizard": "../../node_modules/@openzeppelin/wizard/dist/", |
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.
are those wizard import needed? (could we import from "../core.."?
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.
These are needed because there's cross-package imports between the Solidity and Confidential core packages, some of which are used for the types in the AI function definitions. Simplified to use ../core
Adds a Confidential tab that implements a confidential fungible token, using OpenZeppelin Confidential Contracts.
Includes:
@openzeppelin/wizard-confidential
package, UI, AI assistant, MCP tools.