Stephen Compall
Stephen Compall
On 85ce13fe913ae2f3cfc4231b835aed1303806b7e, unreliably (about 25% of the time), when using `:as :identity`, I get a [prematurely closed socket](http://issues.apache.org/jira/browse/HTTPCLIENT-908) underlying the .getContent return value. To reproduce: GET some content with `:as...
There seems to be a commit for 1.6.0, but no corresponding git tag.
Part of #14067. See https://github.com/digital-asset/daml/issues/14067#issuecomment-1164998509 for design. * [x] `Filter.Interface`, or not * [x] `InclusiveFilter` extension * [x] `CreatedEvent` extension * [ ] check against #14448? * [ ] #14033...
Prerequisite to #14067 JSON API interface subscription support. * [x] no changelog
As @cocreature mentioned in this discussion https://github.com/digital-asset/daml/pull/14134#issuecomment-1158847013, the way we load modules, the below could yield circular loading; example and possible solution there. The big unknown is typing the contract...
Spin-off of #14410. When #13653 introduces the optional interface ID to these commands, change `CommandService.scala` to pass in the interface ID as mentioned in TODOs in that file. Note https://github.com/digital-asset/daml/issues/13653#issuecomment-1142178491...
#13633 yields an `internal error` message from websockets on pruning. https://github.com/digital-asset/daml/blob/02677d29cb1c30d93db084ad688345e9805bb283/ledger-service/http-json/src/itlib/scala/http/AbstractWebsocketServiceIntegrationTest.scala#L977-L991 Instead, we should emit a useful [still string] error message that indicates a pruning error. We don't have to...
#14569 added interface library support for interface views, but without #14456 the view support can't be properly tested. * [ ] wait for #14456 * [ ] #14570 may also...
Remove pre-interface methods that were deprecated in #14537. * [ ] 1 year after 2.4.0 * [ ] Daml 3 or later
Remove this porting helper added in #13938. Issues to fix known callers: * [x] #13923 * [x] #13921 * [ ] #13973