Skip to content

Releases: maidsafe/sn_launch_tool

v0.8.0

22 Sep 16:10
Compare
Choose a tag to compare

0.8.0 (2021-09-22)

⚠ BREAKING CHANGES

  • launch args interval is now in millis, and default is 100

Features

  • use millis for interval (6763063)

v0.7.0

09 Sep 18:58
Compare
Choose a tag to compare

0.7.0 (2021-09-09)

⚠ BREAKING CHANGES

  • For genesis nodes, sn_node will now be invoked with
    --first without a value, which is not compatible with older versions
    of sn_node.

  • Update for changes to sn_node CLI (b7d35f6)

v0.6.0

09 Sep 16:36
Compare
Choose a tag to compare

0.6.0 (2021-09-09)

⚠ BREAKING CHANGES

  • this now expects the contacts info file to contain both the peer addreses and genesis key in hex format.

Features

  • read genesis key from contacts info file and pass it as arg to joining nodes (ffa48b3)

v0.5.0

02 Sep 13:51
Compare
Choose a tag to compare

0.5.0 (2021-09-02)

⚠ BREAKING CHANGES

  • The run, run_with, join, and join_with
    functions have been removed. Instead use Launch::run or Join::run.
    These structs can be constructed via the StructOpt constructors.

Bug Fixes

  • Use Launch::is_local to skip IGD (173fb4b)

  • Change API to use argument structs as entrypoints (78627fa)

v0.4.0

01 Sep 13:24
Compare
Choose a tag to compare

0.4.0 (2021-09-01)

⚠ BREAKING CHANGES

  • The verbosity argument has been removed.

  • The public functions run, run_with, join, and
    join_with all now return eyre::Result<()>, rather than Result<(), String>.

  • Use eyre for errors (b944a92)

  • Use tracing for all messages (068eedd)

v0.3.2

19 Jul 10:19
Compare
Choose a tag to compare

0.3.2 (2021-07-19)

Features

Bug Fixes

  • added nodes use new log dirs (da316a3)

v0.3.1

01 Jul 11:50
Compare
Choose a tag to compare

0.3.1 (2021-07-01)

Features

  • args: add clear-data arg (7fef81a)
  • args: take local and public ip args (98b7930)

v0.3.0

23 Jun 10:15
Compare
Choose a tag to compare

0.3.0 (2021-06-23)

⚠ BREAKING CHANGES

  • safe_network not sn_node for logging

Features

  • update default log for safe_network (39c179b)

v0.2.3

17 Jun 13:45
Compare
Choose a tag to compare

0.2.3 (2021-06-17)

v0.2.2

08 Jun 09:43
Compare
Choose a tag to compare

0.2.2 (2021-06-08)