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 User cannot generate reputation proof (or epoch key proof) when having negative reputation.
To Reproduce Steps to reproduce the behavior:
Expected behavior Even user having negative reputation, they could pass the proof check or circuit.
Screenshots see comments in PR #625
Additional Notes
replied by Vivi (in DC): 這個表示 data[1] >= data[0] + max_rep 沒有成立 所以可能 data[0], data[1] 沒有被更新(!? 要UST 或waitForSync之類的 還有 data 跟 provableData 不一樣 😿 這裡能prove的是 provableData
replied by Arthur (in DC): 現在每日 checkin 都已經有做 UST 了~
The text was updated successfully, but these errors were encountered:
provableData
genProveReputationProof({})
Sorry, something went wrong.
Xiawpohr
No branches or pull requests
Describe the bug
User cannot generate reputation proof (or epoch key proof) when having negative reputation.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Even user having negative reputation, they could pass the proof check or circuit.
Screenshots
see comments in PR #625
Additional Notes
replied by Vivi (in DC):
這個表示 data[1] >= data[0] + max_rep 沒有成立
所以可能 data[0], data[1] 沒有被更新(!?
要UST 或waitForSync之類的
還有 data 跟 provableData 不一樣 😿
這裡能prove的是 provableData
replied by Arthur (in DC):
現在每日 checkin 都已經有做 UST 了~
The text was updated successfully, but these errors were encountered: