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

Make bigIntToBinUint64LE compatible with Safari (fixes #69) #70

Merged
merged 1 commit into from
Feb 11, 2021

Conversation

rkalis
Copy link
Contributor

@rkalis rkalis commented Jan 9, 2021

This uses a different method to get the same results. Tests are still passing indicating that over- and underflows are also handled the same as before. This does not use DataView.prototype.setBigUint64, which was incompatible with Safari.

@codecov
Copy link

codecov bot commented Jan 9, 2021

Codecov Report

Merging #70 (989491a) into master (84d9376) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   98.80%   98.80%   -0.01%     
==========================================
  Files          88       88              
  Lines        5504     5502       -2     
  Branches      971      971              
==========================================
- Hits         5438     5436       -2     
  Misses         29       29              
  Partials       37       37              
Impacted Files Coverage Δ
src/lib/format/numbers.ts 100.00% <100.00%> (ø)

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 84d9376...989491a. Read the comment docs.

@bitjson bitjson merged commit a884702 into bitauth:master Feb 11, 2021
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.

2 participants