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
Before all other tests, run a test that checks each registration certificate in PlutusV3's TxInfo and leaves at least two SPOs and DReps registered for voting in subsequent tests.
Build tx to register staking credential (low priority)
Check ScriptPurpose is Certifying
Check TxCertRegStaking
Build tx to delegate staking credential to SPO (low priority)
Check ScriptPurpose is Certifying
Check TxCertDelegStaking with DelegStake PubKeyHash
Build tx to register staking credential whilst delegating to SPO (low priority)
Check ScriptPurpose is Certifying
Check TxCertRegDeleg with DelegStake PubKeyHash
Build a tx to register DRep with an anchor
Check ScriptPurpose is Certifying
Check TxCertRegDRep with Just Anchor
Submit tx so that at least one DRep is registered for subsequent tests
Build a tx to register DRep without an anchor
Check TxCertRegDRep with Nothing
Build tx to update DRep anchor to some other value
Check ScriptPurpose is Certifying
Check TxCertUpdateDRep with Just Anchor
Build tx to update DRep anchor to have no value
Check TxCertUpdateDRep with Nothing
Build tx to authorise hot credential for committee member’s cold credential
Check ScriptPurpose is Certifying
Check TxCertAuthHotCommittee
Build tx to authorise hot credential for committee member’s cold credential
Check ScriptPurpose is Certifying
Check TxCertResignColdCommittee
Build tx to delegate staking credential to DRep
Check ScriptPurpose is Certifying
Check TxCertDelegStaking with DelegVote DRep
Build tx to register staking credential whilst delegating to DRep
Check ScriptPurpose is Certifying
Check TxCertRegDeleg with DelegVote DRep
Try some combination of the above and confirm that txInfoTxCert correctly contains multiple TxCert
After all tests, build tx to unregister DRep
Check ScriptPurpose is Certifying
Check TxCertUnRegDRep with refund value
The text was updated successfully, but these errors were encountered:
Before all other tests, run a test that checks each registration certificate in PlutusV3's TxInfo and leaves at least two SPOs and DReps registered for voting in subsequent tests.
ScriptPurpose
isCertifying
TxCertRegStaking
ScriptPurpose
isCertifying
TxCertDelegStaking
withDelegStake PubKeyHash
ScriptPurpose
isCertifying
TxCertRegDeleg
withDelegStake PubKeyHash
ScriptPurpose
isCertifying
TxCertRegDRep
withJust Anchor
TxCertRegDRep
withNothing
ScriptPurpose
isCertifying
TxCertUpdateDRep
withJust Anchor
TxCertUpdateDRep
withNothing
ScriptPurpose
isCertifying
TxCertAuthHotCommittee
ScriptPurpose
isCertifying
TxCertResignColdCommittee
ScriptPurpose
isCertifying
TxCertDelegStaking
withDelegVote DRep
ScriptPurpose
isCertifying
TxCertRegDeleg
withDelegVote DRep
txInfoTxCert
correctly contains multipleTxCert
ScriptPurpose
isCertifying
TxCertUnRegDRep
with refund valueThe text was updated successfully, but these errors were encountered: