-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
More examples in the backend #159
Conversation
…'contracts/signer'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's not necessary to use a ";" as a delimiter in the CSV.
@sifnoc Can you also add the test of the examples to the workflow? Similar to this => https://github.com/summa-dev/summa-solvency/blob/master/.github/workflows/rust.yml#L27-L30 |
``` | ||
|
||
On successful execution, you'll observe a message indicating the verification outcome: | ||
|
||
### 2. Submit Proof of Solvency |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you specify that the goal of the proof of solvency is also to check that the assets controlled by the exchange are greater than the liabilities (as committed in the Merkle Sum Tree Root Hash)
Related issue: #128
Major changes in the Backend:
gen_evm_proof_shplonk
method.full_evm_verifier
to verify inclusion proofs created withgen_evm_proof_shplonk
.