-
hidden-rpc v0.1.14 Stable
released this
2026-08-24 06:22:07 +00:00 | 2 commits to main since this releasehidden-rpc v0.1.14
A documentation-accuracy and audit release. No behavior change from v0.1.13 — this makes the docs
match how the installer actually works now (trustless by default), records the genesis finding, and
ships a clean full-audit pass. Already-synced nodes are unaffected.What's in this release
- Docs now describe the real default flow.
installer/README.md,docs/MANUAL-SETUP.md, and the
top-levelREADME.mdwere updated: the default is the trustless bootstrap (signed on-chain
chain_snapshot_v1pointer → SHA-256-verifiedblock_logfrom IPFS/mirror → genesis file →
replay), with--trusted-stateas the fast presynced-state opt-in.--check-snapshotand
--mirror-onlyare documented, and the genesis-file requirement is written down. - Decisions log updated with the genesis-required-for-replay finding and the publisher action
item (bundlesnapshot.jsonin the pinned archive, or host it withgenesis_cid+genesis_sha256
in the op). - Full audit pass: every script
shellcheck-clean (info level) andbash -nclean; the pointer
validator compiles and passes its unit tests; no orphaned/unwired functions; embedded fallback
config matches the shippedconfig.ini(loopback, no witness,follow_api, identical seeds).
Carried over: dead IPFS gateway removed and graceful failure when the genesis can't be fetched
(v0.1.13); genesis placement (v0.1.12); spinner-on-every-step UX (v0.1.11);--mirror-onlyand real
IPFS_GATEWAYS=""(v0.1.10); live progress + fast fail-over (v0.1.9); trustless bootstrap
(v0.1.6–v0.1.8).Reliable path today
Public IPFS gateways don't yet reliably serve Blurt's genesis file, so a from-scratch trustless
replay can't always complete until the snapshot publisher bundles the genesis. For a guaranteed
setup right now, use the mirror-backed fast path:bash installer/hidden-rpc-setup.sh --trusted-stateImportant
Tor and I2P hide where you read, not whether what you read is true — cross-check across
independent nodes. RPC-only (no witness / block production).- Repository: https://git.agorise.net/agorise/hidden-rpc
- License: AGPL-3.0-or-later
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
- Docs now describe the real default flow.