Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build (experimental package)

on:
pull_request:
push:
branches:
- develop

jobs:
build:
Expand All @@ -27,6 +24,5 @@ jobs:
npx @dappnode/dappnodesdk build \
--provider "remote" \
--verbose | tee build.log

echo "DNP (DAppNode Package) built and uploaded" >> $GITHUB_STEP_SUMMARY
grep "ipfs" build.log >> $GITHUB_STEP_SUMMARY
1 change: 1 addition & 0 deletions hoprd.cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ hopr:
network: rotsee
keep_logs: true
fast_sync: 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/
transport:
Expand Down
15 changes: 15 additions & 0 deletions setup-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,18 @@ fields:
secret: false
pattern: ^(true|false)$
patternErrorMessage: Must be either `true` or `false`!

- id: HOPRD_ENABLE_LOGS_SNAPSHOT
target:
type: environment
name: HOPRD_ENABLE_LOGS_SNAPSHOT
service: node
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'.
secret: false
pattern: ^(true|false)$
patternErrorMessage: Must be either `true` or `false`!