-
Notifications
You must be signed in to change notification settings - Fork 3
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: Manage active wallet #848
base: development
Are you sure you want to change the base?
Fix: Manage active wallet #848
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I don't think the wallet code is manageable right now as it is too complex and error-prone. It all needs to be switched to a useReducer to make any changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the wallet code needs to be changed to a useReducer. The hooks all need to be brought into algodex-react as well. The state changes need to happen in a single location. Otherwise too risky to make any changes.
ℹ Overview
📝 Related Issues
🔐 Acceptance:
yarn test
passes