Skip to content

Add Daml for featured app weights#6178

Draft
meiersi-da wants to merge 1 commit into
mainfrom
meiersi/poc-featured-app-weights
Draft

Add Daml for featured app weights#6178
meiersi-da wants to merge 1 commit into
mainfrom
meiersi/poc-featured-app-weights

Conversation

@meiersi-da

Copy link
Copy Markdown
Contributor

Fixes #6177 [no ci]

Pull Request Checklist

Cluster Testing

  • If a cluster test is required, comment /cluster_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If an upgrade test is required, comment /upgrade_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If a hard-migration test is required (from the latest release), comment /hdm_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.
  • If a logical synchronizer upgrade test is required (from canton-3.5), comment /lsu_test on this PR to request it, and ping someone with access to the DA-internal system to approve it.

PR Guidelines

  • Include any change that might be observable by our partners or affect their deployment in the release notes.
  • Specify fixed issues with Fixes #n, and mention issues worked on using #n
  • Include a screenshot for frontend-related PRs - see README or use your favorite screenshot tool

Merge Guidelines

  • Make the git commit message look sensible when squash-merging on GitHub (most likely: just copy your PR description).

where
signatory dso
observer if providerIsObserver then [provider] ++ optionalToList beneficiary else []
observer if providerIsObserver then provider :: optionalToList beneficiary else []

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

get rid of hlint complaint :/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

wondering if we should either enforce those in CI or just fully disable them, I don't think I personally found them to be all that useful

@meiersi-da

Copy link
Copy Markdown
Contributor Author

@moritzkiefer-da : could I ask for a review? Keeping it in draft state so it doesn't get merged too early, but otherwise it seems to be ready.

@moritzkiefer-da moritzkiefer-da left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nice thanks! looks pretty straightforward. Probably want to add release notes before merging

where
signatory dso
observer if providerIsObserver then [provider] ++ optionalToList beneficiary else []
observer if providerIsObserver then provider :: optionalToList beneficiary else []

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

wondering if we should either enforce those in CI or just fully disable them, I don't think I personally found them to be all that useful

@meiersi-da

Copy link
Copy Markdown
Contributor Author

wondering if we should either enforce those in CI or just fully disable them, I don't think I personally found them to be all that useful

Yeah, I think we should disable them.

Comment thread daml/splice-amulet/daml/Splice/AmuletRules.daml Outdated
Fixes #6177 [ci]

Signed-off-by: Simon Meier <simon@digitalasset.com>
@meiersi-da meiersi-da force-pushed the meiersi/poc-featured-app-weights branch from 36fce0f to 5ef75b9 Compare July 2, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Daml: add featured app weights

3 participants