digital-asset / daml-finance

Apache License 2.0
17 stars 16 forks source link

Made the issuer a single-maintainer of the Instrument key #1115

Closed johan-da closed 11 months ago

johan-da commented 11 months ago

FIXES https://github.com/digital-asset/daml-finance/issues/1109

matteolimberto-da commented 11 months ago

As a side note, we should also make sure that instrument creation is never delegated to another party (the depository). I think it should be fine, as we always use the issuer as the lifecycler and use submitMulti for the rest.