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#2180
- This PR is the outcome of user reported issue where in their use case
it is required to be able to partially commit some assets from the
provided UTxO. My opinion is that we should mark this feature as
**experimental** until we get confirmations from more users that it is
actually working nicely for them which should be tracked in the
documentation.
- In order to successfully test the fix I had to add the option to mint
some tokens in our e2e tests so this adds on to the number of altered
files.
NOTE: This PR changes our Head script since I had to use `==` from
Plinth instead of our own strict equality `===`. This leads to smaller
script size so it seems like Plinth equality check is now improved
therefore we drop our own strict equality everywhere.
---
<!-- 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
If you take a look at the outputs you will see that we only locked specified ADA amount + tokens at the deposit address and gave back any leftover to the
196
+
user address.
197
+
198
+
</details>
199
+
57
200
Then a request to the `/commit` endpoint provides us with a transaction:
0 commit comments