You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fee components are tightly coupled with at least 3 react components:
staking
stakingFee
stakingAmount
If you try adjust the fee rate, you will notice the react components of the stakingFee has been re-rendered at least 8 times.
The suggest the current state of implementation is not ideal for future feature work as it's prone to bugs.
The scope of this ticket is to investigate the best way moving forward to improve this part of the codebase and abstract the fee logic away from the core staking.tsx file.
The text was updated successfully, but these errors were encountered:
jeremy-babylonlabs
changed the title
Add button to switch back to Suggested Settings after selecting custom
Improve Fee Component: Add toggle for Suggested/Custom settings and display UTXO warnings
Aug 14, 2024
jeremy-babylonlabs
changed the title
Improve Fee Component: Add toggle for Suggested/Custom settings and display UTXO warnings
Improve Fee Component
Aug 14, 2024
During the week we have decided onhold the #72 and work on the smaller tickets that will eventually simplify the workflow for the #72. Otherwise the change might be too big and risky. #173 #9 #162 #49
Hi @totraev what's the status of this ticket? has the implementation started? If not, we shall move the ticket back to todo state and one of the other devs can pick it up if have time
The fee components are tightly coupled with at least 3 react components:
If you try adjust the fee rate, you will notice the react components of the stakingFee has been re-rendered at least 8 times.
The suggest the current state of implementation is not ideal for future feature work as it's prone to bugs.
The scope of this ticket is to investigate the best way moving forward to improve this part of the codebase and abstract the fee logic away from the core
staking.tsx
file.The text was updated successfully, but these errors were encountered: