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

Refactor async server state management using tanstack #72

Merged
merged 7 commits into from
Sep 2, 2024

Conversation

MattPereira
Copy link
Member

@MattPereira MattPereira commented Sep 2, 2024

Fixes #30

Summary

  • The caching, pending, and error states for queries and transactions were a mess with lots of holes. Now they are more robustly handled using tanstack
  • Upgraded to latest version of balancer SDK to take advantage of updates to add liquidity proportional
  • Refactored a bunch of the react hooks and components to improve maintainability
  • Fixed broken styles on the pool hooks page

Copy link

vercel bot commented Sep 2, 2024

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
scaffold-balancer-v3 ⬜️ Ignored (Inspect) Sep 2, 2024 3:54am

@MattPereira MattPereira marked this pull request as ready for review September 2, 2024 04:00
@MattPereira MattPereira merged commit 7c191d9 into main Sep 2, 2024
3 checks passed
@MattPereira MattPereira deleted the refactor-with-tanstack branch September 12, 2024 19:21
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.

Rewrite pool action flows with useQuery and useMutation
1 participant