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 TokenPauseTransaction #408

Merged
merged 4 commits into from
Jul 13, 2023

Conversation

rwalworth
Copy link
Contributor

Description:
This PR implements the APIs associated with TokenPauseTransaction which allows a user to pause all transactions involving a token.

Related issue(s):

Fixes #385

Checklist

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

Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
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 15:44
@rwalworth rwalworth self-assigned this Jul 7, 2023
@rwalworth rwalworth linked an issue Jul 7, 2023 that may be closed by this pull request
@rwalworth rwalworth mentioned this pull request Jul 7, 2023
2 tasks
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.

Created the following issues in the Java SDK to track missing tests:

@rwalworth rwalworth merged commit d240737 into main Jul 13, 2023
2 checks passed
@rwalworth rwalworth deleted the 00385-implement-tokenpausetransaction branch July 13, 2023 15:32
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 TokenPauseTransaction
2 participants