You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Abstraction for requests that may need Verify API attestation (internal)
56
56
pub(crate)enumMaybeVerifiedRequest{
57
57
Unverified(Params),
@@ -131,6 +131,7 @@ pub struct Client {
131
131
// - memory leak slow tests, run for days?. Kill WS many times over and over again to test. Create many sessions over and over again, update sessions, session requests, etc.
132
132
// - test killing the WS, not returning request, failing to connect, etc. in various stages of the lifecycle
133
133
// - flow works even when Verify API isblocked: https://github.com/reown-com/appkit/pull/5023
134
+
// - Verify API is down dapp-side. Public-key endpoint down wallet-side.
0 commit comments