Thibault Martinez
Thibault Martinez
## Change checklist - [ ] I have followed the contribution guidelines for this project - [ ] I have performed a self-review of my own code - [ ]...
## Change checklist - [ ] I have followed the contribution guidelines for this project - [ ] I have performed a self-review of my own code - [ ]...
## Change checklist - [ ] I have followed the contribution guidelines for this project - [ ] I have performed a self-review of my own code - [ ]...
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...
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
- [ ] Documentations - [ ] Tests - [ ] Copy or not Copy ? https://github.com/iotaledger/bee/pull/875#discussion_r766967641 - [ ] `AliasAddress` as its own type or not ? https://github.com/iotaledger/bee/pull/875#discussion_r766968615 -...