Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ban-nondeterminism-allowlist
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ std-fs crates/warp-core/src/causal_wal.rs native WAL filesystem adapter pending
std-fs crates/warp-core/src/wsc/view.rs native WSC file-open helper pending extraction to a boundary adapter.
std-fs crates/warp-core/tests/causal_wal_tests.rs WAL filesystem fixture I/O only.
std-fs crates/warp-core/tests/causal_wal_hardening_tests.rs WAL filesystem fixture I/O only.
std-fs crates/warp-core/tests/trusted_runtime_host_loop_tests.rs trusted runtime filesystem WAL fixture I/O only.
std-fs crates/warp-math/tests/trig_golden_vectors.rs golden-vector fixture read/write only.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
### Added

- `warp-core` trusted runtime hosts now configure runtime WAL through
`TrustedRuntimeWalConfig`, with `TrustedRuntimeWalStoreKind` exposing the
configured adapter kind as host-owned read-only evidence while
`TrustedRuntimeApp` remains limited to submit and observe surfaces.
`TrustedRuntimeWalConfig`, including in-memory and filesystem-backed
adapters. `TrustedRuntimeWalStoreKind` exposes the configured adapter kind as
host-owned read-only evidence, filesystem roots recover pending and decided
submissions after host reconstruction, reopened filesystem adapters continue
the committed LSN/digest chain, filesystem commits are marked
`StrictFilesystem`, read-only filesystem recovery preserves torn/corrupt tail
posture, and `TrustedRuntimeApp` remains limited to submit and observe
surfaces.
- Added an Echo 1.0 release contract that records the four binary release gates,
compatibility policy, evidence requirements, and GitHub Project boundary
without carrying live roadmap state in the repository.
Expand Down
Loading
Loading