Releases: succinctlabs/sp1
Releases · succinctlabs/sp1
v6.0.0-beta.1
What's Changed
- fix(ci): backtrace breaks with target-cpu native by @nhtyy in #2319
- chore: update succinct toolchain to Rust 1.87.0 by @leruaa in #2317
- feat: allow to retrieve cycle count from a network proof by @leruaa in #2321
- fix: correct misleading proof verification warning on macOS by @avorylli in #2299
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.106 to 0.5.107 by @dependabot[bot] in #2300
- fix: log correct network explorer links by @0xernesto in #2326
- chore: v5.0.5 release by @leruaa in #2323
- feat: sepolia prover network by @0xernesto in #2325
- feat: set network error as transient by @leruaa in #2332
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.107 to 0.5.108 by @dependabot[bot] in #2336
- feat: handle getrandom v0.3 in zkVM programs by @leruaa in #2337
- feat: warn when used memory is high by @leruaa in #2344
- feat: feature gate tee 2fa by @leruaa in #2345
- chore: succinct toolchain 1.88.0 by @leruaa in #2341
- Chris/sepolia reliability by @ctian1 in #2346
- chore: clippy by @ctian1 in #2357
- refactor: remove not used modules by @pmikolajczyk41 in #2368
- fix: update crates versions by @leruaa in #2360
- fix: update rust flags by @nhtyy in #2389
- refactor: use auction strategy by default by @ctian1 in #2388
- chore: default reserved-capacity feature by @ctian1 in #2391
- chore: clean and update Github Action scripts by @tamirhemo in #2537
New Contributors
- @avorylli made their first contribution in #2299
- @pmikolajczyk41 made their first contribution in #2368
Full Changelog: v5.0.5...v6.0.0-beta.1
v5.2.4
What's Changed
- fix: sp1-gpu default image by @0xernesto in #2502
- feat(prover): Use reqwest to download vkeys by @Inphi in #2507
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.117 to 0.5.119 by @dependabot[bot] in #2504
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #2505
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.119 to 0.5.120 by @dependabot[bot] in #2513
- fix(sdk): get_proof_request_details bug by @0xernesto in #2515
- chore: bump SP1 to v5.2.4 by @leruaa in #2516
- chore: prepare SP1 v5.2.4 release by @leruaa in #2518
- fix: clippy by @leruaa in #2519
- chore: release SP1 v5.2.4 by @leruaa in #2517
New Contributors
Full Changelog: v5.2.3...v5.2.4
v5.2.3
What's Changed
- chore: fix duplicates in Cargo.lock by @leruaa in #2470
- feat: add BLS12-381 field multiplication and addition tests by @thep2p in #2473
- feat: cargo-prove informative error for non standard cargo target dir by @piersy in #2478
- hide aws.* crates behind network feature in sdk crate by @citizen-stig in #2483
- Remove todo comment about future of removal of network feature by @citizen-stig in #2489
- More dependencies are optional and only for network feature by @citizen-stig in #2488
- fix: [SP1-571] remove eprintln in SDK by @leruaa in #2495
- chore: bump Rust
succincttoolchain to v1.91.1 by @leruaa in #2494 - chore: bump SP1 to v5.2.3 by @leruaa in #2497
- chore: prepare SP1 v5.2.3 release by @leruaa in #2499
- chore: release SP1 v5.2.3 by @leruaa in #2498
New Contributors
- @piersy made their first contribution in #2478
- @citizen-stig made their first contribution in #2483
Full Changelog: v5.2.2...v5.2.3
v5.2.2
What's Changed
- feat: introduce SP1_GNARK_FFI_GO_ENVS and SP1_GNARK_FFI_SKIP_MAC_FRAMEWORKS by @anthony-swirldslabs in #2418
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #2424
- feat(sdk): auction period cancellations by @mattstam in #2432
- fix(sdk): expose cancel_request by @0xernesto in #2433
- fix(sdk): cancel_request result by @0xernesto in #2434
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.110 to 0.5.112 by @dependabot[bot] in #2430
- chore(deps): bump amannn/action-semantic-pull-request from 5 to 6 by @dependabot[bot] in #2429
- chore: revert SP1_TEE_VERSION to 1 by @leruaa in #2428
- docs: make auction rustdoc comments clearer by @0xernesto in #2436
- fix: default cycle limit & default timeout by @0xernesto in #2441
- feat(verifier): verify multi-shard compress proofs by @tqn in #2450
- feat: support compressed gnark groth16 proof by @PayneJoe in #2447
- fix: clippy by @leruaa in #2451
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.112 to 0.5.117 by @dependabot[bot] in #2449
- chore(deps): bump aws-actions/configure-aws-credentials from 1 to 5 by @dependabot[bot] in #2446
- fix: make per-program success reflect execute/core/compress results by @sashass1315 in #2448
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #2445
- chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 by @dependabot[bot] in #2438
- fix(executor): cast expression in
RangeSetBlaze::lentousizeby @tqn in #2453 - feat(verifier): check SP1 public values digest for compressed proofs by @tqn in #2457
- feat: enable verifying compressed gnark groth16 proof by @PayneJoe in #2454
- feat: add new API for private proving by @leruaa in #2452
- feat(sdk): add NetworkMode by @AdvaithNair in #2456
- feat: open visibility of verifier::converter by @PayneJoe in #2462
- fix: private proving domain by @leruaa in #2461
- feat(verifier): support deserializing from
SP1Prooffor compressed proofs by @tqn in #2464 - chore: bump sdk to v5.2.2 by @leruaa in #2463
- chore: release SP1 v5.2.2 by @leruaa in #2469
New Contributors
- @anthony-swirldslabs made their first contribution in #2418
- @PayneJoe made their first contribution in #2447
- @sashass1315 made their first contribution in #2448
Full Changelog: v5.2.1...v5.2.2
v5.2.1
v5.2.0
v5.1.1
What's Changed
- chore(sdk): set default
min_auction_periodto 1s by @mattstam in #2395 - chore(deps): bump MarcoIeni/release-plz-action from 0.5.108 to 0.5.109 by @dependabot[bot] in #2377
- feat(sdk): add treasury address by @mattstam in #2397
- fix: don't warn for high memory usage when using the network by @leruaa in #2399
- fix(sdk): set error parameter in network by @mattstam in #2400
- feat: network signer by @0xernesto in #2401
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.108 to 0.5.110 by @dependabot[bot] in #2396
- feat: v5.1.1 by @0xernesto in #2402
- fix(sdk): try to install rustls CryptoProvider by @ctian1 in #2403
- fix: use cross for musl builds by @nhtyy in #2404
- fix: arm-musl cli builds by @nhtyy in #2405
- fix: install gcc by @nhtyy in #2406
- fix: install gcc (#2406) by @nhtyy in #2407
- fix: correct linkers by @nhtyy in #2408
- fix: use cross defaults by @nhtyy in #2409
- gpp wrappers musl by @nhtyy in #2411
- try configure cross for musl targets by @nhtyy in #2413
- fully qualified arm musl g++ by @nhtyy in #2414
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
- Chris/sepolia reliability by @ctian1 in #2346
- chore: clippy by @ctian1 in #2357
- refactor: remove not used modules by @pmikolajczyk41 in #2368
- fix: update crates versions by @leruaa in #2360
- fix: update rust flags by @nhtyy in #2389
- refactor: use auction strategy by default by @ctian1 in #2388
- chore: default reserved-capacity feature by @ctian1 in #2391
- feat: v5.1.0 by @nhtyy in #2390
New Contributors
- @pmikolajczyk41 made their first contribution in #2368
Full Changelog: v5.0.8...v5.1.0
v5.0.8
What's Changed
- fix(ci): backtrace breaks with target-cpu native by @nhtyy in #2319
- chore: update succinct toolchain to Rust 1.87.0 by @leruaa in #2317
- feat: allow to retrieve cycle count from a network proof by @leruaa in #2321
- fix: correct misleading proof verification warning on macOS by @avorylli in #2299
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.106 to 0.5.107 by @dependabot[bot] in #2300
- fix: log correct network explorer links by @0xernesto in #2326
- chore: v5.0.5 release by @leruaa in #2323
- feat: sepolia prover network by @0xernesto in #2325
- feat: set network error as transient by @leruaa in #2332
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.107 to 0.5.108 by @dependabot[bot] in #2336
- feat: handle getrandom v0.3 in zkVM programs by @leruaa in #2337
- feat: warn when used memory is high by @leruaa in #2344
- feat: feature gate tee 2fa by @leruaa in #2345
- chore: succinct toolchain 1.88.0 by @leruaa in #2341
- feat: 5.0.8 by @nhtyy in #2350
- fix: ci release-plz token by @nhtyy in #2351
- fix: rm sp1-build from sp1-verifier build-deps by @nhtyy in #2352
New Contributors
- @avorylli made their first contribution in #2299
- @0xernesto made their first contribution in #2326
Full Changelog: v5.0.5...v5.0.8