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

DAML-LF: cleanup transaction version #4557

Merged
merged 2 commits into from
Feb 18, 2020
Merged

DAML-LF: cleanup transaction version #4557

merged 2 commits into from
Feb 18, 2020

Conversation

remyhaemmerle-da
Copy link
Collaborator

@remyhaemmerle-da remyhaemmerle-da commented Feb 18, 2020

We clean transaction versions. Concretely, we drop the transaction version 10 which is currently not necessary (and not use in production).

This advances the state of #3830.

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.

@@ -193,9 +193,8 @@ object Cli {
.action( (url, config) => config.copy(authService = Some(AuthServiceJWT(JwksVerifier(url)))))

opt[Unit]("sortable-contract-ids")
.hidden()
Copy link
Contributor

Choose a reason for hiding this comment

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

Please keep it hidden, as it is more a flag for us to be able to toggle it, but not intended to be used by end users.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done.

@remyhaemmerle-da remyhaemmerle-da changed the title [Sandbox] make --sortable-contract-ids flag available DAML-LF: cleanup transaction version Feb 18, 2020
drop unused and non-necessary transaction version 10.

CHANGELOG_BEGIN
CHANGELOG_END
@mergify mergify bot merged commit b93fc93 into master Feb 18, 2020
@mergify mergify bot deleted the contract-id branch February 18, 2020 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/ledger Sandbox and Ledger API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants