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

Revert "changed bench32prefixes, gaiacli keys parse command still use cosmos …" #5283

Merged
merged 1 commit into from
Nov 6, 2019

Conversation

alexanderbez
Copy link
Contributor

@alexanderbez alexanderbez commented Nov 6, 2019

Reverts #5092 due to race condition (e.g. here)

/cc @elvin-du any chance you can look into this?

Copy link
Contributor

@alessio alessio left a comment

Choose a reason for hiding this comment

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

Provided that build terminates with success

@alexanderbez
Copy link
Contributor Author

@elvin-du we use a global singleton (bad) for the config. We should ideally remove the singleton in favor of a more dynamic approach. This is probably causing some sort of race condition.

@alexanderbez alexanderbez merged commit ede9aae into master Nov 6, 2019
@alexanderbez alexanderbez deleted the revert-5092-master branch November 6, 2019 17:18
@codecov
Copy link

codecov bot commented Nov 6, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@5a310fa). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #5283   +/-   ##
=========================================
  Coverage          ?   53.49%           
=========================================
  Files             ?      290           
  Lines             ?    17771           
  Branches          ?        0           
=========================================
  Hits              ?     9507           
  Misses            ?     7513           
  Partials          ?      751

boz added a commit to akash-network/cosmos-sdk that referenced this pull request May 8, 2020
`keys parse` uses the global configuration before
before client applications have had a chance to
apply their settings.

This change adds a `GetSealedConfig()` helper
that waits for the config to be sealed before
returning it.

fixes cosmos#5091
addresses cosmos#5283
alessio pushed a commit that referenced this pull request May 8, 2020
`keys parse` uses the global configuration before
before client applications have had a chance to
apply their settings.

This change adds a `GetSealedConfig()` helper
that waits for the config to be sealed before
returning it.

fixes #5091
addresses #5283
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.

3 participants