daml/ledger-service/http-json
Leonid Shlyapnikov 9f57994f2d
Fix the case when start offset > end offset (#4283)
* Fix the case when start offset > end offset

Actually skip the call completely, all needed data supposed to be
already in the query-store, fetched by a concurrent thread/client.
Moving the check into the `getCreatesAndArchivesSince` call

CHANGELOG_BEGIN
CHANGELOG_END

* Remove flaky, want to see the test failing.

* reformat

* Add AbsoluteOffsetOrdering so we can handle both offset formats

* Code review comments

* generators WIP

* generators WIP

* testing the laws

* remove `implicitly` call
2020-01-30 15:35:59 -05:00
..
release Fixing logging (#2824) 2019-09-09 16:14:23 +00:00
src Fix the case when start offset > end offset (#4283) 2020-01-30 15:35:59 -05:00
BUILD.bazel Fix the case when start offset > end offset (#4283) 2020-01-30 15:35:59 -05:00
README.md Return archived events from /command/exercise (#3036) 2019-09-26 16:06:18 -04:00

HTTP JSON Service

See "HTTP JSON API Service" on docs.daml.com for usage information.

Documentation can also be found in the RST format: