safe_vault 0.20.2

Implementation of the 'Vault' node for the SAFE Network.
Documentation
1
2
3
4
5
6
#!/bin/bash

set -e -x

cargo test "$@" --release
cargo test "$@" --release --features=mock --no-default-features