Brord van Wierst

Results 39 issues of Brord van Wierst

Hey! Im trying to have 2 constructors in a class; ``` constructor TransferBuilder::with_outputs(outputs: Vec) -> TransferBuilder; constructor TransferBuilder::new(address: Address, amount: u64) -> TransferBuilder; ``` Both of these constructors compile and...

bug
Java/JNI

Im trying to interact with an MQTT stream from the rust side, but it only accepts `) -> Result;` I receive the following error below. Is this at all possible...

enhancement
question
Java/JNI

Hey! In order to make the library easier to use, i was wondering if theres a way to add something like automatically cloning a reference for a T that is...

enhancement
Java/JNI

Hi! I would like to have a specific enum generated only when the rust config has a feature enabled as well. Rust enum example: ``` pub enum ManagerStorage { ///...

enhancement

# Description of change Progressbar now shows up when we walk down latest milestone -> latest solid during syncing. Previously this only showed up when we were moving back up...

Deffered

## Bug description When starting a node from LS files, i receive this error ## Version - Version: 1.8.5 ## Steps To reproduce the bug 1. Download LS files 2....

T-Bug

### Description In `SnapshotProviderImpl` we warn when we are missing local snapshots db. "No Local snapshot was found. Starting to sync from Global Snapshot." As theres no snapshots in devnet...

### Bug description in #1833 we changed the network layer to use an unbound queue, which leads to increased memory footprint and reduced syncing speed. It did however solve some...

T-Bug

# Description Adds different cases for bundles which can be confirmed by the tangle Fixes #1590 1590 describes 2 test which we currently cannot do in a regression test, but...

### Description Requests a range of milestones by index. Expects to receive in response the milestone bundle for the specified index. ### Motivation Requesting milestones specifically will allow speed-up of...