Skip to content
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

feat: v1.2.0 #24

Merged
merged 5 commits into from
Sep 4, 2024
Merged

feat: v1.2.0 #24

merged 5 commits into from
Sep 4, 2024

Conversation

mattstam
Copy link
Contributor

@mattstam mattstam commented Sep 4, 2024


Ran 12 tests for test/SP1VerifierGateway.t.sol:SP1VerifierGatewayTest
[PASS] test_AddRoute() (gas: 46689)
[PASS] test_FreezeRoute() (gas: 54417)
[PASS] test_RevertAddRoute_WhenAlreadyExists() (gas: 47858)
[PASS] test_RevertAddRoute_WhenNotOwner() (gas: 17060)
[PASS] test_RevertAddRoute_WhenNotSP1Verifier() (gas: 17578)
[PASS] test_RevertFreezeRoute_WhenNoRoute() (gas: 21208)
[PASS] test_RevertFreezeRoute_WhenNotOwner() (gas: 20102)
[PASS] test_RevertFreezeRoute_WhenRouteIsFrozen() (gas: 48662)
[PASS] test_RevertVerifyProof_WhenNoRoute() (gas: 17900)
[PASS] test_RevertVerifyProof_WhenRouteIsFrozen() (gas: 49339)
[PASS] test_SetUp() (gas: 31244)
[PASS] test_VerifyProof() (gas: 80359)
Suite result: ok. 12 passed; 0 failed; 0 skipped; finished in 1.68ms (851.92µs CPU time)

Ran 2 tests for test/SP1VerifierGroth16.t.sol:SP1VerifierGroth16Test
[PASS] test_RevertVerifyProof_WhenGroth16() (gas: 205893)
[PASS] test_VerifyProof_WhenGroth16() (gas: 205871)
Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 6.89ms (11.32ms CPU time)

Ran 2 tests for test/SP1VerifierPlonk.t.sol:SP1VerifierPlonkTest
[PASS] test_RevertVerifyProof_WhenPlonk() (gas: 286013)
[PASS] test_VerifyProof_WhenPlonk() (gas: 286014)
Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 8.39ms (14.18ms CPU time)

Ran 3 test suites in 153.73ms (16.96ms CPU time): 16 tests passed, 0 failed, 0 skipped (16 total tests)

@mattstam mattstam merged commit e609b7a into main Sep 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants