Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LF: reorganize errors in com.daml.lf.archive #10213

Merged
merged 2 commits into from
Jul 8, 2021
Merged

Conversation

remyhaemmerle-da
Copy link
Collaborator

part of #9974

CHANGELOG_BEGIN
CHANGELOG_END

Pull Request Checklist

  • Read and understand the contribution guidelines
  • Include appropriate tests
  • Set a descriptive title and thorough description
  • Add a reference to the issue this PR will solve, if appropriate
  • Include changelog additions in one or more commit message bodies between the CHANGELOG_BEGIN and CHANGELOG_END tags
  • Normal production system change, include purpose of change in description

NOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with /AzurePipelines run to
trigger the build.

Copy link
Contributor

@cocreature cocreature left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@remyhaemmerle-da remyhaemmerle-da force-pushed the remy-lf-archive-error branch from 95041ae to 962b746 Compare July 8, 2021 10:35
part of #9974

CHANGELOG_BEGIN
CHANGELOG_END
@mergify mergify bot merged commit ebb76dc into main Jul 8, 2021
@mergify mergify bot deleted the remy-lf-archive-error branch July 8, 2021 13:03
azure-pipelines bot pushed a commit that referenced this pull request Jul 14, 2021
This PR has been created by a script, which is not very smart
and does not have all the context. Please do double-check that
the version prefix is correct before merging.

@akshayshirahatti-da is in charge of this release.

Commit log:
```
1f35db1 ledger-on-sql: Use random log entry ID allocation so we don't depend on `SeedService`. [KVL-1002] (#10255)
b8e2198 Separate traces from warnings in engine. (#10253)
0a7f2b1 [JSON-API] Small refactoring to start using akka http routes internally (#10252)
6e8ec1d LF: Drop old depreated code (#10251)
de7a08f [In-memory fan-out] Handle `null` submitters in getTransactionLogUpdates (#10248)
584169a Participant state v1-to-v2 adaptors [KVL-1002] (#10246)
e4d7cd7 LF: Deprecate com.daml.lf.data.TryOps.Bracket (#10249)
b59f365 [JSON-API] Correctly extract the request source URL/IP (#10244)
edaf541 Adapt `ledger-api-bench-tool` to work with LR [DPP-424] (#10171)
6fe6ae0 LF: Make DarReader ZipEntries immulatble (#10243)
05e5218 Consolidating EventStorageBackend (#10224)
3fd3abf Instrument buffer after contract state events stream (#10209)
643a2de v2 participant state API draft [KVL-998] (#10210)
5abcd04 Adds Unit tests for parallel-ingestion [DPP-455] (#10238)
3cdedcf kvutils: Extract validators from TransactionCommitter [KVL-1015] (#10235)
00d622f Make @UNTIL-LF exclusive, add @UNTIL-LF-FEATURE. (#10240)
2bcbd4e es: switch to persistent nodes (#10236)
7f4bc2a update compat versions for 1.14.2 (#10233)
4eba4b0 Ledger: decouple BD value serialization library from archive library. (#10218)
729afa8 Write a few lines on how to run tests against an Oracle database (#10230)
2b67ebb tf: refactor appr var (#10232)
202b7f7 add akshay to appr team (#10229)
2c5410c Release SDK 1.14.2 (#10226)
89d87ad update compat versions for 1.14.2-snapshot.20210708.7135.0.aa297840 (#10223)
4839344 TODO Cleanup: QueryNonPruned [DPP-459] (#10225)
0bea5e3 Allow retriable lookupMaximumLedgerTime on contention (#10211)
ca2a9e9 Release 1.14.2 snapshot (#10222)
999577a tweak ES cluster (#10219)
6680d36 Warn on DA.Exception import (#10201)
f19f5b0 LF: Simplify DarReader (#10217)
8f1a8f2 Release DAML SDK 1.14.1 (#10204)
ebb76dc LF: reorganize errors in com.daml.lf.archive (#10213)
6964645 Improvements for validation tests (#10214)
5f124c3 Avoid collision in execution log postfix (#10205)
9e27ae0 Reshuffle cocreature in daml-lf codeowners (#10215)
41b8448 LF: Simplify archive reader. (#10208)
38734f0 es-feed: ignore invalid files (#10207)
6586dde Move exercise context computation to the client side (#10199)
c92c678 Mark Daml profiler as stable (#10203)
cb1f4ec ci/windows: disable spool (#10200)
2326d42 Publish execution logs on unix platforms (#10194)
4269345 Drop cleanup of node_modules (#10195)
c8faed8 Deduplicate Java codegen running instructions (#10185)
e4c8c39 update compat versions for 1.14.1-snapshot.20210706.7133.0.8ec16e94 (#10196)
0d881f5 Improvements to the documentation with regards to offsets (#10180)
1d5ba4f feed elasticsearch cluster (#10193)
e2bdca6 Use PartialFunction for more concise code. (#10191)
fe98c48 release 1.14.1-snapshot.20210706.7133.0.8ec16e94 (#10186)
4fe626a Drop logging on CompletionSource (#10190)
582aa5f Fix a typo in an exceptions example. (#10188)
8750c0c reduce noise in Scala bindings (#10187)
98b5ffe Add divulgence warning and test in script service. (#10179)
8578e56 Tests for transaction validation (#10167)
05a72a3 update compat versions for 1.15.0-snapshot.20210705.7286.0.62aabcc4 (#10184)
7b93923 [In-memory fan-out] Performance optimizations [DPP-470] (#10127)
6c49619 Document how to run the Java codegen from the Daml assistant (#10181)
61aa774 Release SDK 1.15 RC (#10182)
```
Changelog:
```
- [JSON-API] If the service is put behind a proxy filling either of these headers X-Forwarded-For & X-Real-Ip then these will now be respected for logging the request source ip/url
- [Daml Compiler] Importing DA.Exception on LF < 1.14 now produces a
warning that exceptions require Daml-LF >= 1.14.
- [Daml Profiler] The Daml profiler is now a stable feature.
[Docs] Improvements to the documentation with regards to offsets
[Docs] Document how to use the Java codegen using the Daml assistant
```

