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

chore: new release #500

Merged
merged 6 commits into from
Apr 3, 2025
Merged

chore: new release #500

merged 6 commits into from
Apr 3, 2025

Conversation

hypercerts-admin
Copy link

Automated PR from dev to main (release)

Jipperism and others added 2 commits March 27, 2025 16:21
Added error handling for the public client creation process to prevent crashes when the wallet client is not properly initialized.
…invalid-chain-id

fix: handle error when creating public client in useHypercertClient hook
@hypercerts-admin hypercerts-admin added the automated pr PR created via GitHub action label Mar 27, 2025
Copy link

vercel bot commented Mar 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hypercerts-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2025 2:58pm

This caches the contract check on the server, so that our users don't
have to run the same checks individually.
Without this patch, selecting any other account other than your
connected EOA using the account selector doesn't do anything on your
profile page. However, we want people to be able to cycle through their
accounts, so whenever another account is selected via the account
selector, we want the profile page to redirect to that account.

On the other hand we don't want the profile to automatically switch when
the user is on a profile page that is not his connected EOA or one of
the multisig they're a signer on. In these cases the selector will do
nothing when the account selector is used.
When switching the accounts on the profile page, the unclaimed
hypercerts tab wasn't reloaded. It was due to caching, so I removed
that. It isn't a lot of data anyway.
Switch profile page when another account selected
@pheuberger pheuberger merged commit 926faae into main Apr 3, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr PR created via GitHub action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants