From 00f0c4b65956ccf042b498b61751b4ad6334be22 Mon Sep 17 00:00:00 2001 From: Fang Date: Fri, 8 Feb 2019 12:40:27 +0100 Subject: [PATCH 1/5] Re-add printf to notify of snapshot download --- vere/dawn.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vere/dawn.c b/vere/dawn.c index 2ca5fbc60..d05ec716f 100644 --- a/vere/dawn.c +++ b/vere/dawn.c @@ -317,6 +317,8 @@ u3_dawn_vent(u3_noun seed) // load snapshot from HTTP URL // else if ( 0 != u3_Host.ops_u.sap_c ) { + printf("boot: downloading azimuth snapshot from %s\r\n", + u3_Host.ops_u.sap_c); u3_noun raw_snap = _dawn_get_jam(u3_Host.ops_u.sap_c); sap = u3nc(u3_nul, raw_snap); } From ac3d34916644b1aad399f8de26bb0e9a92ec5c54 Mon Sep 17 00:00:00 2001 From: Fang Date: Fri, 8 Feb 2019 12:42:26 +0100 Subject: [PATCH 2/5] Be more precise about the snapshot contents --- vere/dawn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vere/dawn.c b/vere/dawn.c index d05ec716f..105dc22e9 100644 --- a/vere/dawn.c +++ b/vere/dawn.c @@ -310,7 +310,7 @@ u3_dawn_vent(u3_noun seed) // load snapshot from file // if ( 0 != u3_Host.ops_u.ets_c ) { - fprintf(stderr, "boot: loading ethereum snapshot\r\n"); + fprintf(stderr, "boot: loading azimuth snapshot\r\n"); u3_noun raw_snap = u3ke_cue(u3m_file(u3_Host.ops_u.ets_c)); sap = u3nc(u3_nul, raw_snap); } @@ -325,7 +325,7 @@ u3_dawn_vent(u3_noun seed) // no snapshot // else { - printf("dawn: no ethereum snapshot specified\n"); + printf("dawn: no azimuth snapshot specified\n"); sap = u3_nul; } From 0f82c25c3aa650d0c6080372442ec64d14e50ade Mon Sep 17 00:00:00 2001 From: Fang Date: Fri, 8 Feb 2019 18:49:37 +0100 Subject: [PATCH 3/5] Consistently use "boot:" printf prefix --- vere/dawn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vere/dawn.c b/vere/dawn.c index 105dc22e9..38f10433c 100644 --- a/vere/dawn.c +++ b/vere/dawn.c @@ -197,7 +197,7 @@ _dawn_fail(u3_noun who, u3_noun rac, u3_noun sas) } } - fprintf(stderr, "dawn: invalid keys for %s '%s'\r\n", rac_c, how_c); + fprintf(stderr, "boot: invalid keys for %s '%s'\r\n", rac_c, how_c); // XX deconstruct sas, print helpful error messages u3m_p("pre-boot error", u3t(sas)); @@ -325,7 +325,7 @@ u3_dawn_vent(u3_noun seed) // no snapshot // else { - printf("dawn: no azimuth snapshot specified\n"); + printf("boot: no azimuth snapshot specified\r\n"); sap = u3_nul; } From 2d571aa1681506e85aa66a3715d0f1bc0298aeba Mon Sep 17 00:00:00 2001 From: Isaac Visintainer Date: Thu, 14 Feb 2019 13:10:35 -0800 Subject: [PATCH 4/5] bump urbit version number to 0.7.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3f7373e8c..35561c6d9 100644 --- a/meson.build +++ b/meson.build @@ -236,7 +236,7 @@ endforeach incdir = include_directories('include/') conf_data = configuration_data() -conf_data.set('URBIT_VERSION', '"0.7.2"') +conf_data.set('URBIT_VERSION', '"0.7.3"') conf_data.set('U3_MEMORY_DEBUG', get_option('gc')) conf_data.set('U3_CPU_DEBUG', get_option('prof')) conf_data.set('U3_EVENT_TIME_DEBUG', get_option('event-time')) From 62217b9fad6f836f23900a8dcfc4b118c704aa35 Mon Sep 17 00:00:00 2001 From: Isaac Visintainer Date: Thu, 14 Feb 2019 13:14:26 -0800 Subject: [PATCH 5/5] [CI] bump pinned arvo commit --- .travis/pin-arvo-commit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/pin-arvo-commit.txt b/.travis/pin-arvo-commit.txt index 5afcff171..e03d79ea4 100644 --- a/.travis/pin-arvo-commit.txt +++ b/.travis/pin-arvo-commit.txt @@ -1 +1 @@ -6d6ec85d6aa9200d366d0998326726ef1965d092 +664a819f15d707a36482171db30d0d7acb7694af