From ec9c0adb42f58d273628451d4520f46ed952b527 Mon Sep 17 00:00:00 2001 From: erhant Date: Fri, 19 Jun 2026 23:25:59 +0300 Subject: [PATCH] fix: use `AppLocalDataLocation` for persistence; drop dead config home --- flake.lock | 16 ++++++++-------- src/lez_explorer_ui_backend.cpp | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 48b7725..94624d0 100644 --- a/flake.lock +++ b/flake.lock @@ -21,11 +21,11 @@ "logos-module-builder": "logos-module-builder_4" }, "locked": { - "lastModified": 1781878916, - "narHash": "sha256-0zjB/fVTx/qmuHM/J4X45U34e4fCk7LR5fbAPUL98ac=", + "lastModified": 1781900595, + "narHash": "sha256-75phyeA9/wOeVo+IDIujzdlHIyK6X+KV1nMsNvDlXww=", "ref": "erhant/migr-to-logos-module-builder-update-LEZ", - "rev": "e2a636ba51f4d644aae96bcf11608b7bcd6b58e8", - "revCount": 39, + "rev": "f6f9cfdb3ae3cca4f5f934c47dddfaaa230c7b1c", + "revCount": 40, "type": "git", "url": "https://github.com/logos-blockchain/lez-indexer-module" }, @@ -2013,11 +2013,11 @@ "rust-rapidsnark": "rust-rapidsnark" }, "locked": { - "lastModified": 1781875838, - "narHash": "sha256-G/LgP08JF+RcjBCr0t6P/ceKSnZvWr2FFoCZxRYhVs4=", + "lastModified": 1781900321, + "narHash": "sha256-zwEhLNqhAL9otUk8cJIygw22YZrAeV0q7RDnne3kmHI=", "ref": "erhant/fix-indexer-ffi", - "rev": "32f03fa03c74afe55b6631f8500f36ca9dae79e8", - "revCount": 2769, + "rev": "49d540e64d74bd4517a0f9c42f16f0c9140f7299", + "revCount": 2771, "type": "git", "url": "https://github.com/logos-blockchain/logos-execution-zone" }, diff --git a/src/lez_explorer_ui_backend.cpp b/src/lez_explorer_ui_backend.cpp index b923e84..9691129 100644 --- a/src/lez_explorer_ui_backend.cpp +++ b/src/lez_explorer_ui_backend.cpp @@ -32,7 +32,6 @@ constexpr quint64 kGapRebuildThreshold = 8; // A working local-dev indexer config; the user edits the fields (bedrock addr, // channel id, initial accounts/commitments, signing key, ...) and saves. const char* const kDefaultConfig = R"JSON({ - "home": ".", "consensus_info_polling_interval": "1s", "bedrock_config": { "addr": "http://localhost:8080",