Pascal Grange
Pascal Grange
Me too, the multi-platform part is tricky and I want to avoid introducing external dependencies to bash_unit, as much as possible
Fair enough. Let's keep it open. I think it's a nice to have, maybe I can find some time in the future to dig into it 👍
Hi @dalisoft , Indeed, curl was way too silent in the install script. Sorry for the inconvenience. I've changed the option so that, hopefully, you can figure out what's happening...
Hi @dalisoft, `shuf` is needed to run tests in a random order (See `-r` option of bash_unit). It is part of the core-utils package on Debian or Ubuntu and so...
Not so much @noonio. Feel free to do whatever you think makes sense out of this issue. Regards,
Hi @ndavies-om1, Thank you so much for contributing to bash_unit. I noticed the test fail with this change. Could you take a look at it? Cheers,
Hi @ndavies-om1, Please consider this [PR](https://github.com/ndavies-om1/bash_unit/pull/2) to amend your proposal. Best,
Solved by https://github.com/pgrange/bash_unit/pull/132
The idea of decoupling the signing of the snapshot from the hydra-node has already been discussed in [Provide a dedicated "component" for off- and on-chain signing](#336) but my understanding is...
Note that, if we want the client to sign snapshots then, the client needs to be able to validate that the snapshot is legit before signing it. Otherwise it wouldn't...