8000 Release stabilisation fixes: Upgrade IZKPVerifier interface, fix disableContract script, add update EmbeddedZKPVerifer script by AndriianChestnykh · Pull Request #298 · iden3/contracts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release stabilisation fixes: Upgrade IZKPVerifier interface, fix disableContract script, add update EmbeddedZKPVerifer script #298

New issue 10000

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

Merged
merged 15 commits into from
Oct 18, 2024

Conversation

AndriianChestnykh
Copy link
Contributor

No description provided.

@coveralls
Copy link
coveralls commented Oct 18, 2024

Pull Request Test Coverage Report for Build 11405925645

Details

  • 1 of 2 (50.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 84.761%

Changes Missing Coverage Covered Lines Changed/Added Lines %
contracts/verifiers/EmbeddedZKPVerifier.sol 0 1 0.0%
Totals Coverage Status
Change from base Build 11405061715: -0.2%
Covered Lines: 953
Relevant Lines: 1052

💛 - Coveralls

await verifier.waitForDeployment();
console.log("ZKPVerifierWrapper deployed to:", await verifier.getAddress());
console.log("EmbeddedZKPVerifierWrapper.sol deployed to:", await verifier.getAddress());
Copy link
Contributor

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.

@@ -1,7 +1,7 @@
{
"name": "@iden3/contracts",
"description": "Smart Contract library for Solidity",
"version": "2.4.2",
"version": "2.4.4",
Copy link
Contributor

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?

Copy link
Contributor Author

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

@AndriianChestnykh AndriianChestnykh merged commit 10a97ad into master Oct 18, 2024
5 checks passed
@AndriianChestnykh AndriianChestnykh deleted the fix/release-stabilisation-fixes branch October 18, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0