Skip to content

Commit 6531a80

Browse files
authored
Post escrow release (#8361)
1 parent 8cbde5c commit 6531a80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/canisters/escrow/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [unreleased]
88

9+
## [[2.0.1834](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.1834-escrow)] - 2025-07-17
10+
911
### Changed
1012

1113
- Expose `liquid_cycles_balance` in metrics ([#8350](https://github.com/open-chat-labs/open-chat/pull/8350))

backend/canisters/escrow/impl/src/model/swaps.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ pub struct Swap {
5050
pub id: u32,
5151
pub location: P2PSwapLocation,
5252
pub created_at: TimestampMillis,
53-
#[serde(alias = "created_by")]
5453
pub offered_by: Principal,
55-
#[serde(default)]
5654
pub restricted_to: Option<Principal>,
5755
pub token0: TokenInfo,
5856
pub amount0: u128,

0 commit comments

Comments
 (0)