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

Deployment fixes #3875

Merged
merged 2 commits into from
Sep 22, 2021
Merged

Deployment fixes #3875

merged 2 commits into from
Sep 22, 2021

Conversation

michaelfig
Copy link
Member

A few updates to the deployment template to ensure it configures a new chain properly.

I've tested these in a "smoke" network, on which I couldn't reproduce the apphash failures yet. Tomorrow it would be good if @mhofman could set up some loadgens. Here is the network-config.json:

{
  "chainName": "smoke-3",
  "gci": "4acae2fad46f746f85318799f79328af2c186f9fd2e5d18d9b57536e92cd980b",
  "peers": [
    "7e72fd2a319ba4856fbd87d657c6e707fe37e854@137.184.12.84:26656",
    "7072cebde937556874227fb14abd31a73dcc258e@137.184.4.169:26656",
    "d7745a6163f82a43439a3151499889e28d7d3927@137.184.4.78:26656",
    "f7fe097d1fe58f30e4ff886153bdec1dd3107686@137.184.4.71:26656"
  ],
  "rpcAddrs": [
    "137.184.12.84:26657",
    "137.184.4.169:26657",
    "137.184.4.78:26657",
    "137.184.4.71:26657"
  ],
  "seeds": [
    ""
  ]
}

@michaelfig michaelfig added the deployment Chain deployment mechanism (e.g. testnet) label Sep 22, 2021
@michaelfig michaelfig self-assigned this Sep 22, 2021
Copy link
Member

@dckc dckc left a comment

Choose a reason for hiding this comment

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

📦

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment Chain deployment mechanism (e.g. testnet)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants