Skip to content

Flexible Input/Output circuits #843

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Merged
merged 16 commits into from
Aug 8, 2022
PrevPrevious commit
Next Next commit
fix: log failing test
  • Loading branch information
@IlyasRidhuan
IlyasRidhuan committedAug 7, 2022
commit 4af1344147f37afbd5f20dc7a3dbe269113d390c
2 changes: 2 additions & 0 deletions test/e2e/gas.test.mjs
Original file line numberDiff line numberDiff line change
Expand Up@@ -209,6 +209,8 @@ describe('Gas test', () => {
await emptyL2(nf3Users[0]);
await web3Client.timeJump(3600 * 24 * 10); // jump in time by 10 days
const commitments = await nf3Users[0].getPendingWithdraws();
console.log('Withdraw Commitments', commitments);
console.log('CompressedZKP', commitments[nf3Users[0].zkpKeys.compressedZkpPublicKey]);
expect(
commitments[nf3Users[0].zkpKeys.compressedZkpPublicKey][erc20Address].length,
).to.be.greaterThan(0);
Expand Down