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

fix: possible overflow in BuildUnsignedTx #1303

Merged
merged 4 commits into from
Mar 26, 2024

Conversation

jaeseung-bae
Copy link
Contributor

@jaeseung-bae jaeseung-bae commented Mar 26, 2024

Description

Motivation and context

How has this been tested?

Screenshots (if appropriate):

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml

@jaeseung-bae jaeseung-bae self-assigned this Mar 26, 2024
Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.43%. Comparing base (c462f36) to head (40ef613).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1303   +/-   ##
=======================================
  Coverage   70.43%   70.43%           
=======================================
  Files         643      643           
  Lines       54720    54720           
=======================================
  Hits        38542    38542           
  Misses      14008    14008           
  Partials     2170     2170           
Files Coverage Δ
client/tx/factory.go 59.88% <100.00%> (ø)

@jaeseung-bae jaeseung-bae changed the title fix: possible overflow fix: possible overflow in BuildUnsignedTx Mar 26, 2024
@jaeseung-bae jaeseung-bae marked this pull request as ready for review March 26, 2024 07:57
Copy link
Collaborator

@0Tech 0Tech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to copy the comments.

@jaeseung-bae jaeseung-bae requested a review from 0Tech March 26, 2024 08:16
0Tech
0Tech previously approved these changes Mar 26, 2024
@jaeseung-bae jaeseung-bae merged commit b1c09cf into Finschia:main Mar 26, 2024
37 of 38 checks passed
@jaeseung-bae jaeseung-bae deleted the fix/overflow branch March 26, 2024 10:48
mergify bot pushed a commit that referenced this pull request Mar 26, 2024
* fix: possible overflow

* chore: update changelog

* chore: add comment

(cherry picked from commit b1c09cf)

# Conflicts:
#	CHANGELOG.md
0Tech added a commit that referenced this pull request Mar 29, 2024
* fix: possible overflow in BuildUnsignedTx (#1303)

* fix: possible overflow

* chore: update changelog

* chore: add comment

(cherry picked from commit b1c09cf)

# Conflicts:
#	CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com>
Co-authored-by: Youngtaek Yoon <noreply@yoon.mailer.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants