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 send trc20 token #31

Merged
merged 14 commits into from
Jan 24, 2024
Merged

Feat send trc20 token #31

merged 14 commits into from
Jan 24, 2024

Conversation

pedrxlz
Copy link
Contributor

@pedrxlz pedrxlz commented Dec 27, 2023

Description

This change adds trc-20 token send

Fixes # (issue)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Unit tests

Test Configuration:

  • Firmware version: N\A
  • Hardware: N\A
  • Toolchain: rustup 1.26.0 cargo 1.74.1
  • SDK: N\A

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have confirmed all checks make check

@pedrxlz pedrxlz marked this pull request as ready for review December 28, 2023 21:27
@pedrxlz pedrxlz requested a review from fbsobreira December 29, 2023 01:17
packages/kos-sdk/src/chains/tron/trc20.rs Outdated Show resolved Hide resolved
packages/kos-sdk/src/chains/tron/mod.rs Outdated Show resolved Hide resolved
DanCassiano
DanCassiano previously approved these changes Jan 5, 2024
packages/kos-sdk/src/chains/tron/mod.rs Outdated Show resolved Hide resolved
packages/kos-sdk/src/chains/tron/requests.rs Outdated Show resolved Hide resolved
packages/kos-sdk/src/chains/tron/mod.rs Outdated Show resolved Hide resolved
packages/kos-sdk/src/chains/tron/mod.rs Outdated Show resolved Hide resolved
packages/kos-sdk/src/chains/tron/mod.rs Outdated Show resolved Hide resolved
packages/kos-sdk/src/chains/tron/mod.rs Show resolved Hide resolved
packages/kos-sdk/src/chains/tron/requests.rs Outdated Show resolved Hide resolved
packages/kos-sdk/src/chains/tron/requests.rs Outdated Show resolved Hide resolved
@pedrxlz pedrxlz requested a review from fbsobreira January 23, 2024 21:40
@pedrxlz pedrxlz requested a review from fbsobreira January 24, 2024 17:29
@pedrxlz pedrxlz merged commit 4b07389 into develop Jan 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants