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

What if the transaction has multiple outputs and the first one got spent and pruned? Shouldn't it still be able to return the block id if there are other unspent...

## Bug description Currently one can build an output with a higher amount in the storage deposit return unlock condition than the actual amount of the output has ``` Basic(BasicOutput...

c-bug
n-shimmer
wg-block

## Description Add methods to check if an output can be unlocked at a provided unix timestamp + milestone index combination ## Motivation With the expiration and timelock unlock conditions...

c-feature
n-shimmer
wg-block

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

wg-ledger
c-feature
e-medium
p-low
n-all

The idea of this PR is avoiding the classical `Access::::access(storage, args)` syntax call everywhere by creating a new trait that has a `fn access(&self, args)` method for every `Access` trait....

## Description With the latest stardust changes, the milestone nonce is 0 and needs to be handled separately https://github.com/iotaledger/bee/commit/f940e297cb8b138d916ad6505c66317c20ebb360 The submit_message() API may reject zero-nonce values; the submit_message() API logic...

c-investigation

## Bug description Providing the `bee-plugin-dashboard/build.rs` with an invalid `.zip` file (`RELEASE_URL`) didn't yield an error when building. ## Rust version - Rust version: rustc 1.59.0 (9d1b2106e 2022-02-23) ## Bee...

c-bug

The random generation in `bee-test` is becoming more and more complex, for example by introducing conditions for random values. A concrete example is the `StateControllerAddressUnlockCondition` in `AliasOutput`. It is required...

wg-message
c-investigation
e-medium
p-medium
n-all