Skip to content

Commit e3649cd

Browse files
authored
Harden reliability campaign acceptance gates (#48)
1 parent c2df61b commit e3649cd

46 files changed

Lines changed: 207 additions & 55 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "power_house"
3-
version = "0.3.11"
3+
version = "0.3.12"
44
edition = "2021"
55
authors = ["MFENX LLC"]
66
description = "Deterministic verification and provenance system for portable computational identities using .pha artifacts and Rootprint graphs."

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . .
44
RUN cargo build --release --locked --features net --bin julian
55

66
FROM debian:bookworm-slim
7-
ARG POWER_HOUSE_VERSION=0.3.11
7+
ARG POWER_HOUSE_VERSION=0.3.12
88
LABEL org.opencontainers.image.title="Power House" \
99
org.opencontainers.image.version="${POWER_HOUSE_VERSION}" \
1010
org.opencontainers.image.source="https://github.com/JROChub/power_house"

JULIAN_PROTOCOL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MFENX Power-House Network: The JULIAN Protocol Network
2-
Version 0.3.11 - June 2026
2+
Version 0.3.12 - June 2026
33

44

55
# JULIAN Protocol: Proof-Transparent Consensus via Folding-Derived Anchors

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fingerprints that bind proof data, provenance metadata, and verification state.
1414
Rootprint provides a directed acyclic graph (DAG) for identity lineage,
1515
branching, merging, replay, navigation, and equivalence verification.
1616

17-
Current release: **v0.3.11**
17+
Current release: **v0.3.12**
1818

1919
Production reliability evidence is published on the dedicated
2020
[72-hour campaign page](https://mfenx.com/campaign.html).

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release Notes
22

3+
## v0.3.12 - 2026-06-19
4+
5+
### Campaign Acceptance Hardening
6+
- Made controlled drills wait for complete cross-region telemetry convergence
7+
after the affected service becomes active, with every intermediate recovery
8+
probe retained in the hash-chained evidence journal.
9+
- Added explicit final gates requiring zero failed samples, zero RPC errors,
10+
campaign-wide RPC p95 latency at or below 1,000 milliseconds, and successful
11+
completion of every scheduled or manual drill.
12+
- Added live acceptance-gate telemetry to the dedicated campaign page without
13+
adding campaign UI to the main observatory.
14+
- Added delayed-convergence and independent final-gate regression tests.
15+
316
## v0.3.11 - 2026-06-19
417

518
### 72-Hour Reliability Campaign

configs/network.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "JULIAN",
88
"symbol": "JULIAN"
99
},
10-
"release": "0.3.11",
10+
"release": "0.3.12",
1111
"benchmarkReport": "benchmarks/v0.3.2/rpc-report.json",
1212
"rpc": {
1313
"canonicalUrl": "https://rpc.mfenx.com",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
node:
3-
image: ghcr.io/jrochub/power_house:0.3.11
3+
image: ghcr.io/jrochub/power_house:0.3.12
44
build: .
55
command:
66
[

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Power House Documentation
22

3-
This index is the authoritative map for Power House v0.3.11 documentation.
3+
This index is the authoritative map for Power House v0.3.12 documentation.
44

55
## Start Here
66

docs/committed_workload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Externally Committed Sparse Workload
22

3-
Status: active format guide for Power House v0.3.11.
3+
Status: active format guide for Power House v0.3.12.
44

55
Power-House can now bind a sum-check certificate to a separately supplied
66
sparse polynomial file.

0 commit comments

Comments
 (0)