All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.13.1 (2023-02-20)
- pass address to genesis node (616d1a9)
0.13.0 (2023-02-14)
-
small change to force a new release
-
update copyright year (0166910)
0.12.2 (2023-02-14)
0.12.2 (2023-02-09)
0.12.2 (2023-02-07)
0.12.1 (2022-11-08)
0.12.0 (2022-08-16)
-
change target path where to copy network contacts file for clients to ~/.safe/network_contacts
-
change target path where to copy network contacts file for clients to ~/.safe/network_contacts (45fd3d8)
0.11.1 (2022-08-09)
- use a specific argument to set the network contacts file path for join API (97f24af)
0.11.0 (2022-08-08)
- set the --network-contacts-file node argument to the genesis node's prefix_map path
- set the --network-contacts-file node argument to the genesis node's prefix_map path (aa2ede9)
- set the genesis node as the default contact for local clients to bootstrap to (77e0074)
0.10.1 (2022-07-11)
0.10.0 (2022-07-06)
-
deps:
-
deps: replace StructOpt with Clap (34a6c7c)
0.9.9 (2022-06-30)
0.9.8 (2022-03-05)
0.9.7 (2022-02-23)
0.9.6 (2022-02-23)
0.9.5 (2022-02-04)
- enable flamegraph generation (390fbe4)
0.9.4 (2021-11-29)
- introduce skip auto port forwarding flag (e52b711)
0.9.3 (2021-11-15)
0.9.2 (2021-11-04)
- provide a
--local
flag for joining network (d48edfc)
0.9.1 (2021-11-04)
- add a flag to enable JSON logs on
sn_node
(024d1e3)
0.9.0 (2021-10-27)
-
The default value for
--keep-alive-interval-msec
if unspecified has changed toNone
, which will not pass any flag tosn_node
, meaning the upstream default will apply. -
don't specify keep-alive-interval by default (aad3826)
0.8.1 (2021-10-26)
0.8.0 (2021-09-22)
- launch args interval is now in millis, and default is 100
- use millis for interval (6763063)
0.7.0 (2021-09-09)
-
For genesis nodes,
sn_node
will now be invoked with--first
without a value, which is not compatible with older versions ofsn_node
. -
Update for changes to
sn_node
CLI (b7d35f6)
0.6.0 (2021-09-09)
- this now expects the contacts info file to contain both the peer addreses and genesis key in hex format.
- read genesis key from contacts info file and pass it as arg to joining nodes (ffa48b3)
0.5.0 (2021-09-02)
- The
run
,run_with
,join
, andjoin_with
functions have been removed. Instead useLaunch::run
orJoin::run
. These structs can be constructed via theStructOpt
constructors.
-
Use
Launch::is_local
to skip IGD (173fb4b) -
Change API to use argument structs as entrypoints (78627fa)
0.4.0 (2021-09-01)
-
The
verbosity
argument has been removed. -
The public functions
run
,run_with
,join
, andjoin_with
all now returneyre::Result<()>
, rather thanResult<(), String>
. -
Use
eyre
for errors (b944a92) -
Use
tracing
for all messages (068eedd)
0.3.2 (2021-07-19)
- Adding nodes (19e85a5)
- added nodes use new log dirs (da316a3)
0.3.1 (2021-07-01)
0.3.0 (2021-06-23)
- safe_network not sn_node for logging
- update default log for safe_network (39c179b)
0.2.3 (2021-06-17)
0.2.2 (2021-06-08)
0.2.1 (2021-04-26)
- args: make aware of max capacity argument (f9e241e)
0.2.0 (2021-04-05)
-
args: this uses the args for the latest sn_node
-
args: update using the latest node args (557c950)
0.1.0 (2021-04-01)
- args: the new argument is for the latest version of sn_node
- args: update args passed for the latest version of sn_node (1fd88fb)
0.0.20 (2021-03-31)
0.0.19 (2021-03-03)
0.0.18 (2021-02-25)
0.0.17 (2021-02-25)
- ip: changes to support latest version of sn_node which renamed --ip arg to --local-ip (5d7a000)
0.0.16 (2021-02-18)
- set rust_log correctly (68f64e0)
0.0.15 (2021-02-09)
- join: allow to join to network with a list of addresses rather than a single one (57ee3b0)
0.0.14 (2021-02-04)
- print sn_node version when verbosity is set (10a226b)
0.0.13 (2021-02-03)
0.0.12 (2021-02-01)
0.0.11 (2021-01-27)
- allow override of RUST_LOG env var for ndoe startup (99daa5b)
0.0.10 (2021-01-26)
0.0.9 (2021-01-21)
0.0.8 (2021-01-14)
0.0.7 (2020-12-26)
- publish: fix publish command by adding flag (4b97eca)
0.0.6 (2020-12-24)
0.0.5 (2020-11-30)
0.0.4 (2020-11-23)
0.0.3 (2020-10-08)
0.0.2 (2020-09-29)
- audit: add scheduled security audit scan (90cc5e2)
- tool: add option to join the existing network (b33f455)
- tool: support phase-2b vaults (b1b73f0)
- tool: use hardcoded contact ip in correct format (6f5d277)
0.0.1 (2020-02-24)
- Initial implementation