Skip to content

Commit 6ed2efd

Browse files
committed
Add CHANGELOG entry
1 parent e949c6e commit 6ed2efd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ changes.
2424

2525
- Add API endpoint `POST /transaction` to submit transaction to the head.
2626

27+
- Improve HTTP API status codes for side-effecting endpoints to reflect operation outcome:
28+
- `POST /snapshot`: 200 on successful side-load, 400 on validation failure, 202 on timeout
29+
- `POST /decommit`: 200 on finalize, 400 on invalid/failed, 202 on timeout
30+
- `DELETE /commits/:txid`: 200 on recovered, 400 on failed, 202 on timeout
31+
- See [Issue #1911](https://github.com/cardano-scaling/hydra/issues/1911) and [PR #2124](https://github.com/cardano-scaling/hydra/pull/2124).
32+
2733
- Tested with `cardano-node 10.4.1` and `cardano-cli 10.8.0.0`.
2834

2935
Fix rotation log id consistency after restart by changing the rotation check to trigger only

0 commit comments

Comments
 (0)