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#2507
We had a user report where the user is confused about the deposit that
was not coming through and the reason was missing script utxo in the API
request for deposit. This PR introduces a check in the internal wallet
that should provide more info for the users in this specific case of
missing script.
---
<!-- 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
@@ -14,6 +14,8 @@ changes.
14
14
15
15
- Hydra node now correctly handles deposits and decommits on chain rollbacks and handles its local state correctly in terms of keeping track of pending deposits. [#2491](https://github.com/cardano-scaling/hydra/pull/2491)
16
16
17
+
- Improved error reporting for transactions with missing script witnesses. Users now receive a clear error message indicating which script is missing from the transaction witnesses. [#2506](https://github.com/cardano-scaling/hydra/pull/2506)
18
+
17
19
-**BREAKING** A Hydra node will now start rejecting both network and client inputs once its view of the chain has been out of sync for more than 50% of the configured `--contestation-period`, based on **system wall-clock time**.
18
20
- Added `NodeUnsynced` and `NodeSynced` state events and server outputs.
0 commit comments