@@ -897,7 +897,7 @@ A table for every Anchor that appears on Governance Actions. These are pointers
897897| ` block_id ` | integer (64) | The Block table index of the tx that includes this anchor. This only exists to facilitate rollbacks |
898898| ` data_hash ` | blob | A hash of the contents of the metadata URL |
899899| ` url ` | varchar | A URL to a JSON payload of metadata |
900- | ` type ` | anchorType | |
900+ | ` type ` | anchorType | The type of the anchor. It can be gov_action, drep, other, vote, committee_dereg, constitution |
901901
902902### ` gov_action_proposal `
903903
@@ -964,7 +964,7 @@ A table for members of the committee. A committee can have multiple members. New
964964
965965### ` constitution `
966966
967- A table for constitutiona attached to a GovActionProposal. New in 13.2-Conway.
967+ A table for constitution attached to a GovActionProposal. New in 13.2-Conway.
968968
969969* Primary Id: ` id `
970970
@@ -993,6 +993,7 @@ A table for voting procedures, aka GovVote. A Vote can be Yes No or Abstain. New
993993| ` pool_voter ` | integer (64) | A reference to the pool hash entry that voted |
994994| ` vote ` | vote | The Vote. Can be one of Yes, No, Abstain. |
995995| ` voting_anchor_id ` | integer (64) | The VotingAnchor table index associated with this VotingProcedure. |
996+ | ` invalid ` | integer (64) | TODO: This is currently not implemented and always stays null. Not null if the vote is invalid. |
996997
997998### ` drep_distr `
998999
@@ -1022,6 +1023,18 @@ Table with governance (and in the future other) stats per epoch.
10221023| ` constitution_id ` | integer (64) | The reference to the current constitution. Should never be null. |
10231024| ` epoch_no ` | word31type | The epoch in question. |
10241025
1026+ ### ` event_info `
1027+
1028+ * Primary Id: ` id `
1029+
1030+ | Column name | Type | Description |
1031+ | -| -| -|
1032+ | ` id ` | integer (64) | |
1033+ | ` tx_id ` | integer (64) | |
1034+ | ` epoch ` | word31type | |
1035+ | ` type ` | string | |
1036+ | ` explanation ` | string | |
1037+
10251038### ` off_chain_pool_data `
10261039
10271040The pool offchain (ie not on chain) for a stake pool.
0 commit comments