Skip to content

Latest commit

 

History

History
90 lines (60 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

90 lines (60 loc) · 3.92 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.2.0 - 2024-12-03

Added

  • (driver) wait for engine (#851)
  • (client) Invalidate impossibly old claims (#852)
  • (driver) refines the executor interface for the driver (#850)
  • (workspace) Isolate FPVM-specific platform code (#821)

Fixed

Other

  • update deps and clean up misc features (#864)
  • (host) Hint Parsing Cleanup (#844)
  • (derive) remove indexed blob hash (#847)
  • L2ExecutePayloadProof Hint Type (#832)

0.0.1 - 2024-11-20

Added

  • (workspace) kona-proof (#818)

Fixed

Other

  • op-alloy 0.6.8 (#830)
  • (driver) use tracing macros (#823)

0.0.4 - 2024-10-25

Added

  • remove thiserror (#735)
  • (preimage/common) Migrate to thiserror (#543)

Fixed

  • (workspace) hoist and fix lints (#577)

Other

  • re-org imports (#711)
  • (preimage) Test Coverage (#634)
  • test coverage for common (#629)
  • doc logos (#609)
  • (workspace) Allow stdlib in cfg(test) (#548)

0.0.3 - 2024-09-04

Added

  • add zkvm target for io (#394)

Other

  • (workspace) Update for anton-rs org transfer (#474)
  • (workspace) Hoist Dependencies (#466)
  • (bin) Remove kt (#461)
  • (common) Remove need for cursors in NativeIO (#416)

0.0.2 - 2024-06-22

Added

  • (client) Derivation integration (#257)
  • (client/host) Oracle-backed Blob fetcher (#255)
  • (host) Host program scaffold (#184)
  • (preimage) OracleServer + HintReader (#96)
  • (common) Move from RegisterSize to native ptr size type (#95)
  • (workspace) Add rustfmt.toml

Fixed

  • (common) Pipe IO support (#282)

Other

  • (common) Use Box::leak rather than mem::forget (#180)
  • Add simple blocking async executor (#38)
  • Make versions of packages independent (#36)