Skip to main content
Schema: canton.gov Table: fact_vote_requests Type: Base Table

What

Description

Tracks DSO governance vote requests/proposals through DsoRules_RequestVote events. Captures proposals for various DSO actions including granting featured app rights, updating rules, and other governance decisions.

Key Use Cases

  • Monitoring governance proposals and voting activity
  • Analyzing proposal types and actions being requested
  • Tracking requester patterns and proposal timing
  • Understanding governance participation

Important Relationships

  • Parent table to gov__fact_votes (proposals receive votes)
  • Links to gov__fact_vote_results via vote_request_cid
  • Action details drive governance changes

Commonly-used Fields

  • requester: Party proposing the vote
  • target_effective_at: When proposal should take effect
  • vote_timeout_microseconds: How long voting is open
  • action: High-level action tag
  • dso_action: Specific DSO action if applicable
  • amulet_rules_action: Specific amulet rules action if applicable
  • reason_body: Explanation of the proposal
  • reason_url: URL with more details
  • vote_request_cid: Contract ID of the vote request

Columns

Column NameData TypeDescription
UPDATE_IDTEXTUPDATE_ID column
MIGRATION_IDNUMBERMIGRATION_ID column
RECORD_TIMETIMESTAMP_NTZRECORD_TIME column
EFFECTIVE_ATTIMESTAMP_NTZEFFECTIVE_AT column
EVENT_IDTEXTEVENT_ID column
EVENT_INDEXNUMBEREVENT_INDEX column
CHOICETEXTCHOICE column
ACTING_PARTIESVARIANTACTING_PARTIES column
REQUESTERTEXTREQUESTER column
TARGET_EFFECTIVE_ATTIMESTAMP_NTZTARGET_EFFECTIVE_AT column
VOTE_TIMEOUT_MICROSECONDSNUMBERVOTE_TIMEOUT_MICROSECONDS column
ACTIONTEXTACTION column
DSO_ACTIONTEXTDSO_ACTION column
DSO_ACTION_VALUEVARIANTDSO_ACTION_VALUE column
AMULET_RULES_ACTIONTEXTAMULET_RULES_ACTION column
AMULET_RULES_VALUEVARIANTAMULET_RULES_VALUE column
REASON_BODYTEXTREASON_BODY column
REASON_URLTEXTREASON_URL column
VOTE_REQUEST_CIDTEXTVOTE_REQUEST_CID column
CONTRACT_IDTEXTCONTRACT_ID column
FACT_VOTE_REQUEST_IDTEXTFACT_VOTE_REQUEST_ID column
INSERTED_TIMESTAMPTIMESTAMP_NTZINSERTED_TIMESTAMP column
MODIFIED_TIMESTAMPTIMESTAMP_NTZMODIFIED_TIMESTAMP column