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

feat(#355): add support of CIP-57 #356

Merged
merged 23 commits into from
Oct 4, 2024
Merged

feat(#355): add support of CIP-57 #356

merged 23 commits into from
Oct 4, 2024

Conversation

sourabhxyz
Copy link
Member

@sourabhxyz sourabhxyz commented Sep 23, 2024

Closes #355.
Also since post CIP-69 we have unified script signature, I have made GYValidator, etc. just a synonym for GYScript. This is non-breaking as constructor for types such as GYValidator were never exposed and now with them being just a type synonym, functions which were earlier expecting GYValidator can also accept GYScript.

To see how everything fits together, look at an e2e example written under privnet tests.

@sourabhxyz sourabhxyz marked this pull request as ready for review October 4, 2024 13:28
@sourabhxyz sourabhxyz requested a review from a team as a code owner October 4, 2024 13:28
@@ -13,13 +13,25 @@ module GeniusYield.Types.Script.ScriptHash (
scriptHashFromLedger,
apiHashToPlutus,
scriptHashToPlutus,
GYValidatorHash,
Copy link
Member Author

Choose a reason for hiding this comment

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

These are just ported over from GeniusYield.Types.Script module.

@sourabhxyz sourabhxyz changed the title feat(#355): add blueprint related types along with JSON parsing feat(#355): add support of CIP-57 Oct 4, 2024
@brunjlar brunjlar merged commit c0d2e3a into main Oct 4, 2024
2 checks passed
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.

Support of CIP-57 (Blueprint)
2 participants