This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
P2P sync failing #421
Milestone
Comments
Created a simple test and handed it over to Phil who is actively working this issue with #406. It is much more stable in branch p2p-txn-handling-393, but still can be made to fail via dropped connections. |
I've created a new branch off of "staging" to carry on my work sorting out the p2p networking functionality. This issue relates back to #291 and the working branch is p2p-sync-slow-peers. |
Since I'm not actually working this issue directly, I'm removing the in progress label for now |
I'm pretty sure this is failing simply because the last bit of sync code isn't in place yet. This is the part involving fetching the blocks post irreversible. |
pmesnier
added a commit
that referenced
this issue
Oct 5, 2017
pmesnier
added a commit
that referenced
this issue
Oct 5, 2017
Solution added with PR #543 |
PR #543 addresses this issue |
nksanthosh
added a commit
that referenced
this issue
Aug 3, 2020
This CLI11 update from v1.9.0 to v1.9.1 provides the following improvements: - Support relative inclusion [#475](CLIUtils/CLI11#475) - Fix cases where spaces in paths could break CMake support [#471](CLIUtils/CLI11#471) - Fix an issue with string conversion [#421](CLIUtils/CLI11#421) - Cross-compiling improvement for Conan.io [#430](CLIUtils/CLI11#430) - Fix option group default propagation [#450](CLIUtils/CLI11#450) - Fix for C++20 [#459](CLIUtils/CLI11#459) - Support compiling with RTTI off [#461](CLIUtils/CLI11#461)
dimas1185
pushed a commit
that referenced
this issue
Aug 4, 2020
This CLI11 update from v1.9.0 to v1.9.1 provides the following improvements: - Support relative inclusion [#475](CLIUtils/CLI11#475) - Fix cases where spaces in paths could break CMake support [#471](CLIUtils/CLI11#471) - Fix an issue with string conversion [#421](CLIUtils/CLI11#421) - Cross-compiling improvement for Conan.io [#430](CLIUtils/CLI11#430) - Fix option group default propagation [#450](CLIUtils/CLI11#450) - Fix for C++20 [#459](CLIUtils/CLI11#459) - Support compiling with RTTI off [#461](CLIUtils/CLI11#461)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is related to #291 stability.
Current sync of producer nodes is not working. Steps to reproduce:
The text was updated successfully, but these errors were encountered: