mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-11 06:01:46 +03:00
0583f57de6
* Remove phantom archive when streaming events filtered by contract key * Add fetch test cases, WIP * Add fetch test cases, WIP * Add fetch test cases, WIP * Add fetch test cases, WIP * Test case to validate phantom archive filter for stream/fetch * Use `scan` instead of `statefulMapConcat` to filter out phantom archives advantage(???) immutable state vs mutable * make `com.digitalasset.http.WebsocketEndpoints.handleWebsocketRequest` public so DABL can call it directly, `private[http]` does not work since DABL is under com.projectdabl, see #4190 * Fixing typos * Scalafmt * Scalafmt * Removing unused function * Update docs * Remove unused type alias * CHANGELOG_BEGIN [JSON API - Experimental] - Added streaming version of fetch by key: ``/stream/fetch``. See #4075. CHANGELOG_END * Address code review comments * Add test case with todo to address consistent handling of empty requests * Fixing merge conflicts * Addressing code review comments * Addressing code review comments Use `partition` instead of consecutive intersect and diff |
||
---|---|---|
.. | ||
release | ||
src | ||
BUILD.bazel | ||
README.md |
HTTP JSON Service
See "HTTP JSON API Service" on docs.daml.com for usage information.
Documentation can also be found in the RST format: