We're excited to release SP1 v3.0.0! SP1 v3.0.0 comes with two major performance upgrades:
- Optimized phase 1 proving
- Recursion circuit to improve recursion performance
It's available on crates.io with the version tag v3.0.0
.
Changes
- fix: gnark-ffi memory handling
- PR: #1650
- feat: allow run in dev mode
- PR: #1651
- fix: debug constraints
- PR: #1656
- fix: shape for deferred program
- PR: #1654
- feat: deferred support in perf
- PR: #1657
- fix: clippy issues in perf
- PR: #1658
- docs: update onchain usage
- PR: #1652
- fix: add support for tls connections in network-v2 rpc client
- PR: #1655
- fix: remove mention of
sp1
dir in examples' relative paths- PR: #1660
- fix: typo in the solidity section of the book
- PR: #1664
- fix: connect deferred vk root
- PR: #1649
- chore: update docs
- PR: #1671
- feat: update docs for v3 pt 2
- PR: #1672
- feat: update cargo version tag
- PR: #1673
- feat: v3.0.0
- PR: #1670