Georg Schneider
Georg Schneider
# Affected Daml version 2.4.0-snapshot.20220712.10212.0.0bf28176 # Bug description When a template implements two interfaces that define a choice with the same name, it can happen that the wrong one is...
In the check-lock-check pattern in StockTicker.OpenMarket(), the two if-clauses ``` if (MarketState != MarketState.Open || MarketState != MarketState.Opening) ``` have no effect, i.e. always evaluate to true. It should probably...
Not an issue, but a question regarding the data quality from Bitfinex: I've noticed that sometimes the raw orderbook stream will send bids that cross the best ask at that...
# Affected Daml version SDK snapshot `2.4.0-snapshot.20220909.10591.0.33f2ea59` # Bug description When calling a choice using the JS bindings @daml/react library I get an error if the choice is returning a...
We currently rely on a public party mechanism to disclose - holding factories to parties settling a Transfer - effects when claiming effects - instruments to investors - reference data...
We've received asks for HTLC swap sample code, so should consider if we can add it as an example.
See discussion [here](https://github.com/digital-asset/daml-finance/pull/424#issuecomment-1330346712). Idea is to have `DisclosingInstruction` and `NondisclosingInstruction`, the latter being a simpler version that doesn't do any ad-hoc account disclosure. It assumed that all necessary accounts have...
We should document the necessary flags to deploy Daml Finance to Canton post SDK 2.5 release. The config can now use Canton protocol 4.0.0 and we should have a section...
@matteolimberto-da : Use-case: I would like to write a forward contract for the delivery of a stock of Apple at a specified time T in the future. Apple might pay...
When documenting the lifecycling logic, I realised that we use the word claim in two different contexts: 1. Contingent claims 2. To claim an effect (originally resulting from a contingent...