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(TCK): Implement token management transactions #2166

Merged

Conversation

naydenovn
Copy link
Contributor

@naydenovn naydenovn commented Jan 14, 2025

Implements the following TCK transactions:

  • TokenFeeScheduleUpdate endpoint
  • TokenAssociateTransaction endpoint
  • TokenDissociateTransaction endpoint
  • TokenPauseTransaction endpoint
  • TokenUnpauseTransaction endpoint
  • TokenFreezeTransaction endpoint
  • TokenUnfreezeTransaction endpoint
  • TokenGrantKycTransaction endpoint
  • TokenRevokeKycTransaction endpoint
  • TokenMintTransaction endpoint
  • TokenBurnTransaction endpoint

Related issue(s):

Fixes #2161

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@naydenovn naydenovn self-assigned this Jan 14, 2025
@naydenovn naydenovn requested a review from a team as a code owner January 14, 2025 07:56
@naydenovn naydenovn requested a review from 0xivanov January 14, 2025 07:56
@naydenovn naydenovn force-pushed the 00248-tck-implement-method-for-tokenfeescheduleupdatetransaction branch from ec3dfdc to 0218742 Compare January 14, 2025 08:05
Signed-off-by: Naydenov <[email protected]>
@0xivanov 0xivanov changed the title feat: implement token management transactions + addition refactoring … feat: implement token management transactions Jan 14, 2025
Copy link
Contributor

@0xivanov 0xivanov left a comment

Choose a reason for hiding this comment

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

LGTM

@0xivanov 0xivanov changed the title feat: implement token management transactions feat(TCK): Implement token management transactions Jan 14, 2025
@0xivanov 0xivanov merged commit e8927d1 into main Jan 14, 2025
11 checks passed
@0xivanov 0xivanov deleted the 00248-tck-implement-method-for-tokenfeescheduleupdatetransaction branch January 14, 2025 12:48
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.

TCK: Implement token management transactions
2 participants