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
COMMENT ON TABLE {{ .SchemaName | default "public"}}.miner_sector_infos_v7 IS 'Latest state of sectors by Miner.';
45
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.miner_id IS 'Address of the miner who owns the sector.';
46
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.sector_id IS 'Numeric identifier of the sector.';
47
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.state_root IS 'CID of the parent state root at this epoch.';
48
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.sealed_cid IS 'The root CID of the Sealed Sector’s merkle tree. Also called CommR, or "replica commitment".';
49
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.activation_epoch IS 'Epoch during which the sector proof was accepted.';
50
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.expiration_epoch IS 'Epoch during which the sector expires.';
51
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.deal_weight IS 'Integral of active deals over sector lifetime.';
52
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.verified_deal_weight IS 'Integral of active verified deals over sector lifetime.';
53
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.initial_pledge IS 'Pledge collected to commit this sector (in attoFIL).';
54
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.expected_day_reward IS 'Expected one day projection of reward for sector computed at activation time (in attoFIL).';
55
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.expected_storage_pledge IS 'Expected twenty day projection of reward for sector computed at activation time (in attoFIL).';
56
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.height IS 'Epoch at which this sector info was added/updated.';
57
+
COMMENT ON COLUMN {{ .SchemaName | default "public"}}.miner_sector_infos_v7.sector_key_cid IS 'SealedSectorCID is set when CC sector is snapped.';
0 commit comments