Skip to content

Releases: succinctlabs/sp1

v5.0.5

17 Jun 20:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.5

v5.0.0

02 Jun 17:43
38f0f14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v5.0.0

v4.2.1

14 May 20:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

17 Apr 18:40
9312c7c
Compare
Choose a tag to compare

⭐️ Features

  • Add support for Blake3 hashing for public values.
  • TEE 2FA for SP1 proofs.

Full Changelog: v4.1.7...v4.2.0

v4.1.7

01 Apr 00:37
Compare
Choose a tag to compare

What’s Changed

fix(sp1up): Correct OpenSSL warning message in install script by @NaijaCoderGirl in #2184

chore(ci): Use GitHub Release, remove unused nightly logic by @nhtyy in #2182

chore: Add protobuf-compiler to Dockerfile.build dependency by @fakedev9999

fix(ci): Use custom token for releases by @nhtyy in #2191

chore: Bump version to 4.1.7 by @fakedev9999 in #2194

Full Changelog: v4.1.6...v4.1.7

v4.1.6

29 Mar 02:18
608588f
Compare
Choose a tag to compare

What's Changed

  • chore: bump to 4.1.5 after bumping bn crate by @jtguibas in #2168
  • fix(sdk): retry network client creation failures by @mattstam in #2174
  • chore: don't use deprecated clap attributes by @leruaa in #2177
  • fix: improve errors for elf decode by @tqn in #2179
  • chore: bump to version 4.1.6, update p3 to 0.2.2 by @tqn in #2181
  • chore: release 4.1.6 by @jtguibas in #2169

Full Changelog: v4.1.4...v4.1.6

v4.1.4

22 Mar 00:25
f05dc20
Compare
Choose a tag to compare

⭐️ Features

v4.1.3

06 Mar 20:28
Compare
Choose a tag to compare

📦 Uncategorized

v4.1.2

01 Mar 05:38
Compare
Choose a tag to compare

⭐️ Features

  • Support for Rust 1.85.

v4.1.0

10 Feb 18:13
Compare
Choose a tag to compare

v4.1.0

⭐️ Features

  • Support for ecverify precompiles, such as P256 verification with RIP-7212.
  • Adds generic support for acceleration on other signature schemes for secp256k1, such as Schnorr signatures.

🏎️ Performance Improvements

  • Adds support for faster execution of Weierstrass operations by enabling the bigint-rug feature on sp1-core-machine.
  • Embedded allocator improvements by using TLSF as the default allocator, rather than LLFF.