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 bug If the user's currentEpoch does not match the contract current epoch, would return InvalidEpoch() error while upvote/downvote.
InvalidEpoch()
Expected behavior Since we need the reputation proof before user does any action, so need to do ust before upvote/downvote.
The text was updated successfully, but these errors were encountered:
@Xiawpohr 想確認我們上次討論完,是不是有確認到如果 vote 是該 epoch 第一個動作的話,我們都會做 state transition 呢?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If the user's currentEpoch does not match the contract current epoch, would return
InvalidEpoch()
error while upvote/downvote.Expected behavior
Since we need the reputation proof before user does any action, so need to do ust before upvote/downvote.
The text was updated successfully, but these errors were encountered: