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: use unique hash as array key, not the index of a mutable array structure #44

Merged
merged 2 commits into from
Jan 7, 2024

Conversation

sakulstra
Copy link
Contributor

@sakulstra sakulstra commented Jan 6, 2024

some weird things are happening here were voting power is shown for the wrong address etc. I think the reason is cahnging indexes after sorting, so better using the unique hash as unique identifier

…for the wrong address etc. I think the reason is cahnging indexes after sorting, so better using the unique hash as unique identifier
Copy link

vercel bot commented Jan 6, 2024

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

Name Status Preview Comments Updated (UTC)
aave-governance-v3-interface ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2024 6:35am

@sakulstra sakulstra changed the title fix: some weird things are happening here were voting power is shown … fix: use unique hash as array key, not the index of a mutable array structure Jan 6, 2024
Copy link
Contributor

github-actions bot commented Jan 6, 2024

📦 Next.js Bundle Analysis for aave-governance-v3-interface

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@Argeare5 Argeare5 merged commit 38a676a into main Jan 7, 2024
2 of 3 checks passed
Copy link
Contributor

github-actions bot commented Jan 7, 2024

📦 Next.js Bundle Analysis for aave-governance-v3-interface

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@Argeare5 Argeare5 deleted the fix/use-hash-as-key branch January 7, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants