This repository was archived by the owner on May 9, 2024. It is now read-only.
How do the relayers vote for proposals, and what conditions are checked before accepting/voting for proposals? #291
Answered
by
waymobetta
waymobetta
asked this question in
Q&A
-
How do the relayers vote for proposals, and what are the conditions that are checked before accepting/voting for these proposals? |
Beta Was this translation helpful? Give feedback.
Answered by
waymobetta
Mar 22, 2022
Replies: 1 comment
-
Currently, the relayers all default to passing the vote, though this can be configured based on your own custom logic for deciding what conditions are to be passed. shouldVote perfoms a few checks on conditions such as, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
waymobetta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the relayers all default to passing the vote, though this can be configured based on your own custom logic for deciding what conditions are to be passed.
shouldVote perfoms a few checks on conditions such as,
hasVoted
andproposalIsComplete
but can include additional logic if deemed necessary.