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
) AS dr_voting_anchor ONdr_voting_anchor.drep_hash_id=dh.idANDdr_voting_anchor.rn=1
109
111
LEFT JOIN RankedDRepRegistration second_to_newest_drep_registration ONsecond_to_newest_drep_registration.drep_hash_id=dh.idANDsecond_to_newest_drep_registration.rn=2
112
+
LEFT JOIN LatestExistingVotingAnchor leva ONleva.drep_hash_id=dh.id
110
113
LEFT JOIN DRepDistr ONDRepDistr.hash_id=dh.idANDDRepDistr.rn=1
111
-
LEFT JOIN FetchError fetch_error ONfetch_error.voting_anchor_id=dr_voting_anchor.voting_anchor_id
112
-
LEFT JOIN off_chain_vote_data ONoff_chain_vote_data.voting_anchor_id=dr_voting_anchor.voting_anchor_id
113
-
LEFT JOIN off_chain_vote_drep_data ONoff_chain_vote_drep_data.off_chain_vote_data_id=off_chain_vote_data.id
114
+
LEFT JOIN FetchError fetch_error ONfetch_error.voting_anchor_id=leva.voting_anchor_id
115
+
LEFT JOIN off_chain_vote_data ocvd ONocvd.voting_anchor_id=leva.voting_anchor_id
116
+
LEFT JOIN off_chain_vote_drep_data ONoff_chain_vote_drep_data.off_chain_vote_data_id=ocvd.id
114
117
LEFT JOIN voting_procedure ONvoting_procedure.drep_voter=dh.id
115
118
LEFT JOIN tx voting_procedure_transaction ONvoting_procedure_transaction.id=voting_procedure.tx_id
116
119
LEFT JOIN block voting_procedure_block ONvoting_procedure_block.id=voting_procedure_transaction.block_id
0 commit comments