daml/language-support
Stefano Baghino 4774e75eb8 The completion stream RPC defaults to the ledger end as offset (#1961)
* The completion stream RPC defaults to the ledger end as offset

Fixes #1913

Relevant changes are propagated to the Java bindings (including
deprecating a method that would now return a nullable ledger end).

* Refactor completionStream method

* Address review comments

- ignore command creation results
(https://github.com/digital-asset/daml/pull/1961#discussion_r299089539)
- avoid re-connecting to the client for every command
(https://github.com/digital-asset/daml/pull/1961#discussion_r299092328)
- move offset field optionality to domain object
(https://github.com/digital-asset/daml/pull/1961#discussion_r299090451)

* Improve tests
2019-07-02 10:02:43 +00:00
..
codegen-common language-support/scala: add support for specifying dependency roots explicitly (#1210) 2019-06-12 11:10:23 +10:00
codegen-main Fixes #1204: Release bindings and codegens to Maven Central. (#1205) 2019-06-17 15:37:49 +02:00
hs/bindings fixing issue of returning inclusive ledger offsets with completions (#1932) 2019-07-01 07:45:26 +00:00
java The completion stream RPC defaults to the ledger end as offset (#1961) 2019-07-02 10:02:43 +00:00
scala Add contract key support to Scala bindings and navigator (#1950) 2019-06-30 20:57:55 +02:00