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

Implement Gaia Tx Decode #5023

Merged
merged 22 commits into from
Sep 17, 2019
Merged

Conversation

tnachen
Copy link
Contributor

@tnachen tnachen commented Sep 10, 2019

closes: #3872

This is a resubmission of #4213.


  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • [x ] Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • [x ] Wrote tests

  • Updated relevant documentation (docs/)

  • 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, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented Sep 10, 2019

Codecov Report

Merging #5023 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master    #5023      +/-   ##
==========================================
- Coverage   55.04%   55.03%   -0.02%     
==========================================
  Files         291      291              
  Lines       17835    17839       +4     
==========================================
  Hits         9818     9818              
- Misses       7310     7314       +4     
  Partials      707      707

x/auth/client/rest/decode.go Outdated Show resolved Hide resolved
@tnachen tnachen force-pushed the frank/3872-gaiacli-tx-decode-master branch from 96776e1 to 57a8696 Compare September 12, 2019 02:11
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
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.

One more minor nit @tnachen

x/auth/client/cli/tx_decode.go Outdated Show resolved Hide resolved
Copy link
Member

@jackzampolin jackzampolin left a comment

Choose a reason for hiding this comment

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

needed! great add @tnachen

Frank Yang and others added 13 commits September 17, 2019 12:26
➜  cosmos-sdk git:(frank/3872-gaiacli-tx-decode-master) ✗ make build
import cycle not allowed
package github.com/cosmos/cosmos-sdk/simapp
        imports github.com/cosmos/cosmos-sdk/x/auth
        imports github.com/cosmos/cosmos-sdk/x/auth/client/rest
        imports github.com/cosmos/cosmos-sdk/x/auth
can't load package: import cycle not allowed
package github.com/cosmos/cosmos-sdk/simapp
        imports github.com/cosmos/cosmos-sdk/x/auth
        imports github.com/cosmos/cosmos-sdk/x/auth/client/rest
        imports github.com/cosmos/cosmos-sdk/x/auth
Makefile:28: recipe for target 'build' failed
make: *** [build] Error 1
Co-Authored-By: Alexander Bezobchuk <[email protected]>
@tnachen tnachen force-pushed the frank/3872-gaiacli-tx-decode-master branch from 87f3ab8 to f6e7766 Compare September 17, 2019 19:34
@tnachen
Copy link
Contributor Author

tnachen commented Sep 17, 2019

@alexanderbez just renamed the file!

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
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.

testedACK

@alexanderbez alexanderbez merged commit ab6d0a0 into master Sep 17, 2019
@alexanderbez alexanderbez deleted the frank/3872-gaiacli-tx-decode-master branch September 17, 2019 21:08
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.

gaiacli tx decode
4 participants