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

vm: make NewBigInteger accept int64 #788

Merged
merged 1 commit into from
Mar 24, 2020
Merged

vm: make NewBigInteger accept int64 #788

merged 1 commit into from
Mar 24, 2020

Conversation

fyrchik
Copy link
Contributor

@fyrchik fyrchik commented Mar 24, 2020

It is more correct upconvert to int64 if needed,
so precision is never lost.

It is more correct upconvert to int64 if needed,
so precision is never lost.
@codecov
Copy link

codecov bot commented Mar 24, 2020

Codecov Report

Merging #788 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #788   +/-   ##
=======================================
  Coverage   64.54%   64.54%           
=======================================
  Files         141      141           
  Lines       12998    12998           
=======================================
  Hits         8390     8390           
  Misses       4205     4205           
  Partials      403      403
Impacted Files Coverage Δ
pkg/vm/stack_item.go 70.03% <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 5148b98...dc8fb13. Read the comment docs.

@roman-khimov roman-khimov added this to the v0.74.1 milestone Mar 24, 2020
@roman-khimov roman-khimov merged commit f840084 into master Mar 24, 2020
@roman-khimov roman-khimov deleted the fix/vmbigint branch March 24, 2020 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vm VM tasks/bugs/issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants