-
Notifications
You must be signed in to change notification settings - Fork 34
Release stabilisation fixes: Upgrade IZKPVerifier interface, fix disableContract script, add update EmbeddedZKPVerifer script #298
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
…upgrade-embedded-verifier-script
…-embedded-verifier-script # Conflicts: # contracts/package.json
Pull Request Test Coverage Report for Build 11405925645Details
💛 - Coveralls |
…lease-stabilisation-fixes
helpers/DeployHelper.ts
Outdated
await verifier.waitForDeployment(); | ||
console.log("ZKPVerifierWrapper deployed to:", await verifier.getAddress()); | ||
console.log("EmbeddedZKPVerifierWrapper.sol deployed to:", await verifier.getAddress()); |
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.
Normally we put the name of the contract without .sol
in these messages for deployment.
contracts/package.json
Outdated
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "@iden3/contracts", | |||
"description": "Smart Contract library for Solidity", | |||
"version": "2.4.2", | |||
"version": "2.4.4", |
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.
Why 2.4.4
instead of 2.4.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.
It's result of collecting of 3PRs into one, but true, let it be 2.4.3
No description provided.