diag: bump microReticulum to ef07187 (path-get caller counters)

TEMPORARY DIAGNOSTIC PIN. ef07187 = cd0338e + per-call-site
_new_path_table.get() counters ([PG] summary every 30s on serial).
Purpose: identify which Transport call site drives the ~1.5s full
FileStore get() on the offline propagation node (6b9f6601...).
Revert this commit (back to cd0338e) after the capture.
This commit is contained in:
Torlando
2026-09-06 06:12:05 +00:00
parent 0c8418d674
commit 8a0eabf432
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ lib_deps =
; tables so the explicit 1 MiB RNS container pool cannot grow without limit.
; Immutable published pin for bounded transport tables and sensitive
; packet-request envelope wiping.
https://github.com/torlando-tech/microReticulum.git#cd0338e7fc07d3a7785a450656ba766491cbf6e8
https://github.com/torlando-tech/microReticulum.git#ef071871421b244e4209f1c2b5b2a838b22bd756
; microLXMF: chore/microreticulum-0.4.1-layout — includes namespaced to
; <microReticulum/...> for the 0.4.x src/microReticulum/ layout.
; 3cdde79: faster load_message_metadata — single LittleFS open (read_file
@@ -3,7 +3,7 @@ from pathlib import Path
ROOT = Path(__file__).resolve().parents[2]
MICROSTORE_PIN = "https://github.com/torlando-tech/microStore.git#2762f7606800ffb23f4a593947d4f58e259cda7a"
MICRORETICULUM_PIN = "https://github.com/torlando-tech/microReticulum.git#cd0338e7fc07d3a7785a450656ba766491cbf6e8"
MICRORETICULUM_PIN = "https://github.com/torlando-tech/microReticulum.git#ef071871421b244e4209f1c2b5b2a838b22bd756"
MAX_RNS_PSRAM_POOL_BYTES = 1024 * 1024
@@ -29,7 +29,7 @@ set(PYXIS_NOMADNET_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../lib/tdeck_ui/UI/LXMF"
set(PYXIS_ROOT "${CMAKE_CURRENT_LIST_DIR}/../../..")
set(PYXIS_MANIFEST_BASE "51e4b586c4c3867ae399f573557edda6f3b48a44")
set(PYXIS_MANIFEST_BRANCH "feat/nomadnet-partials-core")
set(PYXIS_MANIFEST_MICRORETICULUM "cd0338e7fc07d3a7785a450656ba766491cbf6e8")
set(PYXIS_MANIFEST_MICRORETICULUM "ef071871421b244e4209f1c2b5b2a838b22bd756")
execute_process(COMMAND git rev-parse HEAD WORKING_DIRECTORY "${RNS_SOURCE}"
OUTPUT_VARIABLE _rns_commit OUTPUT_STRIP_TRAILING_WHITESPACE
RESULT_VARIABLE _rns_git_result)
+1 -1
View File
@@ -45,7 +45,7 @@ if os.environ.get("PYXIS_FLOW_SCENARIOS"):
MANIFEST_BASE = "51e4b586c4c3867ae399f573557edda6f3b48a44"
MANIFEST_BRANCH = "feat/nomadnet-partials-core"
MANIFEST_MICRORETICULUM = "cd0338e7fc07d3a7785a450656ba766491cbf6e8"
MANIFEST_MICRORETICULUM = "ef071871421b244e4209f1c2b5b2a838b22bd756"
MANIFEST_FILES = (
"tests/native/nomadnet_x86_flow/CMakeLists.txt",
"tests/native/nomadnet_x86_flow/BuildManifest.h.in",
+1 -1
View File
@@ -45,7 +45,7 @@ EXCLUDED_SYMBOLS = (
"MapTileHttpArduino::",
)
PINNED_DEPENDENCIES = {
"microReticulum": "cd0338e7fc07d3a7785a450656ba766491cbf6e8",
"microReticulum": "ef071871421b244e4209f1c2b5b2a838b22bd756",
"microLXMF": "82d2e54d721d9e4ce3ffc0049d9996aa5632390a",
"microStore": "2762f7606800ffb23f4a593947d4f58e259cda7a",
}