Skip to content

Commit

Permalink
Add inclusion verifier to the smart contract (#149)
Browse files Browse the repository at this point in the history
* Add inclusion verifier to the smart contract

* Code review fixes

* Fix tests

* Remove unused struct
  • Loading branch information
alxkzmn authored Sep 5, 2023
1 parent ddc6f08 commit 1f9ff1a
Show file tree
Hide file tree
Showing 19 changed files with 48,584 additions and 2,317 deletions.
9 changes: 7 additions & 2 deletions backend/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ fn main() {
"Summa",
),
(
"src/contracts/generated/verifier.rs",
"src/contracts/generated/solvency_verifier.rs",
"SolvencyVerifier",
"Verifier",
"SolvencyVerifier",
),
(
"src/contracts/generated/inclusion_verifier.rs",
"InclusionVerifier",
"InclusionVerifier",
),
];

Expand Down
1 change: 1 addition & 0 deletions backend/src/contracts/abi/InclusionVerifier.json

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion backend/src/contracts/abi/Summa.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1f9ff1a

Please sign in to comment.