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
Decode hex-encoded TRC10 token names and symbols from Full Node API responses (#187)
Gracefully handle dismissed interface contexts during background refresh operations (#188)
Add spent bandwidth from staking as part of the calculation of current bandwidth levels. For both energy and bandwidth, clamp the result between maximum and 0 to avoid negative values (#197)
Add pre-confirmation validation to confirmSend flow (#179)
Validates that the user has enough funds to cover both the amount and all associated fees (bandwidth, energy, account activation) before showing the confirmation dialog.
Fix missing values in simulation API request (#176)
The wrong parameters sent to the simulation API were causing inaccurate estimations and false negatives.
Ensure integer amounts are passed to TronWeb's functions that involve SUN (#178)
Correct inaccurate energy estimation for system contracts (#172)
Correct mapping of approve type transactions (#177)