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

- [x] Messages - [x] Metadata - [x] Edges - [x] Indexes - [ ] (Spent) created outputs - [ ] Consumed outputs - [ ] Address to output_id mapping...

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

c-bug

Some of our current builders don't enforce the conditions of the underlying type at compile-time but rather check for it during construction at runtime. An example of this is `AliasOutputBuilder`....

wg-message
c-cleanup
e-medium
p-medium
n-shimmer

We are on the verge of getting rid of the `chrysalis-pt2` branch. Once this transition is complete, it's a good time to do some clean-up and refactoring. This issue acts...

e-medium
p-medium
c-tracking-issue
n-all

wg-node
c-feature
e-high
p-medium
n-shimmer

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

wg-network
c-bug
e-high
p-medium
n-all

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

@pvdrz found out that we can save the recompilation of `librocksdb` by setting an environment variable: `ROCKSDB_LIB_DIR=/usr/lib/librocksdb.so`. Maybe we can use this to speed up CI builds too, by installing...

c-investigation
e-low
p-medium
wg-infra
n-all

c-cleanup
e-low
p-low
wg-infra
n-all

## Bug description Currently, we always run `cargo install --force` when installing binary crates, skipping already cached versions. Without `--force` cargo may throw an error depending on the state of...

c-bug
e-low
p-low