fix(statics): replace bn.js by BigInt native implementation - #2286
Merged
Conversation
emiacc
force-pushed
the
STLX-16485_add_bn_to_statics
branch
from
May 17, 2022 15:27
a655e6a to
db5920b
Compare
replace bn.js with BigInt since statics is dependecy-free STLX-16485
emiacc
force-pushed
the
STLX-16485_add_bn_to_statics
branch
from
May 17, 2022 15:56
db5920b to
d473aa1
Compare
Codecov Report
@@ Coverage Diff @@
## master #2286 +/- ##
===========================================
+ Coverage 0 85.70% +85.70%
===========================================
Files 0 186 +186
Lines 0 9212 +9212
Branches 0 1390 +1390
===========================================
+ Hits 0 7895 +7895
- Misses 0 901 +901
- Partials 0 416 +416
Flags with carried forward coverage won't be shown. Click here to find out more.
|
emiacc
marked this pull request as ready for review
May 17, 2022 16:08
sunnybak
self-requested a review
May 17, 2022 18:00
mmcshinsky-bitgo
approved these changes
May 17, 2022
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace
bn.jsby BigInt native implementationSTLX-16485