Jochen Görtler
Jochen Görtler
Currently there are still some methods missing which we need to implement.
We probably also need an `MilestoneKeyRangeDto` then.
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...
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`....
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...
@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...
## 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...
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...