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

Rewrite Vesting contract #36

Open
nhenin opened this issue Nov 9, 2023 · 1 comment
Open

Rewrite Vesting contract #36

nhenin opened this issue Nov 9, 2023 · 1 comment
Assignees

Comments

@nhenin
Copy link
Contributor

nhenin commented Nov 9, 2023

No description provided.

@hrajchert hrajchert changed the title Rewrite GetVestingState without using GetNext Rewrite Vesting contract Nov 14, 2023
@hrajchert
Copy link

  • Change Name, from vesting to token plan to sync with the dapp.
  • Change the meaning of start date. The reasoning is that current behaviour allowes the provider to deposit the tokens just before it vest, not assuring the claimer that they will get the tokens by that date.
  • Change expectedInitialDeposit for tokensPerPeriod to avoid rounding errors
  • Remove final withdraw which is unneeded
  • Derive the Vest state in a more resilient way without using Next

@hrajchert hrajchert transferred this issue from input-output-hk/marlowe-ts-sdk Dec 15, 2023
@bjornkihlberg bjornkihlberg self-assigned this Jan 11, 2024
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

No branches or pull requests

3 participants