-
Notifications
You must be signed in to change notification settings - Fork 484
Benchmark: Linear Vesting #7166
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
Conversation
|
8c04d25
to
cd09aca
Compare
cd09aca
to
407e11a
Compare
407e11a
to
705b58c
Compare
705b58c
to
7e83383
Compare
For the reference, this script is from https://github.com/Anastasia-Labs/linear-vesting/blob/main/src/LinearVesting.hs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Script looks good.
About running tests, do we want to pursue some unified format? For me, I made it so that script will be exported and save to validation/data
so that it can be run by the existing "test runner".
944411f
to
c31f76f
Compare
We sure do want to unify the way we exercise the validators! I am planning to have a meeting round to collect such ideas/requirements before we implement something. The testing functionality in this PR is provisional. |
c31f76f
to
0accced
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks
Closes https://github.com/IntersectMBO/plutus-private/issues/1617
After switching to the
Data
-backedScriptContext
: