-
Notifications
You must be signed in to change notification settings - Fork 201
feat: add TRON gas estimates for all swappers #11288
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
Changes from all commits
Commits
Show all changes
42 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 646b480
feat: add TRON gas estimates for Near Intents swapper
gomesalexandre d2b888b
fix: remove SVG module script MIME type error in splashscreen
gomesalexandre a516022
debug: add comprehensive TRON transaction logging
gomesalexandre f002da8
debug: add TRON account balance check before transaction
gomesalexandre 99a75fe
debug: JSON.stringify all console.log objects
gomesalexandre bb3be02
fix: use actual sender address for TRON bandwidth estimation
gomesalexandre 0af2671
debug: check if recipient address needs activation (1 TRX cost)
gomesalexandre 63ecbea
fix: include 1 TRX account activation fee in TRON gas estimates
gomesalexandre 4f59e9f
feat: add TRON gas estimation for Sun.io swapper
gomesalexandre 1138892
feat: add TRON support to Relay swapper quote validation
gomesalexandre 7d32639
fix: properly estimate Sun.io TRX swap gas costs
gomesalexandre 618fc0b
fix: use 2k energy estimate for Sun.io TRX swaps
gomesalexandre a8c0090
fix: use 2k energy estimate for Sun.io TRC-20 swaps
gomesalexandre b5f8142
fix: increase Sun.io bandwidth estimate to 1100 bytes
gomesalexandre a8568e2
chore: remove debug logging from TRON implementations
gomesalexandre 0b52f51
Revert "fix: remove SVG module script MIME type error in splashscreen"
gomesalexandre bdf495c
chore: merge develop into feat_tron_all_swapper_estimates
gomesalexandre 6d24430
fix: account activation fee should apply to all Sun.io swaps
gomesalexandre 791ab22
Merge branch 'develop' into feat_tron_all_swapper_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
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.