Releases: spaceandtimelabs/sxt-proof-of-sql
Releases · spaceandtimelabs/sxt-proof-of-sql
v0.64.4
0.64.4 (2024-12-20)
Bug Fixes
- docs (35aed21)
- docs, initial range_lengths in tests (f7b2992)
- remove redundant range length update call (0a2ebbb)
- remove unneeded generic (5c14765)
- resolve merge conflicts with main (342659f)
- separate ones eval length and range lengths (#445) (91173a3)
- start range length from FirstRoundBuilder from num rows length instead of zero (f6390ff)
- update first round builder to accept initial range length (252818d)
v0.64.1
0.64.1 (2024-12-18)
Features
- add script to import yul functions from another file (ce07269)
- add yul implementation of lagrange basis evaluation (83714f5)
- yul lagrange basis evaluation (#442) (792aaf3)
v0.63.2
0.63.2 (2024-12-17)
Bug Fixes
- clippy and fmt (b002bb8)
- make protocol sound by moving word value evaluation into sumcheck (2f99685)
- make range check protocol sound by moving word value evaluation into sumcheck (#440) (43a2a3d)
v0.63.1
0.63.1 (2024-12-16)
Bug Fixes
- rename
range_check_test_plan.rs
to range_check_test.rs
(db711cd)
v0.63.0
0.63.0 (2024-12-16)
Bug Fixes
- restore
proof-of-sql-parser
crate (1807f71)
Features
- add normalization to TableTestAcessor (c8110b3)
v0.62.3
0.62.3 (2024-12-16)
Features
- add EVM-compatible serialization for
DynProofPlan
(9be37bd)
- EVM compatible proof plan serialization (#432) (d4eff36)