Skip to content
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

feat (app): Add tron support #504

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

feat (app): Add tron support #504

wants to merge 11 commits into from

Conversation

vrockz747
Copy link
Collaborator

@vrockz747 vrockz747 commented Apr 23, 2024

Tron support for TRX transfer type transactions, txn decoding, signing and address generation

@vrockz747 vrockz747 force-pushed the Tron_Support branch 3 times, most recently from 1b6e620 to 1642c95 Compare April 24, 2024 10:59
@vrockz747 vrockz747 changed the title Tron support feat (app): Added tron support Apr 24, 2024
@vrockz747 vrockz747 force-pushed the Tron_Support branch 2 times, most recently from 261174d to 77b623c Compare April 26, 2024 05:44
Copy link
Contributor

@ParnikaGupta9 ParnikaGupta9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Add submodules for tron
  2. Verify- public key, derivation path addresses and signature.
  3. For sdk: get the current balance of the account and verify the signed transaction through tron testnet, then raise the PR.

@vrockz747 vrockz747 force-pushed the Tron_Support branch 3 times, most recently from 98f48fd to d68f2c6 Compare April 30, 2024 13:41
@vrockz747
Copy link
Collaborator Author

  1. Add submodules for tron

    1. Verify- public key, derivation path addresses and signature.

    2. For sdk: get the current balance of the account and verify the signed transaction through tron testnet, then raise the PR.

submodules updated, verified address generation, signing and txn broadcasting

@vrockz747 vrockz747 changed the title feat (app): Added tron support feat (app): Add tron support May 12, 2024
status = (purpose == TRON_PURPOSE_INDEX && coin == TRON_COIN_INDEX &&
account == TRON_ACCOUNT_INDEX);
} break;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does case 4 exist? Include the reference for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants