bee icon indicating copy to clipboard operation
bee copied to clipboard

A framework for IOTA nodes, clients and applications in Rust

Results 119 bee issues
Sort by recently updated
recently updated
newest added

c-enhancement
e-medium
p-high
wg-dashboard

c-investigation
e-high
p-medium
wg-protocol

c-cleanup
e-high
p-high
wg-tangle

c-bug
e-medium
p-medium
wg-dashboard

c-feature
e-low
p-medium
wg-dashboard

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...

wg-node
c-feature
e-high
p-low

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...

wg-node
c-feature
e-medium
p-low

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.

wg-network
c-performance
e-medium
p-low