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 show-address command #2170

Merged
merged 4 commits into from
Aug 31, 2018
Merged

Add show-address command #2170

merged 4 commits into from
Aug 31, 2018

Conversation

mslipper
Copy link
Contributor

Closes #1274.

  • 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.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added entries in PENDING.md with issue #

  • rereviewed 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 Aug 28, 2018

Codecov Report

Merging #2170 into develop will decrease coverage by 0.12%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           develop   #2170      +/-   ##
==========================================
- Coverage    63.62%   63.5%   -0.13%     
==========================================
  Files          136     136              
  Lines         8270    8286      +16     
==========================================
  Hits          5262    5262              
- Misses        2652    2668      +16     
  Partials       356     356

@mslipper mslipper requested a review from zramsay as a code owner August 28, 2018 08:28
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.

Small note on the doc update, but otherwise, utACK 👍

@@ -39,3 +39,14 @@ Sentry Nodes should edit their config.toml:
# Comma separated list of peer IDs to keep private (will not be gossiped to other peers)
private_peer_ids = "ipaddress of validator nodes"
```

## Environment Variables
Copy link
Contributor

Choose a reason for hiding this comment

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

Where did this come from?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ohhh, Looks like this address #1973. Wanna tag that somewhere (at least in the PR body)

return cmd
}

func printCryptoWire(data interface{}) error {
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd call it printlnJSON(v interface{}) error

docs/validators/security.md Outdated Show resolved Hide resolved
Copy link
Contributor

@rigelrozanski rigelrozanski left a comment

Choose a reason for hiding this comment

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

nice

@rigelrozanski rigelrozanski merged commit dc0f132 into cosmos:develop Aug 31, 2018
chillyvee pushed a commit to chillyvee/cosmos-sdk that referenced this pull request Mar 1, 2024
* Testnet upgraded to v9

* Update docs/hub-tutorials/join-testnet.md

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update docs/hub-tutorials/join-testnet.md

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

---------

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>
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.

5 participants