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

Cancel vesting #113

Closed
wants to merge 195 commits into from
Closed

Cancel vesting #113

wants to merge 195 commits into from

Conversation

aleeusgr
Copy link
Owner

@aleeusgr aleeusgr commented Jun 1, 2023

No description provided.

lastValidSlot does not change if I change value in validTo, maybe format is wrong?

BREAKING CHANGE:
…ated

I can change firstValidSlot but not lastValidSlot!

BREAKING CHANGE:
needed to get access to newer features around time

BREAKING CHANGE: 106
new helios version requires stating arg to main explicitly

BREAKING CHANGE: 106, 105, 104
fixing errors after updating to helios-0.14.0

105
Slot out of range.

BREAKING CHANGE:
…workParam file

the goal is to get validFrom and validAfter to work
Oracle
Ok, alice had a wallet and a utxos, then she locked a utxo, then she unlocked it.

106
another building block; this file adds cancelVesting path. In the
vesting example, first path is always lockAda (naming?), which creates a
validator utxo with a value; what can happen next: either bob, the
recipient, waits long enough till the tx will validate, or, as executed
here, alice decides to withdraw the money.

What will be different in ClaimVesting?
It is described in the Redeemer. But redeemer gets passed with the
transaction.
Q: Is Redeemer publically available info?

Ok, what's next?
- [ ] encapsulate, because lock and unlock are basic building blocks, it
  will be simpler to use cancelVesting as template then to build
- [ ] change the Redeemer in the script to correspond to another
  contract.
- [ ] add a transaction that uses the Redeemer and a Datum...
Thinking whats next

#54, #82
correctness is checked via tests that test for same think

#78
@aleeusgr aleeusgr closed this Jun 1, 2023
@aleeusgr aleeusgr deleted the cancelVesting branch June 15, 2023 05:10
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.

None yet

1 participant