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

add cli to get denom hash from trace path and base denom (backport #679) #710

Merged
merged 3 commits into from
Jan 12, 2022

Commits on Jan 11, 2022

  1. add cli to get denom hash from trace path and base denom (#679)

    * get denom hash from denom trace
    
    * revert .gitignore
    
    * final revert
    
    * ignore history files
    
    * Update modules/apps/transfer/client/cli/query.go
    
    Co-authored-by: Carlos Rodriguez <[email protected]>
    
    * Update modules/apps/transfer/keeper/grpc_query.go
    
    Co-authored-by: Carlos Rodriguez <[email protected]>
    
    * Update modules/apps/transfer/keeper/keeper.go
    
    Co-authored-by: Carlos Rodriguez <[email protected]>
    
    * Update modules/apps/transfer/keeper/grpc_query.go
    
    Co-authored-by: colin axnér <[email protected]>
    
    * code review feedback integration
    
    * moved new feature  to unreleased section
    
    * fix duplicate block in success test case
    
    * fix CHANGELOG format
    
    * fix invalid trace path argument error handling
    
    * refactor positive test case code
    
    Co-authored-by: Carlos Rodriguez <[email protected]>
    Co-authored-by: colin axnér <[email protected]>
    (cherry picked from commit cb9bf5d)
    
    # Conflicts:
    #	CHANGELOG.md
    #	modules/apps/transfer/types/query.pb.go
    nir1218 authored and mergify-bot committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    04c4afe View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. fix conflicts

    Carlos Rodriguez committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    3ef684f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001309b View commit details
    Browse the repository at this point in the history