Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

BLD: switched from BN.js to JSBI #84

Merged
merged 4 commits into from
May 2, 2019
Merged

BLD: switched from BN.js to JSBI #84

merged 4 commits into from
May 2, 2019

Conversation

lacabra
Copy link
Contributor

@lacabra lacabra commented Apr 24, 2019

As per this issue, the BigNumber library that web3 is not considered secure, so migrated over JSBI. Everything works as before.

PS: Added a new rule to disable new-cap in linter since the .BigNumber() function from the JSBI library breaks it.

@codecov-io
Copy link

codecov-io commented Apr 24, 2019

Codecov Report

Merging #84 into develop will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #84   +/-   ##
========================================
  Coverage    98.47%   98.47%           
========================================
  Files            6        6           
  Lines          523      523           
  Branches        46       46           
========================================
  Hits           515      515           
  Misses           8        8
Impacted Files Coverage Δ
enigma-js/src/enigma-utils.js 100% <100%> (ø) ⬆️
enigma-js/src/Enigma.js 97.63% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e7284d1...6a041e4. Read the comment docs.

@apalepu23 apalepu23 merged commit 9be645c into develop May 2, 2019
@lacabra lacabra deleted the bn branch May 2, 2019 15:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants