Egon Elbre

Results 186 issues of Egon Elbre

Currently most of the development on storj-up has been on linux / mac. Ensure that all the features work cross-platform and require minimal other tools to be installed.

storj-sim parity

`storj-sim network test example.sh` is a nice quick way to tests binaries with a configured environment. Implement something similar for `storj-up`, e.g. `storj-up test example.sh`. Note, the target might be...

storj-sim parity

Check that we can do everything needed by `scripts/tests/rollingupgrade` with `storj-up`.

storj-sim parity

Some tests in storj respository in scripts/tests/redis require stopping redis in the background to see how the system deals with redis going down. An alternative would be to convert those...

storj-sim parity

Let's create a guide on how to use storj-up and how to do the most common tasks people need to do. Each of these can be converted into a separate...

I'm not sure whether to consider this just unfortunate, anyways... Currently the go-pdk depends on `github.com/valyala/fastjson` and also `strings`, which end up bringing in all of the unicode tables. However,...