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

Test/chain upgrade with multiple nodes setup #314

Merged
merged 15 commits into from
Jan 18, 2024

Conversation

kienn6034
Copy link
Contributor

@kienn6034 kienn6034 commented Jan 14, 2024

Description and Motivation

Setup migalood chain to run in 6 different nodes. Then do the upgrade from 3.0.4 to 4.1.0, using cosmovisor

Related Issues

Image

  • Consensus break at upgrade height 25
    image

  • Comovisor switch to new binary and restart chain
    image


Checklist:

  • I have read Migaloo's contribution guidelines.
  • My pull request has a sound title and description (not something vague like Update index.md)
  • All existing and new tests are passing.
  • I updated/added relevant documentation.
  • The code is formatted properly golangci-lint run ./... --fix.

@kienn6034 kienn6034 marked this pull request as ready for review January 18, 2024 03:21
Copy link
Contributor

@hoank101 hoank101 left a comment

Choose a reason for hiding this comment

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

lgtm

Makefile Outdated
@@ -99,7 +106,7 @@ build:
go build $(BUILD_FLAGS) -o bin/migalood ./cmd/migalood

docker-build-debug:
@DOCKER_BUILDKIT=1 docker build -t migaloo:debug -f Dockerfile .
@DOCKER_BUILDKIT=1 docker bufild -t migaloo:debug -f Dockerfile .
Copy link
Contributor

Choose a reason for hiding this comment

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

typo build

@hoank101 hoank101 merged commit f0f7832 into develop Jan 18, 2024
12 checks passed
@Sen-Com Sen-Com deleted the test/chain-upgrade-with-multiple-nodes-setup branch June 3, 2024 10:06
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.

None yet

2 participants