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

TCK-JS: Write Token Transaction endpoints #2726

Open
8 of 10 tasks
ivaylogarnev-limechain opened this issue Dec 17, 2024 · 0 comments
Open
8 of 10 tasks

TCK-JS: Write Token Transaction endpoints #2726

ivaylogarnev-limechain opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ivaylogarnev-limechain
Copy link
Contributor

ivaylogarnev-limechain commented Dec 17, 2024

The following transactions have E2E tests written in TCK but are currently missing the corresponding endpoints within the JavaScript SDK. To ensure the tests can execute successfully, the necessary endpoints should be implemented:

Please review and update the Token endpoints in the following SDKs:

  • Write TokenAssociateTransaction endpoint
  • Write TokenDissociateTransaction endpoint
  • Write TokenPauseTransaction endpoint
  • Write TokenUnpauseTransaction endpoint
  • Write TokenFreezeTransaction endpoint
  • Write TokenUnfreezeTransaction endpoint
  • Write TokenGrantKycTransaction endpoint
  • Write TokenRevokeKycTransaction endpoint
  • Write TokenMintTransaction endpoint
  • Write TokenBurnTransaction endpoint
@ivaylogarnev-limechain ivaylogarnev-limechain added the enhancement New feature or request label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@ivaylogarnev-limechain and others