Open kantorcodes opened 4 days ago
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
π‘ | Statements | 78.33% (+1.23% πΌ) |
506/646 |
π‘ | Branches | 65.19% (+2.11% πΌ) |
88/135 |
π‘ | Functions | 77.33% (+0.31% πΌ) |
116/150 |
π‘ | Lines | 79.67% (+1.41% πΌ) |
478/600 |
146 tests passing in 11 suites.
Report generated by π§ͺjest coverage report action from 87359c34775e5039c0448958f28d8927698a214e
Description:
There have been reports that
sessions
no longer exist despite aSigner
still being available. This PR introduces a more active role in the library to automatically detect this kind of a mismatch.Signer
when itssession
is no longer valid. A session might become invalid either by expiring, by a user disconnecting from the wallet, or some sort of a desync from IndexedDB.test:watch
to make it easier to debug tests.Related issue(s):
Fixes #
Notes for reviewer:
Checklist