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

fix: don't convert BigInt type to Number before writing to buffer to prevent RangeError #1642

Merged
merged 1 commit into from
Jul 4, 2024

fix: don't convert BigInt type to Number before writing to buffer to …

2f63754
Select commit
Loading
Failed to load commit list.
Merged

fix: don't convert BigInt type to Number before writing to buffer to prevent RangeError #1642

fix: don't convert BigInt type to Number before writing to buffer to …
2f63754
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 3, 2024 in 0s

78.42% (+0.00%) compared to 3cd7e86

View this Pull Request on Codecov

78.42% (+0.00%) compared to 3cd7e86

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.42%. Comparing base (3cd7e86) to head (2f63754).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1642   +/-   ##
=======================================
  Coverage   78.42%   78.42%           
=======================================
  Files          93       93           
  Lines        4861     4861           
  Branches      933      934    +1     
=======================================
  Hits         3812     3812           
  Misses        752      752           
  Partials      297      297           

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