Jochen Görtler

Results 35 issues of Jochen Görtler

Currently there are still some methods missing which we need to implement.

We probably also need an `MilestoneKeyRangeDto` then.

wg-api
c-cleanup
e-medium
p-medium
wg-protocol
n-shimmer

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

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

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

@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

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

Compiling `petgraph` with `-D warnings` fails, which prevents depending projects from using `RUSTFLAGS="-D warnings -D missing-docs" cargo build` as part of their CI workflow, for example. I think it has...

Maybe the API should support the rank of a matrix?

enhancement