You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cryptographic functions FFI (Including tests to validate)
Add scripthash field into the PlutusScript structure and calculate it automatically when executing #import_uplc
When executing #prep_uplc, it generates a unique structure for each UPLC program. The new structure should include the language and the optimized UPLC code, it should also have the hash generated in the previous step.
PlutusScriptstructure and calculate it automatically when executing#import_uplc#prep_uplc, it generates a unique structure for each UPLC program. The new structure should include the language and the optimized UPLC code, it should also have the hash generated in the previous step.