da-marketplace icon indicating copy to clipboard operation
da-marketplace copied to clipboard

Results 16 da-marketplace issues
Sort by recently updated
recently updated
newest added

changes covered FL-167 ISIN with Bond Name to be added to the tranche FL-177 Split out calcuateEffect from lifecycle part FL-168 Move issuance parties to the Trance level from the...

Note that this PR serves that purpose of initial design checkpoint and will not and should not be merged into syndication-dev branch. @georg-da I assume that the whole flow will...

## Issue ```bash $ make start-autoapprove-all /scripts/run-autoapproval-triggers.sh triggers/.daml/dist/da-marketplace-triggers-0.2.0.dar .dev Error: 1:1: invalid input text "r" make: *** [start-autoapprove-all] Error 1 ``` ## Theory Using the pretense of `yq` version 4.26.1....

`make package` fails on a52f143 I suspect this is specific to linux (Ubuntu 20.04) ``` /home/luciano/.poetry/lib/poetry/_vendor/py2.7/subprocess32.py:149: RuntimeWarning: The _posixsubprocess module is not being used. Child process reliability may suffer if...

The Exberry Integration uses the `aiohttp` library in order to establish a websocket connection with Exberry. This library and its implementation doesn't provide any resiliency when the connection is closed...

The Exberry Integration adapter manages the websocket connection with Exberry. In order to receive execution events, it sends a `v1/exchange.market/orderBookDepth` message subscribe to these events. The current implementation subscribes to...

refactor
exberry

When submitting orders or sending commands with Exberry via a websocket connection, the client is responsible for providing a SID along with any request. From the Exberry documentation, we have...

refactor
exberry

There are several templates which seem to drive the UI rather than be part of the business workflows: - `UserSession` (formerly `Onboarding`) - `Notification` We should consider segregating (or if...

daml
refactor