We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Issue Context: https://github.com/zeta-chain/node/pull/1511/files/76e2198cc6aa3ed3dfbfd0992456bcebda74e2d3#r1500968292 and https://github.com/zeta-chain/node/pull/1511/files/76e2198cc6aa3ed3dfbfd0992456bcebda74e2d3#r1500963921
We have several message implying voting on Ballot:
Each implement common logic like fetching the ballot, adding vote, checking if finalized.
I would make more sense to create a high level function that can factorize the common logic.
Expected Outcome
VoteOnBallot
observer
The text was updated successfully, but these errors were encountered:
crosschain
fbac
Successfully merging a pull request may close this issue.
Describe the Issue
Context: https://github.com/zeta-chain/node/pull/1511/files/76e2198cc6aa3ed3dfbfd0992456bcebda74e2d3#r1500968292 and https://github.com/zeta-chain/node/pull/1511/files/76e2198cc6aa3ed3dfbfd0992456bcebda74e2d3#r1500963921
We have several message implying voting on Ballot:
Each implement common logic like fetching the ballot, adding vote, checking if finalized.
I would make more sense to create a high level function that can factorize the common logic.
Expected Outcome
VoteOnBallot
in theobserver
moduleThe text was updated successfully, but these errors were encountered: