Skip to content

Commit

Permalink
clean up TODOs (as explained in PR text)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenciak committed Jul 26, 2023
1 parent f6b5dbb commit 224201d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/nova-verifier-tests.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ contract NovaVerifierContractTest is Test {
uint8[] memory vk_comm_label = new uint8[](1);
vk_comm_label[0] = 0x43; // b"C"

uint8[] memory U = new uint8[](226); // TODO: Add this to the data contract
uint8[] memory U = new uint8[](226);
U[0] = 0x58;
U[1] = 0x72;
U[2] = 0xeb;
Expand Down Expand Up @@ -826,6 +826,5 @@ contract NovaVerifierContractTest is Test {

assertEq(claim_final, 0x157e00e739ad0d53d95e24c8ec0e97081a1f94bb9a4e94a4d198c5533aebc28b);
assertEq(r_x, r_x_result);
// TODO: Extend this test to include Inner and Batch proofs
}
}

0 comments on commit 224201d

Please sign in to comment.