Skip to content

add string method to gas meter#6137

Merged
mergify[bot] merged 5 commits intocosmos:masterfrom
Sladuca:gas-meter-string-method
May 4, 2020
Merged

add string method to gas meter#6137
mergify[bot] merged 5 commits intocosmos:masterfrom
Sladuca:gas-meter-string-method

Conversation

@Sladuca
Copy link
Copy Markdown
Contributor

@Sladuca Sladuca commented May 4, 2020

Closes: #6128

Description

Implemented string methods for basicGasMeter and infiniteGasMeter


For contributor use:

  • 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.
  • [n/a] Wrote unit and integration tests
  • [n/a] Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • [n/a] 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

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link
Copy Markdown

codecov bot commented May 4, 2020

Codecov Report

Merging #6137 into master will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #6137      +/-   ##
==========================================
- Coverage   54.83%   54.82%   -0.01%     
==========================================
  Files         439      439              
  Lines       26494    26498       +4     
==========================================
  Hits        14527    14527              
- Misses      10970    10974       +4     
  Partials      997      997              

Copy link
Copy Markdown
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

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

Thanks @Sladuca!

alexanderbez and others added 2 commits May 4, 2020 14:52
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

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

ACK 🎉

Great job @Sladuca

Copy link
Copy Markdown
Contributor

@tac0turtle tac0turtle left a comment

Choose a reason for hiding this comment

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

ACK

@mergify mergify bot merged commit 18890a2 into cosmos:master May 4, 2020
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.

Add String() method to GasMeter

4 participants