-
Notifications
You must be signed in to change notification settings - Fork 199
fix: better tron estimates #11274
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
Merged
Merged
fix: better tron estimates #11274
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8b78bb7
feat: thorchain tron support
gomesalexandre 9aca0d9
fix: add executeTronTransaction and improve fee estimation
gomesalexandre 19320c9
fix: simplify TronChainAdapter memo handling
gomesalexandre a7dc51d
fix: increase feeLimit for TRC20 with memo and use consistent contrac…
gomesalexandre ef93c07
fix: preserve fee_limit in TRC20 transactions with memo using txLocal
gomesalexandre cbc6d39
fix: remove txLocal from addUpdateData - may be causing validation is…
gomesalexandre c69fd5e
fix: revert to standard 100 TRX feeLimit matching SwapKit and Thorchain
gomesalexandre 3fc2255
docs: document TRON fee estimation issues and add TODOs
gomesalexandre ac80cfb
Merge branch 'develop' into feat_thor_tron
gomesalexandre 5870e6f
docs: add comprehensive Thorchain TRON integration documentation
gomesalexandre 9947ff9
fix: use actual sender address for TRON fee estimation
gomesalexandre d1f14a2
Merge remote-tracking branch 'origin/develop' into feat_thor_tron
gomesalexandre 857d335
fix: revert Number() removal - TronWeb TypeScript requires number type
gomesalexandre f37fd68
refactor: use bnOrZero().toNumber() instead of Number() cast
gomesalexandre 81561ee
fix: accurate TRON fee estimation for TRC20 transfers
gomesalexandre 45d3653
fix: use sender address for accurate TRON TRC20 energy estimation
gomesalexandre 3b73ebb
docs: comprehensive TRON fees explainer
gomesalexandre 49dfa23
chore: cleanup TRON fee fix - remove docs and console.warn
gomesalexandre 9d0d9c5
chore: remove console logs from useSendDetails
gomesalexandre c63f0b0
Merge branch 'develop' into feat_thor_tron
NeOMakinG ebab87e
Merge branch 'feat_thor_tron' into fix_tron_estimates
gomesalexandre 6b1e3ba
Merge branch 'develop' into fix_tron_estimates
gomesalexandre ae4f809
fix: Add chainSpecific to Tron getFeeData calls and fix memo bandwidt…
gomesalexandre ad6b328
Merge branch 'develop' into fix_tron_estimates
NeOMakinG File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.