Releases: spaceandtimelabs/sxt-proof-of-sql
Releases · spaceandtimelabs/sxt-proof-of-sql
v0.46.0
0.46.0 (2024-11-14)
Bug Fixes
Features
- add
Table::columns()
, ProvableQueryResult::new_from_table
to simplify the code (c1f78c3)
v0.44.5
0.44.5 (2024-11-13)
Bug Fixes
Features
v0.44.4
0.44.4 (2024-11-13)
Features
- derive serde for
OwnedTable
/OwnedColumn
(be7e5a4)
- derive serde for
OwnedTable
/OwnedColumn
(#369) (4e70b1a)
v0.44.2
0.44.2 (2024-11-12)
Bug Fixes
generate-parameters/round_trip_test.rs
reqauires --bin now (e7c91ba)
Features
v0.44.1
0.44.1 (2024-11-12)
Bug Fixes
- generalize
reverse_op
and add tests (6d15ec7)
Features
v0.44.0
0.44.0 (2024-11-12)
Bug Fixes
- consume
table_refs
in verifiable_query_result.rs
(d74ef29)
v0.43.0
0.43.0 (2024-11-12)
Bug Fixes
- address reviews (8f48a41)
- rename
table_utility.rs
funcs to avoid conflict with owned_table_utility.rs
(383584e)
Features