canton.gov Table: fact_validator_onboarding_requests Type: Incremental
Description
Tracks when super validators initiate the onboarding process by executing DsoRules_StartSvOnboarding. Captures the initial request with candidate information and onboarding tokens.Key Use Cases
- Monitoring new validator onboarding requests
- Tracking onboarding request timing and actors
- Analyzing candidate information and reasons
- Linking requests to eventual onboarding events
Important Relationships
- First step in validator lifecycle, links to
gov__fact_validator_onboarding_events - Can link to
gov__fact_validator_onboarding_request_expirationsfor expired requests - Part of
gov__ez_validator_onboarding_lifecyclecomprehensive view
Commonly-used Fields
candidate_name: Name of the validator candidatecandidate_party: Party ID of the candidatereason_url: URL with reason for onboardingreason_body: Text description of reasononboarding_token: Token for the onboarding processonboarding_request_contract_id: Contract ID of the created request
Columns
| Column Name | Data Type | Description |
|---|---|---|
| UPDATE_ID | TEXT | Unique identifier for the Canton update/transaction. An update contains one or more events and represents an atomic change to the blockchain state. |
| MIGRATION_ID | TEXT | Canton migration identifier. Used to track different phases or migrations in the Canton network’s evolution. |
| RECORD_TIME | TEXT | Timestamp when the update was recorded in the system. |
| EFFECTIVE_AT | TEXT | Timestamp when the event or update became effective on the blockchain. This is the canonical time for ordering and analyzing blockchain events. |
| EVENT_ID | TEXT | Unique identifier for the event within the Canton blockchain. |
| EVENT_INDEX | TEXT | Ordering index of events within an update. Events within the same update are sequentially numbered starting from 0. |
| CHOICE | TEXT | The choice/action/method being executed on a contract. Examples include ‘DsoRules_RequestVote’, ‘AmuletRules_Transfer’, ‘LockedAmulet_Unlock’, etc. |
| ACTING_PARTIES | TEXT | Array of party identifiers who are executing this action/choice. |
| CANDIDATE_NAME | TEXT | Name of a validator candidate in an onboarding request. |
| CANDIDATE_PARTY | TEXT | Party identifier for a validator candidate. |
| REASON_URL | TEXT | URL providing additional information or justification for an action. |
| REASON_BODY | TEXT | Text body explaining the reason for an action. |
| ONBOARDING_TOKEN | TEXT | Token used in the validator onboarding process. |
| ONBOARDING_REQUEST_CONTRACT_ID | TEXT | Contract ID for a validator onboarding request. |
| CONTRACT_ID | TEXT | Unique identifier for the contract being created or exercised in this event. |
| FACT_SV_ONBOARDING_REQUEST_ID | TEXT | Surrogate key generated from event_id |
| INSERTED_TIMESTAMP | TEXT | Timestamp when the record was inserted into this table (Snowflake SYSDATE). |
| MODIFIED_TIMESTAMP | TEXT | Timestamp when the record was last modified in this table (Snowflake SYSDATE). |