Closed jcnelson closed 2 months ago
Adding this here as link reference for the action for when it will be completed and the output will be displayed.
@jcnelson you need a rustfmt.
cc @obycode @jferrant ping :pray:
Pushed bfdb6e4 -- this should fix the unit test failures. The matches!()
macro invocations were backwards -- if you match on the enum variant first, it treats the variable afterwards as a binding. Cargo would warn against this, but unused variable warnings are disabled in a lot of the testing codebase especially.
doh! looks like we still need a formatting fix.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
This PR fixes several more bugs and performance regressions in the networking stack and relayer. These bugs were discovered in a six-node topology with three miners and three stacker-signer followers, where each node was paired to its own bitcoin node and each stacker-signer follower was paired to a single follower (see schematic below):
Fixes included the following:
burnchain.poll_time_secs
.Things I still need to do: