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#1902
Following deposit workflow leads to failing deposits:
- User requests a decommit providing the UTxO with less than
`minADAUTxO` value
- Deposit utxo get's recorded (with this small value)
- Hydra node autobalances the transaction so the locked UTxO has
increased value but otherwise looks the same
- When trying to post increment transaction we experience `H4` because
of value mismatch between the UTxO we recorded and used for posting an
increment and what was actually locked in the deposit script
As a simple workaround we want to calculate `minADAUTxO` when receiving
the deposit UTxO and reject the request in case the provided value is
_too small_.
---
<!-- 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
0 commit comments