-
Notifications
You must be signed in to change notification settings - Fork 721
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
Expose module Cardano.Api.Script from cardano-api #4386
Conversation
I would suggest to not expose this hidden module. Instead, add the function you want to export in the |
3243a0e
to
6195c6b
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.
@eyeinsky fromShelleyBasedScript should be exported from Cardani.Api.Shelley
6195c6b
to
8679461
Compare
@Jimbo4350 done! |
@Jimbo4350 Does this PR look good now? Here is the code we could get rid of and stop maintaining, if this is merged. :) |
8679461
to
db7b1d9
Compare
f537336
to
3d4cc9b
Compare
3d4cc9b
to
6866da0
Compare
Closing this in favor of the new PR here #4682 |
4625: Handle pipes r=Jimbo4350 a=LudvikGalois Fixes #4235 4682: Export `fromShelleyBasedScript` from Cardano.Api r=Jimbo4350 a=eyeinsky New PR based off of a branch in this repo. Old PR here #4386 Co-authored-by: Robert 'Probie' Offner <[email protected]> Co-authored-by: Markus Läll <[email protected]>
4682: Export `fromShelleyBasedScript` from Cardano.Api r=Jimbo4350 a=eyeinsky New PR based off of a branch in this repo. Old PR here #4386 Co-authored-by: Markus Läll <[email protected]>
I'm writing an indexer for the blockchain from script hash to script IntersectMBO/plutus-apps#629 and would like to use the conversion functions from ledger to cardano-api scripts in Cardano.Api.Script, would it be ok to export the module?