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

types: fix panic on Int.BigInt() #7084

Merged
merged 3 commits into from
Aug 18, 2020
Merged

types: fix panic on Int.BigInt() #7084

merged 3 commits into from
Aug 18, 2020

Conversation

fedekunze
Copy link
Collaborator

Description

closes: #XXXX


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@codecov
Copy link

codecov bot commented Aug 18, 2020

Codecov Report

Merging #7084 into master will increase coverage by 0.00%.
The diff coverage is 66.66%.

@@           Coverage Diff           @@
##           master    #7084   +/-   ##
=======================================
  Coverage   54.78%   54.79%           
=======================================
  Files         541      541           
  Lines       36883    36889    +6     
=======================================
+ Hits        20208    20212    +4     
- Misses      15019    15021    +2     
  Partials     1656     1656           

@alexanderbez alexanderbez merged commit 7f0c3f0 into master Aug 18, 2020
@alexanderbez alexanderbez deleted the fix-int-panic branch August 18, 2020 13:16
alessio pushed a commit that referenced this pull request Aug 20, 2020
Backported from #7084

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants