fix: enable to join existing network with State Sync #514
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.
Description
I fix to enable a new node to join existing network with State Sync.
Problem
If
validators
field in genesis doc is empty, it occur panic in following line and can not process State Sync.https://github.com/line/ostracon/blob/71df846cb3016861098bc617beebd6ba9aef2470/consensus/state.go#L730
Repro
You can reproduce this issue using lbm-sdk@ffb28cd.
STEP 1: Clone
STEP 2: Setup
STEP 3: Run
target error:
Fix
I removed setting proposer in consensus state.
Test
I test this change by following test. I plan to add e2e test like this test with another PR.
STEP 1: Setup
STEP 2: Run
STEP 3: Fix config.toml
You need to change
trust_hash
.