Skip to content
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

Multi bls secpr1 more crypto #825

Merged
merged 55 commits into from
May 7, 2024
Merged

Conversation

sasurobert
Copy link
Contributor

@sasurobert sasurobert commented Feb 12, 2024

See:

SHA256 of Wasmer2 libraries, as on 2024-04-12:

984bbfc0c710ddea71f472732be95077925110e5d42280a00f9a4ef29819b4fb  ./libvmexeccapi.so
0135f0405bd35dbbc27357dca5850ab337ee2196d0b97c71ce2bf4069764122f  ./libvmexeccapi.dylib
11d6d27e7352f918a2369cad5c12c4398a2791c2ee00a21487a6fb0575e2c44a  ./libvmexeccapi_arm.so 
b0702f91550d912735ab1d6ec2a24db1349ee8979731ce4d3c2441b5a4ebc9c6  ./libvmexeccapi_arm.dylib

Copy link

codecov bot commented Feb 12, 2024

Codecov Report

Attention: Patch coverage is 39.37824% with 117 lines in your changes are missing coverage. Please review.

Project coverage is 36.24%. Comparing base (b5f2c7c) to head (59fd4f9).
Report is 4 commits behind head on rc/v1.7.next1.

Files Patch % Lines
wasmer/wasmerImportsCgo.go 0.00% 38 Missing ⚠️
crypto/signing/secp256/secp256.go 68.35% 16 Missing and 9 partials ⚠️
vmhost/hostCore/host.go 0.00% 25 Missing ⚠️
vmhost/hostCore/execution.go 0.00% 13 Missing ⚠️
vmhost/contexts/runtime.go 0.00% 9 Missing and 1 partial ⚠️
vmhost/contexts/storage.go 64.28% 2 Missing and 3 partials ⚠️
vmhost/contexts/output.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                Coverage Diff                @@
##           rc/v1.7.next1     #825      +/-   ##
=================================================
+ Coverage          36.23%   36.24%   +0.01%     
=================================================
  Files                 49       49              
  Lines               9246     9316      +70     
=================================================
+ Hits                3350     3377      +27     
- Misses              5727     5764      +37     
- Partials             169      175       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ccorcoveanu ccorcoveanu self-requested a review February 15, 2024 10:44
@@ -225,6 +225,9 @@
UnmarshalCompressedECC = 270000
GenerateKeyECC = 7000000
EncodeDERSig = 10000000
VerifySecp256r1 = 2000000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alignement issue ^

  • are the values ok to be equal for different types of verifications?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this still seems to be here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -580,31 +572,6 @@ func (host *vmHost) EpochConfirmed(epoch uint32, _ uint64) {
}
}

// FixOOGReturnCodeEnabled returns true if the corresponding flag is set
func (host *vmHost) FixOOGReturnCodeEnabled() bool {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

q: why are all these flags removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed. Not used, should have been cleaned before.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, so unrelated with this PR, just some extra cleanup, got it 👍

@sasurobert sasurobert changed the base branch from rc/v1.7.0 to rc/v1.7.next1 March 6, 2024 13:27
@sasurobert sasurobert dismissed andrei-marinica’s stale review March 6, 2024 13:27

The base branch was changed.

ccorcoveanu
ccorcoveanu previously approved these changes Apr 23, 2024
ccorcoveanu
ccorcoveanu previously approved these changes Apr 30, 2024
@laurci laurci self-requested a review April 30, 2024 11:37
laurci
laurci previously approved these changes Apr 30, 2024
@sasurobert sasurobert dismissed stale reviews from laurci and ccorcoveanu via 59fd4f9 April 30, 2024 13:15
@sasurobert sasurobert merged commit 8e89ddb into rc/v1.7.next1 May 7, 2024
6 checks passed
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.

5 participants