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 staking amount to gentx for scripts [stargate][v0.40.0] #353

Closed
alpe opened this issue Jan 11, 2021 · 1 comment · Fixed by cosmos/gaia#537
Closed

Add staking amount to gentx for scripts [stargate][v0.40.0] #353

alpe opened this issue Jan 11, 2021 · 1 comment · Fixed by cosmos/gaia#537

Comments

@alpe
Copy link

alpe commented Jan 11, 2021

With gaiad (d974b27) the ./scripts/two-chainz script fails (on my box) with:
Error: post failed: Post "http://localhost:26657": dial tcp [::1]:26657: connect: connection refused

In the server log:

Error: error during handshake: error on replay: validator set is nil in genesis and still empty after InitChain

The root cause is the new argument for gaiad gentx which was introduced recently.

Usage:
  gaiad gentx [key_name] [amount] [flags]

It affects this script https://github.com/cosmos/relayer/blob/master/scripts/one-chain#L67 and doc

@colin-axner
Copy link
Contributor

looks like it was fixed in #537

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 a pull request may close this issue.

2 participants