Skip to content

Latest commit

 

History

History
121 lines (97 loc) · 16.4 KB

CHANGELOG.md

File metadata and controls

121 lines (97 loc) · 16.4 KB

Changelog

1.2.0 (2024-09-20)

Features

  • raiko: make raiko-zk docker image (#374) (65ff9a4)
  • raiko: traversal to find inclusion block if none inclusion number is sent (#377) (c2b0db5)
  • sgx: add wallet to provider builder when register instance (#369) (a250edf)

Bug Fixes

1.1.0 (2024-09-13)

Features

  • ci: fix make clippy script and clippy CI job (#220) (62158a0)
  • devnet: update devnet config (#326) (959bdea)
  • docs: check epc size instructions and script (#342) (4235d32)
  • docs: update tencent link (#269) (1e2a254)
  • harness: make harness part of the root workspace (#285) (e3d2403)
  • host,provers,tasks: handle local job cancellation (#345) (cce1371)
  • host: create initial cancel handling (#316) (f6d02b3)
  • host: extract worker message handling (#307) (ae8858c)
  • misc: remove sp1-helper from builder (#293) (fd474e3)
  • prepare for ontake upgrade (#329) (9546df7)
  • prove blocks using reth (#226) (546ab19)
  • prover: bls12-381 & updates patches (#350) (7356e8f)
  • prover: change GuestOutput and the zk committed value for onchain verification (#282) (37f6c49)
  • prover: enable GuestInput serialization in native path (#281) (0ba89ae)
  • prover: sp1 onchain verifier (#229) (1f0b062)
  • provers: update Sp1 v1.0.1 (#333) (e85c0d2)
  • prover: track cycles of sp1 guest & patch Secp256k1 (#288) (927e697)
  • raiko-lib: unify protocol instance for on chain verification (#230) (ed37856)
  • raiko: bonsai auto scaling (#341) (dc89e60)
  • raiko: config hekla ontake fork (#366) (80915d8)
  • raiko: prove risc0 proof in devnet (#335) (dcbad01)
  • raiko: refine auto-scaling (#346) (34c1348)
  • raiko: refine error return to avoid incorrect status. (#348) (829609c)
  • raiko: rename tasks manager (#318) (9568634)
  • raiko: update risc0 toolchain to v1.0.1 (#311) (d2b87e0)
  • raiko: use even more reth (#303) (a51fd42)
  • raiko: use feature to enable proof-of-equivalence (#317) (22637d0)
  • repo: ignore changes to docs for build (#343) (b901ce6)
  • task db: implement a task DB (#208) (48ea079)
  • tasks: add README & return the latest status only from POST 'proof/report' (#319) (f7cab97)
  • update docs (#324) (fee3869)

Bug Fixes

  • bonsai: handle error unwrapping gracefully (#339) (f396354)
  • host: add guest request count and make concurrent request decrementation more ergonomic (#261) (d660a17)
  • host: ignore no id found error for cancellation (#330) (048df9f)
  • lib,provers,tasks: move from sync to async trait (#328) (36a5614)
  • raiko: double check if cached file is valid. (#271) (39bdc11)
  • raiko: fix fixture dir and update sp1 contract test (#353) (ecbd621)
  • raiko: removed panic stabilization (#232) (254ff6a)
  • raiko: revert v1 response back to previous format (#340) (5526cc0)
  • raiko: run ci checks on merge queue (#305) (1d69947)
  • raiko: set default behavior and fix proof format (#354) (5533914)
  • raiko: unsafe align vec to avoid unalign mem access (#291) (5e9dbe8)

1.0.0 (2024-05-25)

Features

Bug Fixes

Performance Improvements