Emurgo / cardano-serialization-lib

This is a library, written in Rust, for serialization & deserialization of data structures used in Cardano's Haskell implementation of Alonzo along with useful utility functions.
Other
230 stars 124 forks source link

Expose batch_tools & script_scructs #645

Closed teebaumcrypto closed 9 months ago

teebaumcrypto commented 10 months ago

script structs exposing for allowing to create PlutusWitness

exposed batch tools additionally, because why not.

teebaumcrypto commented 10 months ago

@lisicky what's the general guide for pull request?

lisicky commented 9 months ago

Hi @teebaumcrypto ! Thanks for the PR. We are preparing version 12.0.0 in this version script_scructs will be exposed. But we are not ready to expose batch_tools. You can check it in 12.0.0-alpha.11 https://crates.io/crates/cardano-serialization-lib/12.0.0-alpha.11

teebaumcrypto commented 9 months ago

hi @lisicky Thanks, perfect. I think batch_tools don't have to be exposed, i added it, because everything is exposed and i didn't find a specific reason why it shouldn't be too. i'm closing this PR with the reason that 12.0.0 has exposed script_structs which are essential :)