File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ changes.
24
24
25
25
- Add API endpoint ` POST /transaction ` to submit transaction to the head.
26
26
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
+
27
33
- Tested with ` cardano-node 10.4.1 ` and ` cardano-cli 10.8.0.0 ` .
28
34
29
35
Fix rotation log id consistency after restart by changing the rotation check to trigger only
You can’t perform that action at this time.
0 commit comments