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

feat: native bigint using math/big.Int #764

Closed
wants to merge 1 commit into from

feat: native bigint using math/big.Int

7d66aea
Select commit
Loading
Failed to load commit list.
Closed

feat: native bigint using math/big.Int #764

feat: native bigint using math/big.Int
7d66aea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 7, 2023 in 0s

47.20% (-9.11%) compared to a4c7b86

View this Pull Request on Codecov

47.20% (-9.11%) compared to a4c7b86

Details

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (a4c7b86) 56.31% compared to head (7d66aea) 47.20%.

Files Patch % Lines
gno.land/pkg/sdk/vm/convert.go 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #764      +/-   ##
==========================================
- Coverage   56.31%   47.20%   -9.11%     
==========================================
  Files         422      371      -51     
  Lines       65699    61706    -3993     
==========================================
- Hits        36999    29129    -7870     
- Misses      25818    30190    +4372     
+ Partials     2882     2387     -495     

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