Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
0570a96
refactor: Convert to Cargo workspace with subcrates
samuelburnham May 26, 2026
d5d5439
feat: Add SP1 and Zisk kernel proving backends
samuelburnham May 26, 2026
c162a0e
fix: Import quickcheck_macros::quickcheck in ixon merkle tests
samuelburnham May 26, 2026
9536d21
Updates
samuelburnham Jun 8, 2026
948ebf0
reconcile: Port jcb/kernel-sharding profiler+partitioner into workspace
samuelburnham Jun 8, 2026
a7e4875
zisk-host: wire manifest-driven sharding; drop --topo and stats scaff…
samuelburnham Jun 8, 2026
5e21a4a
shard: budget-driven shard count from a per-shard cycle cap
samuelburnham Jun 9, 2026
c879da5
shard: recalibrate cycles-per-heartbeat from 12-env measurement (208k…
samuelburnham Jun 9, 2026
2747004
shard: auto-size shard count from machine RAM (no manual budget)
samuelburnham Jun 9, 2026
a302a4c
shard: emit the bisection tree and carry it in the .ixes manifest
samuelburnham Jun 9, 2026
c241ef7
zisk: tree-aligned aggregation with in-circuit assumption discharge
samuelburnham Jun 9, 2026
81184f9
cleanup: audit pass over the bisection-tree and discharge work
samuelburnham Jun 9, 2026
7dc5995
zisk: cross-run proof reuse on the shard-plan path; drop the legacy r…
samuelburnham Jun 9, 2026
0a485c3
store-aware planning: partition only novel work, resolve the rest by …
samuelburnham Jun 9, 2026
b7c76b1
review: precompute included subjects in the covering fixpoint
samuelburnham Jun 9, 2026
d2ea3d9
fix: Add NatSuccMode::Stuck cache to prove `ByteArray.utf8DecodeChar?…
samuelburnham Jun 10, 2026
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**/.lake

# Rust
/target
**/target

# Nix
result*
Expand Down
3 changes: 3 additions & 0 deletions Benchmarks/CompileInit.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Init

def main : IO Unit := pure ()
227 changes: 209 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading