Skip to content

Commit

Permalink
Merge pull request #887 from input-output-hk/external-commits-regular…
Browse files Browse the repository at this point in the history
…-utxo

Externally commit regular utxo
  • Loading branch information
v0d1ch committed Jun 7, 2023
2 parents 38787da + d8a1942 commit 6645da2
Show file tree
Hide file tree
Showing 29 changed files with 17,365 additions and 9,009 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ changes.
multiple UTxOs into a Hydra head.
+ Removes the `MoreThanOneUTxOCommitted` server output on the API.

- Provide the option to commit utxo externally. `hydra-node` now has an http
endpoint for submitting the utxo user wants to commit which returns back a
draft `commit` transaction. This transaction can be signed and submitted to
the network by the user now instead of `hydra-node`.

- Decrease verbosity of logs by pairing `BeginEvent`/`EndEvent` log items using a
numeric `eventId`.

Expand Down

0 comments on commit 6645da2

Please sign in to comment.