bee
bee copied to clipboard
A framework for IOTA nodes, clients and applications in Rust
Would it make sense to pre-allocate this `HashSet` with a capacity of the sum of `input_native_tokens.len()` and `output_native_tokens.len()` so this doesn't ever have to re-allocate? _Originally posted by @Alex6323 in...
Introduced in https://github.com/iotaledger/bee/pull/1324
## Bug description After x hours the bee crashes, usually with a reference to one of the auto-peering features. ## Rust version Which version of Rust are you running? -...
# 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...
## Description With the upcoming changes, some articles in the documentation may require updates and versioning. ## Motivation We need to be able to launch products with their respective docs...
## Description We have the following access operations `fetch`, `delete`, `exist`, `clear` and we should consider renaming it to something more consistent with the standard library. ## Motivation Most of...
## Description Put all the event-passing logic behind named methods for each worker handle. As an example, instead of exposing this to the caller: ```rust enum WorkerEvent { SendFoo(Foo), RequestBar(oneshot::Sender),...
## Description Introduce a way to fetch raw bytes of certain values using `bee-tangle`. ## Motivation Several interfaces inside `bee-network`, `bee-rest-api` and inx (coming soon!) return the serialized bytes of...