Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d8af326
refactor: Convert to Cargo workspace with subcrates
samuelburnham May 26, 2026
54b19bc
feat: Add SP1 and Zisk kernel proving backends
samuelburnham May 26, 2026
880d5de
fix: Import quickcheck_macros::quickcheck in ixon merkle tests
samuelburnham May 26, 2026
2d45433
Updates
samuelburnham Jun 8, 2026
d3df29d
reconcile: Port jcb/kernel-sharding profiler+partitioner into workspace
samuelburnham Jun 8, 2026
8eeda75
zisk-host: wire manifest-driven sharding; drop --topo and stats scaff…
samuelburnham Jun 8, 2026
4842add
shard: budget-driven shard count from a per-shard cycle cap
samuelburnham Jun 9, 2026
1d8f7cf
shard: recalibrate cycles-per-heartbeat from 12-env measurement (208k…
samuelburnham Jun 9, 2026
2e592be
shard: auto-size shard count from machine RAM (no manual budget)
samuelburnham Jun 9, 2026
fc31d9f
shard: emit the bisection tree and carry it in the .ixes manifest
samuelburnham Jun 9, 2026
29946cc
zisk: tree-aligned aggregation with in-circuit assumption discharge
samuelburnham Jun 9, 2026
e0e7336
cleanup: audit pass over the bisection-tree and discharge work
samuelburnham Jun 9, 2026
a34910d
zisk: cross-run proof reuse on the shard-plan path; drop the legacy r…
samuelburnham Jun 9, 2026
079d9ea
store-aware planning: partition only novel work, resolve the rest by …
samuelburnham Jun 9, 2026
5dbb0f4
review: precompute included subjects in the covering fixpoint
samuelburnham Jun 9, 2026
735d07c
fix: Add NatSuccMode::Stuck cache to prove `ByteArray.utf8DecodeChar?…
samuelburnham Jun 10, 2026
bf449db
chore: apply cargo fmt
samuelburnham Jun 12, 2026
017b77c
chore: fix clippy warnings in shard examples
samuelburnham Jun 12, 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