You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#2140
Allow users to specify _amount_ of lovelace to deposit which is very
convenient since that way users don't need to assemble the UTxO with the
exact amount they want to deposit to a Head.
- NOTE: This workflow is only enabled on `SimpleCommitRequest` since the
full one contains a blueprint tx that specifies how to spend utxo into a
head which could conflict with these changes.
---
<!-- Consider each and tick it off one way or the other -->
* [x] CHANGELOG updated or not needed
* [x] Documentation updated or not needed
* [x] Haddocks updated or not needed
* [x] No new TODOs introduced or explained herafter
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ changes.
10
10
11
11
## [0.23.0] - UNRELEASED
12
12
13
+
- Accept additional field `amount` when depositing to specify the amount of Lovelace that should be depositted to a Head returning any leftover to the user.
14
+
13
15
- Don't keep around invalid transactions as they could lead to stuck Head.
14
16
15
17
- Hydra API server responds with the correct `Content-Type` header `application-json`.
0 commit comments