Skip to content

Releases: spaceandtimefdn/sxt-proof-of-sql

v0.95.8

22 Apr 15:32
4d603d2
Compare
Choose a tag to compare

0.95.8 (2025-04-22)

Features

  • add EVMEmptyExec and EVMTableExec (3fcfadd)
  • add EVMEmptyExec and EVMTableExec (#777) (11964f1), closes #345 #323
  • add EVMProjectionExec and EVMSliceExec (f556bb5)
  • add EVMProjectionExec and EVMSliceExec (#778) (4d603d2), closes #345 #323
  • parallelize iterators in hyperkzg cpu commitments (a43ab5d)
  • parallelize iterators in hyperkzg cpu commitments (#776) (544dc97)

v0.95.7

22 Apr 12:35
18d2a17
Compare
Choose a tag to compare

0.95.7 (2025-04-22)

Bug Fixes

v0.95.6

17 Apr 22:32
a8e21f9
Compare
Choose a tag to compare

0.95.6 (2025-04-17)

v0.95.5

17 Apr 19:40
0b05a4b
Compare
Choose a tag to compare

0.95.5 (2025-04-17)

v0.95.4

17 Apr 06:00
50d5667
Compare
Choose a tag to compare

0.95.4 (2025-04-17)

Features

  • add * and logical exprs to evm_proof_plan (721ff20)
  • add * and logical exprs to evm_proof_plan (#765) (50d5667), closes #345 #323

v0.95.3

17 Apr 02:55
dbb4790
Compare
Choose a tag to compare

0.95.3 (2025-04-17)

Features

ppot_0080_25_compressed_elements

21 Apr 20:54
a8e21f9
Compare
Choose a tag to compare

Overview

The binary file is a compressed version of the ppot_0080_025.ptau file found at Perpetual Powers of Tau. The file only consists of the 33554432 compressed elements.

These elements are used for the HyperKZG PCS.

h = (0x0000000000000000000000000000000000000000000000000000000000000001,
     0x0000000000000000000000000000000000000000000000000000000000000002)
tau_H = (
  QuadExtField { 
    c0: 0x1800deef121f1e76426a00665e5c4479674322d4f75edadd46debd5cd992f6ed,
    c1: 0x198e9393920d483a7260bfb731fb5d25f1aa493335a9e71297e485b7aef312c2
  },
  QuadExtField {
    c0: 0x12c85ea5db8c6deb4aab71808dcb408fe3d1e7690c43d37b4ce6cc0166fa7daa,
    c1: 0x090689d0585ff075ec9e99ad690c3395bc4b313370b38ef355acdadcd122975b
  }
)

Checksum:

  • sha256sum: cf9cf60c445d0121157453cbd97ff76ed9ce73a42e61ccc3e90d988e54b029e9
  • sha1sum: 5daf3141d5728faf86a2ab172138a36b17790ab3
  • md5sum: d9d137ed94106ed9c3cfae6e67ef9b19

v0.95.2

16 Apr 23:29
7854e2a
Compare
Choose a tag to compare

0.95.2 (2025-04-16)

Bug Fixes

  • avoid exit on cargo info error in publish script (9a93db1)
  • avoid exit on cargo info error in publish script (#766) (7854e2a), closes #345 #323

v0.95.1

16 Apr 19:39
954a8dc
Compare
Choose a tag to compare

0.95.1 (2025-04-16)

Bug Fixes

v0.95.0

16 Apr 18:35
e4cb698
Compare
Choose a tag to compare

0.95.0 (2025-04-16)

Features

  • add console and CSV output to jaeger_benches bin (7b9bc9d)
  • add number of query results to eprintln console output (fbeca1f)
  • add the csv crate as optional (4b65956)
  • implement results_io module for writing CSV files for benchmarks (96ec0b4)