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
Add a new test that checks each registration certificate in PlutusV3's TxInfo.
Build tx with initial constitution proposal with proposal policy
ScriptPurpose may not be Proposing
Check txInfoProposalProcedures for correct ppDeposit, ppAnchor, ppReturnAddr and NoConfidenceGovernanceAction
Submit proposal tx to allow for voting to take place
Build tx with a mix of Yes, No, Abstain votes as CC, DRep and SPO
Check ScriptPurpose is Voting
Check txInfoVotingProcedures for correct mapping of Voter credentials to GovernanceActionId and VotingProcedure for each voter
Check GovernanceActionId’s gaidTxId and gaidGovActionIx
Check VotingProcedure with vpAnchor is Nothing
Check VotingProcedure with vpAnchor is Just Anchor
Check VotingProcedure with VoteNo
Check VotingProcedure with VoteYes
Check VotingProcedure with Abstain
Submit voting tx and prove mint with onchain verification.
The text was updated successfully, but these errors were encountered:
catch-21
changed the title
Test txInfoProposalProcedures NoConfidence
Test txInfoProposalProcedures and txInfoVotingProcedures for NoConfidence
Nov 3, 2023
catch-21
changed the title
Test txInfoProposalProcedures and txInfoVotingProcedures for NoConfidence
Test PlutusV3's txInfoProposalProcedures and txInfoVotingProcedures for NoConfidence
Nov 3, 2023
Add a new test that checks each registration certificate in PlutusV3's TxInfo.
ScriptPurpose
may not beProposing
txInfoProposalProcedures
for correctppDeposit
,ppAnchor
,ppReturnAddr
andNoConfidence
GovernanceAction
ScriptPurpose
isVoting
txInfoVotingProcedures
for correct mapping of Voter credentials toGovernanceActionId
andVotingProcedure
for each voterGovernanceActionId
’sgaidTxId
andgaidGovActionIx
VotingProcedure
withvpAnchor
isNothing
VotingProcedure
withvpAnchor
isJust Anchor
VotingProcedure
withVoteNo
VotingProcedure
withVoteYes
VotingProcedure
withAbstain
The text was updated successfully, but these errors were encountered: