Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to `ant-protocol` will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [2.3.0]

### Changed
- **ADR-0004 (commitment-bound quote pricing):** verify the new signed
commitment fields (`committed_key_count`, `commitment_pin`) on single-node and
merkle quote types; centralise `StorageCommitment`, `commitment_hash`, sidecar
handling, and the shared `calculate_price`. Requires `evmlib` 0.9.0. Breaking
wire change — part of the coordinated ADR-0004 cutover (evmlib → ant-protocol →
ant-node/ant-client).

## [2.0.0] — Unreleased

First release of the `2.x` series. Not wire-compatible with previous
Expand Down
Loading
Loading