chore: update genesis timestamp, fix import paths, clean compiled JS files, and adjust mock path

- Update devnet genesis timestamp to 1766400877
- Add Receipt model for zk-proof generation with receiptId, miner, coordinator fields
- Fix import paths from settings to config across service modules (access_control, audit_logging, encryption, hsm_key_manager, key_management, zk_proofs)
- Remove compiled JavaScript files from explorer-web components and lib directories
- Update mock data base path
This commit is contained in:
oib
2025-12-22 15:51:19 +01:00
parent a4d4be4a1e
commit 930ee31a8f
49 changed files with 6157 additions and 908 deletions

View File

@@ -58,7 +58,8 @@ function render(): void {
}
const currentPath = window.location.pathname.replace(/\/$/, "");
const normalizedPath = currentPath === "" ? "/" : currentPath;
// Remove /explorer prefix for routing
const normalizedPath = currentPath.replace(/^\/explorer/, "") || "/";
const page = routes[normalizedPath] ?? null;
root.innerHTML = `