CHANGELOG_BEGIN
CHANGELOG_END
cocreature added a commit that referenced this pull request Jul 14, 2021
* release 1.15.0-snapshot.20210713.7343.0.1f35db17

This PR has been created by a script, which is not very smart
and does not have all the context. Please do double-check that
the version prefix is correct before merging.

@akshayshirahatti-da is in charge of this release.

Commit log:
```
1f35db1 ledger-on-sql: Use random log entry ID allocation so we don't depend on `SeedService`. [KVL-1002] (#10255)
b8e2198 Separate traces from warnings in engine. (#10253)
0a7f2b1 [JSON-API] Small refactoring to start using akka http routes internally (#10252)
6e8ec1d LF: Drop old depreated code (#10251)
de7a08f [In-memory fan-out] Handle `null` submitters in getTransactionLogUpdates (#10248)
584169a Participant state v1-to-v2 adaptors [KVL-1002] (#10246)
e4d7cd7 LF: Deprecate com.daml.lf.data.TryOps.Bracket (#10249)
b59f365 [JSON-API] Correctly extract the request source URL/IP (#10244)
edaf541 Adapt `ledger-api-bench-tool` to work with LR [DPP-424] (#10171)
6fe6ae0 LF: Make DarReader ZipEntries immulatble (#10243)
05e5218 Consolidating EventStorageBackend (#10224)
3fd3abf Instrument buffer after contract state events stream (#10209)
643a2de v2 participant state API draft [KVL-998] (#10210)
5abcd04 Adds Unit tests for parallel-ingestion [DPP-455] (#10238)
3cdedcf kvutils: Extract validators from TransactionCommitter [KVL-1015] (#10235)
00d622f Make @UNTIL-LF exclusive, add @UNTIL-LF-FEATURE. (#10240)
2bcbd4e es: switch to persistent nodes (#10236)
7f4bc2a update compat versions for 1.14.2 (#10233)
4eba4b0 Ledger: decouple BD value serialization library from archive library. (#10218)
729afa8 Write a few lines on how to run tests against an Oracle database (#10230)
2b67ebb tf: refactor appr var (#10232)
202b7f7 add akshay to appr team (#10229)
2c5410c Release SDK 1.14.2 (#10226)
89d87ad update compat versions for 1.14.2-snapshot.20210708.7135.0.aa297840 (#10223)
4839344 TODO Cleanup: QueryNonPruned [DPP-459] (#10225)
0bea5e3 Allow retriable lookupMaximumLedgerTime on contention (#10211)
ca2a9e9 Release 1.14.2 snapshot (#10222)
999577a tweak ES cluster (#10219)
6680d36 Warn on DA.Exception import (#10201)
f19f5b0 LF: Simplify DarReader (#10217)
8f1a8f2 Release DAML SDK 1.14.1 (#10204)
ebb76dc LF: reorganize errors in com.daml.lf.archive (#10213)
6964645 Improvements for validation tests (#10214)
5f124c3 Avoid collision in execution log postfix (#10205)
9e27ae0 Reshuffle cocreature in daml-lf codeowners (#10215)
41b8448 LF: Simplify archive reader. (#10208)
38734f0 es-feed: ignore invalid files (#10207)
6586dde Move exercise context computation to the client side (#10199)
c92c678 Mark Daml profiler as stable (#10203)
cb1f4ec ci/windows: disable spool (#10200)
2326d42 Publish execution logs on unix platforms (#10194)
4269345 Drop cleanup of node_modules (#10195)
c8faed8 Deduplicate Java codegen running instructions (#10185)
e4c8c39 update compat versions for 1.14.1-snapshot.20210706.7133.0.8ec16e94 (#10196)
0d881f5 Improvements to the documentation with regards to offsets (#10180)
1d5ba4f feed elasticsearch cluster (#10193)
e2bdca6 Use PartialFunction for more concise code. (#10191)
fe98c48 release 1.14.1-snapshot.20210706.7133.0.8ec16e94 (#10186)
4fe626a Drop logging on CompletionSource (#10190)
582aa5f Fix a typo in an exceptions example. (#10188)
8750c0c reduce noise in Scala bindings (#10187)
98b5ffe Add divulgence warning and test in script service. (#10179)
8578e56 Tests for transaction validation (#10167)
05a72a3 update compat versions for 1.15.0-snapshot.20210705.7286.0.62aabcc4 (#10184)
7b93923 [In-memory fan-out] Performance optimizations [DPP-470] (#10127)
6c49619 Document how to run the Java codegen from the Daml assistant (#10181)
61aa774 Release SDK 1.15 RC (#10182)
```
Changelog:
```
- [JSON-API] If the service is put behind a proxy filling either of these headers X-Forwarded-For & X-Real-Ip then these will now be respected for logging the request source ip/url
- [Daml Compiler] Importing DA.Exception on LF < 1.14 now produces a
warning that exceptions require Daml-LF >= 1.14.
- [Daml Profiler] The Daml profiler is now a stable feature.
[Docs] Improvements to the documentation with regards to offsets
[Docs] Document how to use the Java codegen using the Daml assistant
```

CHANGELOG_BEGIN
CHANGELOG_END

* 1.16 not 1.15

changelog_begin
changelog_end

Co-authored-by: Azure Pipelines DAML Build <[email protected]>
Co-authored-by: Moritz Kiefer <[email protected]>
@remyhaemmerle-da remyhaemmerle-da linked an issue Jul 28, 2021 that may be closed by this pull request
6 tasks
@remyhaemmerle-da remyhaemmerle-da removed a link to an issue Jul 28, 2021
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/daml-engine DAML-LF Engine & Interpreter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants