Skip to content

Conversation

meiersi-da
Copy link
Contributor

Sketch for a solution of #1901

[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 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.

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).

Copy link
Contributor

@moritzkiefer-da moritzkiefer-da left a comment

Choose a reason for hiding this comment

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

Nice thanks!

provider : Party -- ^ The app provider whose featured app right should be triggered
providerWeight : Decimal -- ^ Reward weight for the provider
userWeight : Decimal -- ^ Reward weight for the user, set to 0.0 if the user should not receive a reward
extraBeneficiaries : [AppRewardBeneficiary] -- ^ Extra beneficiaries to list
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
extraBeneficiaries : [AppRewardBeneficiary] -- ^ Extra beneficiaries to list
extraBeneficiaries : [AppRewardBeneficiary] -- ^ Extra beneficiaries to list. The full list of beneficiaries for the created app marker will include the provider and user (if weight > 0) + the extraBeneficiaries. Note that these beneficiaries only affect the app marker not the transfer which in the case of CC may generate separate rewards.

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.

2 participants