New versions of our CLI, sn_node
and authd
applications have been just released. For those actively testing this baby-fleming testnet, it’s recommended to update them all since a few of bugs reported in this thread have been already resolved.
One issue we discovered was in the CLI update command, thus you’ll need to re-install CLI rather than update it. You can do this by following the instructions in the download section of the User Guide, e.g.:
$ curl -so- https://sn-api.s3.amazonaws.com/install.sh | bash
With the latest CLI v0.17.0 installed, you can re-install authd
and sn_node
, or simply update them with the following two commands:
$ safe auth update
$ safe node update
Once they are all updated, the local testnet can be launched again as usual, and as described in the original post. You can find details of some of the fixes included in this release of CLI v0.17.0 here.