Closed nlordell closed 5 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
modules/passkey/contracts/4337/SafeWebAuthnSharedSigner.sol | 1 | 15 | 6.67% | ||
<!-- | Total: | 1 | 15 | 6.67% | --> |
Totals | |
---|---|
Change from base Build 9031345321: | -8.4% |
Covered Lines: | 122 |
Relevant Lines: | 147 |
I suspect there was a small change in comments or something related to the rebase. I created a GH issue to track this, so we can redeploy the contracts once the audit is complete (as the addresses may change yet again when we incorporate audit comments):
This PR promotes the shared singleton signer implementation to the 4337 directory instead of being a "test" contract. This involves:
Test
prefixI also took this opportunity to rename it to a "shared" signer instead of "singleton" signer, so that it does not get confused with the other singleton contract (the
SafeWebAuthnSignerSingleton
) that already exists in this repository.Additionally, I moved some of the test files around in order to clearly differentiate between E2E tests and unit tests in the
test/4337
directory.Unit tests for 100% coverage of the
SafeWebAuthnSharedSigner
will be added in a follow up PR.