-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add certificates to CLI interface in compatible transaction-sign
#972
base: master
Are you sure you want to change the base?
Add certificates to CLI interface in compatible transaction-sign
#972
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a272b0b - Browse repository at this point
Copy the full SHA a272b0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea0476c - Browse repository at this point
Copy the full SHA ea0476cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9a647 - Browse repository at this point
Copy the full SHA 3e9a647View commit details
Commits on Nov 21, 2024
-
Add Cardano.CLI.Plutus.Minting module
Define the data definition CliMintScriptRequirements This type makes it clearer that we require the policy id for transaction construction when using a minting script
Configuration menu - View commit details
-
Copy full SHA for 3a164af - Browse repository at this point
Copy the full SHA 3a164afView commit details -
Refine plutusP to return AnyPlutusScriptVersion instead of
AnyScriptLanguage Replace ScriptWitnessFiles WitCtxMint with CliMintScriptRequirements
Configuration menu - View commit details
-
Copy full SHA for 8426cdb - Browse repository at this point
Copy the full SHA 8426cdbView commit details -
Modify PlutusReferenceScriptWitnessFiles to accept
AnyPlutusScriptVersion instead of AnyScriptLanguage
Configuration menu - View commit details
-
Copy full SHA for d4d3753 - Browse repository at this point
Copy the full SHA d4d3753View commit details -
Implement readFileSimpleScript and readFilePlutusScript
Refactor readScriptWitness and eliminate invalid states Factor out fromSomeTypeSimpleScript and fromSomeTypePlutusScripts fromSomeTypePlutusScripts should automatically be updated as soon as the Enum AnyPlutusScriptVersion instance is updated in cardano-api
Configuration menu - View commit details
-
Copy full SHA for b2ac548 - Browse repository at this point
Copy the full SHA b2ac548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c276ae - Browse repository at this point
Copy the full SHA 5c276aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a6085 - Browse repository at this point
Copy the full SHA d7a6085View commit details -
Configuration menu - View commit details
-
Copy full SHA for e567a54 - Browse repository at this point
Copy the full SHA e567a54View commit details -
Add TxCmdCliScriptWitnessError to TxCmdError
Add ScriptDecodeUnknownPlutusScriptVersion to ScriptDecodeError
Configuration menu - View commit details
-
Copy full SHA for 34281ab - Browse repository at this point
Copy the full SHA 34281abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8453b12 - Browse repository at this point
Copy the full SHA 8453b12View commit details -
Configuration menu - View commit details
-
Copy full SHA for fafcea1 - Browse repository at this point
Copy the full SHA fafcea1View commit details -
- Cardano.CLI.Types.Errors.PlutusScriptDecodeError - Cardano.CLI.Types.Errors.ScriptDataError
Configuration menu - View commit details
-
Copy full SHA for 6c4869f - Browse repository at this point
Copy the full SHA 6c4869fView commit details -
With the implementation and use MintScriptWitnessWithPolicyId era to
handle all minting scripts (simple and plutus) we no longer have to accomodate for the PolicyId in the constructors PlutusReferenceScriptWitnessFiles and SimpleReferenceScriptWitnessFiles This is evidenced by the diff of this commit The goal is to deprecate ScriptWitnessFiles and replace it with a collection of types for the different script purposes. The first example of this is MintScriptWitnessWithPolicyId era
Configuration menu - View commit details
-
Copy full SHA for e72b227 - Browse repository at this point
Copy the full SHA e72b227View commit details -
Update createTxMintValue and propagate the removal of Maybe PolicyId
from PReferenceScript and SReferenceScript constructors Co-authored-by: Mateusz Gałażyn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e136a3 - Browse repository at this point
Copy the full SHA 1e136a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5649c78 - Browse repository at this point
Copy the full SHA 5649c78View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7965ce2 - Browse repository at this point
Copy the full SHA 7965ce2View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd0fc1e - Browse repository at this point
Copy the full SHA bd0fc1eView commit details