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

Fix/count after filter #440

Merged
merged 6 commits into from
Feb 18, 2025
Merged

Fix/count after filter #440

merged 6 commits into from
Feb 18, 2025

Conversation

bitbeckers
Copy link
Contributor

Closes #432

@bitbeckers bitbeckers added the bug Something isn't working label Feb 12, 2025
@bitbeckers bitbeckers self-assigned this Feb 12, 2025
Copy link

vercel bot commented Feb 12, 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 Feb 18, 2025 10:48am

@pheuberger
Copy link
Member

Are you sure you want all these (merge-) commits in dev?

Also, there's a conflict for pnpm-lock.yaml.

holkexyz and others added 5 commits February 18, 2025 11:29
- filter out two hypercerts in the frontend that have been burned
- deleting a blank space from another hypercert id that was added to the filtered out list before
adding one hypercert ID to the list of filtered out hypercerts
Updates dependencies in response to dependabot alerts
Fixes the failing build by replacing `0x{string}` with the viem Address
type
The reason that we didn't see any FVM hypercerts were because there were
exactly as many certs as filtered IDs. The getAllHypercerts method
filtered out burned IDs and always substracted the length of the array
from the count returned by the API. Which, led to 0, which led to 'no
hypercerts found'
@bitbeckers bitbeckers merged commit fcdb0be into dev Feb 18, 2025
2 checks passed
@bitbeckers bitbeckers deleted the fix/count_after_filter branch February 18, 2025 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants