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

Implement TokenFreezeTransaction #410

Merged
merged 2 commits into from
Jul 14, 2023

Conversation

rwalworth
Copy link
Contributor

Description:
This PR implements the APIs associated with TokenFreezeTransaction, which allows a user to freeze tokens from going in/out of an account.

Related issue(s):

Fixes #387

Checklist

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

Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
@rwalworth rwalworth added the New Feature A new feature, service, or documentation. Major changes that are not backwards compatible. label Jul 7, 2023
@rwalworth rwalworth requested a review from deyanzz July 7, 2023 19:50
@rwalworth rwalworth self-assigned this Jul 7, 2023
@rwalworth rwalworth linked an issue Jul 7, 2023 that may be closed by this pull request
Copy link
Contributor

@deyanzz deyanzz left a comment

Choose a reason for hiding this comment

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

LGTM. All local tests passed successfully.

Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Copy link
Contributor

@deyanzz deyanzz left a comment

Choose a reason for hiding this comment

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

LGTM

@rwalworth rwalworth merged commit 9926c6b into main Jul 14, 2023
2 checks passed
@rwalworth rwalworth deleted the 00387-implement-tokenfreezetransaction branch July 14, 2023 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature A new feature, service, or documentation. Major changes that are not backwards compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement TokenFreezeTransaction
2 participants