From dcc09b3748841d610b7c25b96931c101658f6313 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Thu, 7 Mar 2024 10:29:05 -0700 Subject: [PATCH] [1703]: Add changelog entries. --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3120a7d55f..f3f6ce1c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,13 +37,20 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +### Features + +* Add [Payments](x/exchange/spec/01_concepts.md#payments) to the exchange module [#1703](https://github.com/provenance-io/provenance/issues/1703). + Payments allow two parties to trade assets securely and asynchronously. + ### Improvements * Allow force transfers from marker and market accounts [#1855](https://github.com/provenance-io/provenance/pull/1855). +* Add a `tourmaline-rc3` upgrade handler to set some new exchange module params related to payments [#1703](https://github.com/provenance-io/provenance/issues/1703). ### Bug Fixes -* Fix `MarkerTransferAuthorization` validation to ensure the coins and addresses are all valid [1856](https://github.com/provenance-io/provenance/pull/1856). +* Fix `MarkerTransferAuthorization` validation to ensure the coins and addresses are all valid [#1703](https://github.com/provenance-io/provenance/issues/1703). +* In `MarketCommitmentSettle`, only consume the settlement fee if the settlement succeeds [#1703](https://github.com/provenance-io/provenance/issues/1703). ---