ceremonyclient/bedlam
Cassandra Heart 12996487c3
v2.1.0.18 (#508)
* experiment: reject bad peer info messages

* v2.1.0.18 preview

* add tagged sync

* Add missing hypergraph changes

* small tweaks to sync

* allow local sync, use it for provers with workers

* missing file

* resolve build error

* resolve sync issue, remove raw sync

* resolve deletion promotion bug

* resolve sync abstraction leak from tree deletion changes

* rearrange prover sync

* remove pruning from sync

* restore removed sync flag

* fix: sync, event stream deadlock, heuristic scoring of better shards

* resolve hanging shutdown + pubsub proxy issue

* further bugfixes: sync (restore old leaf sync), pubsub shutdown, merge events

* fix: clean up rust ffi, background coverage events, and sync tweaks

* fix: linking issue for channel, connectivity test aggression, sync regression, join tests

* fix: disjoint sync, improper application of filter

* resolve sync/reel/validation deadlock

* adjust sync to handle no leaf edge cases, multi-path segment traversal

* use simpler sync

* faster, simpler sync with some debug extras

* migration to recalculate

* don't use batch

* square up the roots

* fix nil pointer

* fix: seniority calculation, sync race condition, migration

* make sync dumber

* fix: tree deletion issue

* fix: missing seniority merge request canonical serialization

* address issues from previous commit test

* stale workers should be cleared

* remove missing gap check

* rearrange collect, reduce sync logging noise

* fix: the disjoint leaf/branch sync case

* nuclear option on sync failures

* v2.1.0.18, finalized
2026-02-08 23:51:51 -06:00
..
apps v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
circuit v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
compiler v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
ot v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
p2p v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
pkg v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
testsuite v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
types v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
.gitignore v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
build.sh v2.1.0.18 (#508) 2026-02-08 23:51:51 -06:00
go.mod v2.1.0.18 (#508) 2026-02-08 23:51:51 -06:00
go.sum v2.1.0.18 (#508) 2026-02-08 23:51:51 -06:00
LICENSE v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
mult64.iql v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
README.md v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
result.go v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
rsa32.csv v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
rsa32.iql v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
test.sh v2.1.0 (#439) 2025-09-30 02:48:15 -05:00
testsuite_test.go v2.1.0 (#439) 2025-09-30 02:48:15 -05:00

Bedlam

This is a fork of Markku Rossi's MPC engine, retooled for use in Quilibrium and fitted to use FERRET for OT. There are additional divergences, but those are the most critical notes.