Egon Elbre
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 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...
Check that we can do everything needed by `scripts/tests/rollingupgrade` with `storj-up`.
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...
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,...