Black Swan
Black Swan
A major dependencies bump and update to go 1.24 (already in use by the `node`) while ensuring all tests succeed. 1. The only remaining challenge is the `lint` tests some...
Reproduction rate is high Steps to reproduce: 1. Open terminal 2. Start the node `./node` 3. Let the node run for several minutes 4. Stop the node with Ctrl+C 5....
BlossomSub reachability checks are giving controversial results. Here's an example for a standalone node behind NAT without proper port forwarding implemented for worker 3. Thus, the reachibility check should be...
`WorkerCount()` defined in `utils/runtime/runtime.go` is called by `node/main.go` to determine the optimal worker count for the standalone node without explicit worker configuration. It should return a safe worker count for...