- Canonical small
PHSPv1/PHSMv1/PHCPv1conformance vectors and manifest. - Property-based dense-equivalence tests and full single-byte mutation rejection.
- Reproducible soundness-budget and benchmark-report tools.
- Security model, falsifiable research protocol, and primary-source prior-art review.
- Enforced deterministic primality validation for every Rust
Field. - Fixed near-
u64::MAXfield addition overflow. - Added matching Python primality validation.
- Added decoder limits for variables, terms, degree, seeds, and total incidences.
- Rejected oversized polynomial degrees before allocation.
- Closed-form constant sum-check over
2^70Boolean points. - Seeded-affine sum-check over configurable domains, demonstrated at
2^4096. - Stable
PHSPv1million-round seeded sparse certificates. - Stable
PHSMv1external sparse workloads and commitment-boundPHCPv1proofs. - Separately implemented standard-library Python verifier for both sparse formats.
- Unified verification guide and reproducible reference artifacts.
- Combined the v0.2 network, migration, rollup, and operations line with the large-domain proof work.
- Normalized the source manifest and expanded packaged documentation.
- Tightened public claims to distinguish implicit-domain scale from arbitrary computation, succinct verification, and established novelty.
- External DA publisher pipeline with receipts (HTTP relay + Ethereum anchoring support).
- Permissionless join guide, community onboarding, tokenomics, and bounty policy docs.
- Dockerfile + compose for community node operators.
- Stake governance tuned for 5-of-7 signer threshold; membership expanded for multi-node scale.
- Shard gossip bridging + quorum/BFT flow tightened for stable finality.
- Ops references refreshed (mainnet launch guidance + governance policy notes).
- Production ops hardening: shared node env files, new launcher script, and systemd security guards.
- Added healthcheck, backup, and log-export timers with alert hooks.
- Introduced release deployment/rollback helpers.
- Bumped crate/docs to
0.1.54and synchronized README, ops notes, training binder, mainnet launch notes, and Protocol Manual version stamps.
- Bumped crate/docs to
0.1.49; synchronized README, Protocol Manual, and schema samples. Generic0.1.xreferences remain as-is by design.
- Bumped crate/docs to
0.1.48and updated the transcript ABNF (numbers = number *(SP number)), regenerating the Protocol Manual PDF to keep the canonical format aligned with the crate.
- Clarified transcript digest framing (binary layout, non-participating lines), documented the exact Merkle hash domain/markers, added the normative fold-digest framing, tightened ABNF to exactly 64 hex characters, and refreshed the Protocol Manual/PDF accordingly.
- Normalised transcript examples to include a space after every
statement:/transcript:/round_sums:/final:colon, and bumped all version references/PDF output to0.1.46.
- Tightened the Protocol Manual transcript grammar (ABNF cardinality, historical
final_evalnote), clarified JSON/Merkle disclaimers, standardised “fold digest” terminology, and bumped all version references/PDF output to0.1.45.
- Corrected Protocol Manual inconsistencies (hash tables, transcript grammar, challenge/merkle descriptions, Chapter VI challenge wording), rebuilt the PDF, and bumped all version strings to
0.1.44.
- Bumped crate/docs to
0.1.43and removed stray nestedpowerhouse/+publicpower/directories so the workspace matches the published layout exactly.
- Ledger parsers now ignore non-
ledger_*.txtfiles, accept# challenge_mode/# fold_digestcomment lines, loadfold_digest.txthints, and include metadata in anchor files/JSON (challenge_mode,fold_digest,crate_version). - Updated the hash-pipeline demo to anchor the actual proof transcript (not the genesis stub), regenerate the fold digest/field value, refresh bootstrap logs, and synchronize every README/book/training reference with the new constants.
- Title page and Chapter I now reference version
0.1.41so the manual, crate metadata, and release stay aligned.
- Corrected the hypercube holo-map axes and vertex labels, added the explicit orientation legend, and regenerated the PDF to match.
- Realigned the hypercube holo-map ASCII diagram in
docs/book_of_power.mdand regenerated the PDF so inspectors receive the precise geometry reference.
- Fully renumbered each chapter (no ghost indices) and documented fallback typography for the Protocol Manual PDF.
- Added explicit version-lock blurb plus challenge-mode metadata in transcripts/anchors.
- Regenerated
docs/book_of_power.pdfto match the finalized manual.
- Transcript ABNF, hash framing pseudocode, challenge derivation notes, Merkle capsule spec, JSON schema sketch, metrics crib sheet, and glossary inside
docs/book_of_power.md. - Golden test vectors (ledgers, fold digest, anchor root) plus new Spec Compliance checklist in
docs/training_binder.md.
- Clarified fold digest persistence, field reduction endianness, temp-path overrides, key-handling cautions, and CI guardrails.
- Regenerated
docs/book_of_power.pdfwith the updated content.
- Fixed manual wording to remove disallowed terminology and regenerated the published PDF.
- Ritual ASCII visualizations (hex sigil, hypercube map, anchor cross-section, challenge waterfall, compliance seal) directly into
docs/book_of_power.mdso auditors get instant visual cues. docs/training_binder.mdoperator packet covering field drills, transcript printouts, challenge logs, and signature blocks for compliance.docs/book_of_power.tex+ generated PDF export for sharing the manual without depending on local markdown renderers.
- Wrapped the TeX build with
fvextrato break long lines cleanly, keeping ledger commands/URLs readable in the PDF. - Bumped crate version to
0.1.35to mark this documentation-heavy release.