From a2357095f9e52b2ba51b661b9b620f9321435176 Mon Sep 17 00:00:00 2001 From: Andrius <73285987+Jaguaras@users.noreply.github.com> Date: Thu, 4 Dec 2025 00:03:51 +0200 Subject: [PATCH 1/8] Revise description for log snapshot download option Updated the description for enabling log snapshot downloads to clarify user responsibility and trust. --- setup-wizard.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup-wizard.yml b/setup-wizard.yml index 6792eaa..5c3d3e4 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -163,9 +163,9 @@ fields: title: Enables downloading logs snapshot at node startup required: false description: |- - By enabling this option, you acknowledge and agree to trust the integrity and accuracy of the pre-synced snapshot logs url used. - You assume all responsibility for using these files with your node and do so at your own risk. - The node will attempt to download logs snapshot from the configuration property at 'hopr.chain.logs_snapshot_url'. + Enabling this option by setting it to `true` means you acknowledge and agree to trust the integrity and accuracy of the pre-synced snapshot logs URL used. + You assume full responsibility for using these files with your node and do so at your own risk. + The node will attempt to download the log snapshot from the configuration property. secret: false pattern: ^(true|false)$ patternErrorMessage: Must be either `true` or `false`! From d5d14cd0f0160ed198c7427a105d289ed9975ab6 Mon Sep 17 00:00:00 2001 From: Andrius <73285987+Jaguaras@users.noreply.github.com> Date: Thu, 4 Dec 2025 09:39:06 +0200 Subject: [PATCH 2/8] Update hoprd.cfg.yaml --- hoprd.cfg.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hoprd.cfg.yaml b/hoprd.cfg.yaml index 74d77ca..28a70af 100644 --- a/hoprd.cfg.yaml +++ b/hoprd.cfg.yaml @@ -18,6 +18,7 @@ hopr: network: rotsee keep_logs: true fast_sync: true + enable_logs_snapshot: true logs_snapshot_url: "https://logs-snapshots-rotsee.hoprnet.org/rotsee-v3.0-latest.tar.xz" safe_module: safe_transaction_service_provider: https://safe-transaction.prod.hoprnet.link/ @@ -32,4 +33,4 @@ api: address: !IPv4 0.0.0.0 port: 3101 session_ip_forwarding: - target_allow_list: [] \ No newline at end of file + target_allow_list: [] From 97d7f90e579e9b0721039f2d3a27193da202a7e3 Mon Sep 17 00:00:00 2001 From: Andrius <73285987+Jaguaras@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:57:15 +0200 Subject: [PATCH 3/8] Update UPSTREAM_VERSION to 3.0.1 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 30dcf6e..8dd67c7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: 3.0.0@sha256:fa9764f5e9927094960f63dfb68dbf6cbc237210559a890f1effa29da6e92ecd + UPSTREAM_VERSION: 3.0.1@sha256:02bd8362ba817efbe6da010af33ea98db52c73bb455a52b4fa6b8bb61b651a89 ports: - "3101:3101/tcp" - 9191:9191/tcp From cb15a5203a4cbb6b3ee5ea70c33432116317c212 Mon Sep 17 00:00:00 2001 From: Andrius <73285987+Jaguaras@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:58:40 +0200 Subject: [PATCH 4/8] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8dd67c7..61abfac 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: 3.0.1@sha256:02bd8362ba817efbe6da010af33ea98db52c73bb455a52b4fa6b8bb61b651a89 + UPSTREAM_VERSION: 3.0.1-pr.7621@sha256:02bd8362ba817efbe6da010af33ea98db52c73bb455a52b4fa6b8bb61b651a89 ports: - "3101:3101/tcp" - 9191:9191/tcp From 4163a353de2135bd73050d5d8a070462acefef74 Mon Sep 17 00:00:00 2001 From: Andrius <73285987+Jaguaras@users.noreply.github.com> Date: Fri, 5 Dec 2025 11:21:15 +0200 Subject: [PATCH 5/8] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 61abfac..1b9d3ef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: 3.0.1-pr.7621@sha256:02bd8362ba817efbe6da010af33ea98db52c73bb455a52b4fa6b8bb61b651a89 + UPSTREAM_VERSION: kaunas-latest ports: - "3101:3101/tcp" - 9191:9191/tcp From 87662f91e7139d79add31abedf977b6a9b464a7a Mon Sep 17 00:00:00 2001 From: Andrius <73285987+Jaguaras@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:04:58 +0200 Subject: [PATCH 6/8] Update hoprd.cfg.yaml --- hoprd.cfg.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/hoprd.cfg.yaml b/hoprd.cfg.yaml index 28a70af..3e36738 100644 --- a/hoprd.cfg.yaml +++ b/hoprd.cfg.yaml @@ -18,7 +18,6 @@ hopr: network: rotsee keep_logs: true fast_sync: true - enable_logs_snapshot: true logs_snapshot_url: "https://logs-snapshots-rotsee.hoprnet.org/rotsee-v3.0-latest.tar.xz" safe_module: safe_transaction_service_provider: https://safe-transaction.prod.hoprnet.link/ From 8a2bda21d793e47c25089e9a3ba031df0923d363 Mon Sep 17 00:00:00 2001 From: Andrius <73285987+Jaguaras@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:39:31 +0200 Subject: [PATCH 7/8] Update pattern for boolean values in YAML config --- setup-wizard.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-wizard.yml b/setup-wizard.yml index 5c3d3e4..06de1ce 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -167,5 +167,5 @@ fields: You assume full responsibility for using these files with your node and do so at your own risk. The node will attempt to download the log snapshot from the configuration property. secret: false - pattern: ^(true|false)$ - patternErrorMessage: Must be either `true` or `false`! + pattern: ^[01]$ + patternErrorMessage: Must be either `1` or `0`! From b616ce6a049ac8ab9337512cecd779fcc0cc3a4e Mon Sep 17 00:00:00 2001 From: Andrius <73285987+Jaguaras@users.noreply.github.com> Date: Fri, 5 Dec 2025 19:04:14 +0200 Subject: [PATCH 8/8] Update setup-wizard.yml --- setup-wizard.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-wizard.yml b/setup-wizard.yml index 06de1ce..5c3d3e4 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -167,5 +167,5 @@ fields: You assume full responsibility for using these files with your node and do so at your own risk. The node will attempt to download the log snapshot from the configuration property. secret: false - pattern: ^[01]$ - patternErrorMessage: Must be either `1` or `0`! + pattern: ^(true|false)$ + patternErrorMessage: Must be either `true` or `false`!