Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions proto/utxorpc/v1beta/cardano/cardano.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ message GovernanceAction {
NoConfidenceAction no_confidence_action = 4; //
UpdateCommitteeAction update_committee_action = 5; // Update the Constitution Committee
NewConstitutionAction new_constitution_action = 6; // Replace the Constitution

// TODO: revisit if there's a better way to handle this option because it doesn't actually need a value but proto syntax needs to require it
uint32 info_action = 7; // Info action should just be the integer number 6
InfoAction info_action = 7; // Info action
}
}

Expand Down Expand Up @@ -177,6 +175,8 @@ message NewConstitutionAction {
Constitution constitution = 2; // The Constitution proposed
}

message InfoAction {}

message Constitution {
Anchor anchor = 1; // Anchor to the new document
bytes hash = 2; // Hash of the document
Expand Down