input-output-hk / marlowe-ts-sdk

Marlowe TypeScript SDK
https://marlowe.iohk.io/
Apache License 2.0
22 stars 11 forks source link

PLT-9262: Make minUTXO required in restClient #169

Closed hrajchert closed 10 months ago

hrajchert commented 10 months ago

As reported by @nstanford5 , the removal of the required minUTXO in the runtime-rest-client causes problems with runtime 0.0.5. For the moment, to enable the release of 0.3.0 we will make it required again in that package and provide a sensible default in the lifecycle package.

Eventually we could check what version of the runtime we are targeting and decide wether is optional or not there.