/alex/
/alex/
## Description We are specifying the exact version of each `major.minor.patch-beta.X` in local `path = ...` dependencies. What's the purpose of this? Thanks :heart:
# Description of change Enables pruning of the storage layer by specifying a target size. Depends on #1397. ## Links to any relevant issues ## Type of change - Enhancement...
# Description of change Please write a summary of your changes and why you made them. ## Links to any relevant issues Be sure to reference any related issues by...
## Bug description ``` 2022-02-25 16:36:54 (UTC) bee_protocol::workers::metrics INFO NodeMetrics { invalid_packets: 0, milestone_requests_received: 29, messages_received: 340882, message_requests_received: 173, heartbeats_received: 5688, milestone_requests_sent: 709, messages_sent: 272610, message_requests_sent: 76363, heartbeats_sent: 7335, invalid_messages:...
## Bug description A Bee node that is connected to the network only through autopeers can get left behind, which means that it missed a particular milestone, and therefore cannot...
## Description In order to find bottlenecks in our node implementation more easily we should add timings to all time-consuming algorithms, for example: * Time it took to solidify a...
Currently we use the dashboard to get a rough idea about how the node performs. But this is inaccurate and inefficient, because it has to be sent through websockets and...
Change the current `ShutdownStream` type to `HardShutdownStream`, which stops the stream immediately upon receiving the shutdown signal. Add a new variation called `SoftShutdownStream`, that upon receiving the shutdown signal first...
advantage: this might prevent having to protect the protocol peer with a lock; disadvantage: the bee-network api allows faulty usage by sending to a peer before it is actually connected.