-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
R4R: print out sdk.AccAddress.String() instead of hex #3286
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alessio
requested review from
cwgoes,
ebuchman and
rigelrozanski
as code owners
January 12, 2019 14:41
alessio
force-pushed
the
alessio/fix-gentx-error-account-format
branch
from
January 12, 2019 14:43
ef96539
to
377adaf
Compare
alessio
changed the title
print out sdk.AccAddress.String() instead of hex
R4R: print out sdk.AccAddress.String() instead of hex
Jan 12, 2019
Codecov Report
@@ Coverage Diff @@
## develop #3286 +/- ##
========================================
Coverage 55.18% 55.18%
========================================
Files 134 134
Lines 9526 9526
========================================
Hits 5257 5257
Misses 3938 3938
Partials 331 331 |
fedekunze
approved these changes
Jan 12, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
alessio
force-pushed
the
alessio/fix-gentx-error-account-format
branch
from
January 12, 2019 15:30
377adaf
to
20882f0
Compare
You're most definitely correct. Fixed, thanks
…On Sat, Jan 12, 2019 at 3:27 PM Federico Kunze ***@***.***> wrote:
***@***.**** approved this pull request.
utACK
------------------------------
In PENDING.md
<#3286 (comment)>:
> @@ -19,6 +19,7 @@ BREAKING CHANGES
* #2838 - Move store keys to constants
* [\#3162](#3162) The `--gas` flag now takes `auto` instead of `simulate`
in order to trigger a simulation of the tx before the actual execution.
+ * [\#3286](#3286) Fix `gaiad gentx` printout of account's addresses, i.e. user bech32 instead of hex.
I don't think this is a breaking change, just an improvement
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3286 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN_7MpYSxUp2nhmFIDv6sZdnGHjR7Tvks5vCf7OgaJpZM4Z8r23>
.
--
Alessio Treglia | alessio@tendermint.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A
|
Nice. |
cwgoes
approved these changes
Jan 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've noticed from a terminal log submitted by @faboweb that the
gentx
command printed out account's address in hex format instead of bech32:/Users/fabo/Development/voyager/builds/Gaia/darwin_amd64/g aiad gentx --name main-account --home /Users/fabo/Development /voyager/builds/testnets/local-testnet/node_home_1 --home-cli ent /Users/fabo/Development/voyager/builds/testnets/local-tes tnet/cli_home_1 ERROR: Account 73F007B29DB6F8E794BB10C915612B6FDC32302E is in genesis, but the only has 0stake available to stake, not 100stake
This small PR addresses that. It also lower caps on output strings - errors messages should not begin with capital letters.
docs/
)PENDING.md
with issue #Files changed
in the github PR explorerFor Admin Use: