This format is based on Keep A Changelog.
- Now supports subcommand system
- File export reqires user to select specific builder to use.
- Add a subcommand to list all builders
- Dropped Git revesion support that was broken
RoledScript
is added to encode role data intoScriptExport
.- Aeson instances and other functions are updated to use
RoledScript
. - Helper function
toRoledScript
is added
ScriptExport
,RawScriptExport
, andLinker
provides new standardized data structure for script exportation.- Utility functions for new
ScriptExport
types. insertStaticBuilder
, andinsertScriptExportWithLinker
was added.exportMain
is new entry point for the script exporting program.exportFile
exports scripts to file.- Other internal data structure changed to better support new
ScriptExport
types.
mkStakeValidatorInfo
for creatingScriptInfo
s from stake validators
- Bumped types to Plutus V2. Bumped plutarch.
- First release