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

docs: Add and update test specifications for AccountUpdateTransaction #216

Merged
merged 10 commits into from
May 31, 2024

Conversation

rwalworth
Copy link
Contributor

@rwalworth rwalworth commented May 22, 2024

This PR updates the test specification for AccountUpdateTransaction. Tests have been added to test the bounds and ranges of AccountUpdateTransaction properties, as well as match the style and guidelines of our test specification files.

This PR also adds a privateKeys return value for generateKey for keyList and thresholdKey types. This is useful for signing a transaction with a keyList or thresholdKey type, as the private keys are needed and were previously unobtainable.

Note: This is waiting on changes to be merged in #209.

Related issue(s):

Fixes #207

Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
@rwalworth rwalworth added the enhancement New feature or request label May 22, 2024
@rwalworth rwalworth self-assigned this May 22, 2024
@rwalworth rwalworth linked an issue May 22, 2024 that may be closed by this pull request
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
@rwalworth rwalworth changed the title docs: Add and update tests for AccountUpdateTransaction docs: Add and update test specifications for AccountUpdateTransaction May 22, 2024
@rwalworth rwalworth added documentation Improvements or additions to documentation and removed enhancement New feature or request labels May 23, 2024
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Copy link

@thenswan thenswan left a comment

Choose a reason for hiding this comment

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

GJ, just a couple of edits 🙌🏻

rwalworth added 5 commits May 24, 2024 10:14
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
…ill allow for signing of a keylists and thresholdkeys by the TCK

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>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
rwalworth added 2 commits May 29, 2024 15:27
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
@rwalworth
Copy link
Contributor Author

@thenswan were there any changes you still requested or could I get an approval to merge this?

Copy link

@thenswan thenswan 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 09e5dad into main May 31, 2024
5 checks passed
@rwalworth rwalworth deleted the 00207-update-accountupdatetransaction-documentation branch May 31, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update AccountUpdateTransaction documentation
3 participants