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

fix old and new gleec checkpoints #629

Merged
merged 3 commits into from
Sep 30, 2024
Merged

fix old and new gleec checkpoints #629

merged 3 commits into from
Sep 30, 2024

Conversation

DeckerSU
Copy link

There was an error with relaying and propagating transactions on the new GLEEC chain. Since the old GLEEC chain was protected with checkpoints and the new chain shares the same ticker, the node assumed that Initial Block Download (IBD) hadn’t finished and therefore didn’t accept tx p2p messages. The system wasn’t designed to handle two different chains with the same name. This PR resolves the issue. In the future, I recommend deprecating the old GLEEC chain and avoiding such conflicts to prevent similar issues.

@smk762 smk762 self-requested a review September 30, 2024 07:18
@DeckerSU DeckerSU merged commit 9eeace7 into dev Sep 30, 2024
18 checks passed
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