-
Notifications
You must be signed in to change notification settings - Fork 1
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 test specifications for AccountAllowanceDeleteTransaction
#280
base: main
Are you sure you want to change the base?
docs: Add test specifications for AccountAllowanceDeleteTransaction
#280
Conversation
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>
…tion' into 00027-document-e2e-tests-accountallowancedeletetransaction
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
@@ -0,0 +1,245 @@ | |||
# AccountAllowanceApproveTransaction - Test specification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this file need to be in this PR? I believe it's already implemented in separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AccountAllowanceDeleteTransaction
has several deprecated methods. Also in a lot of places you are saying approves
and not deletes
.
Overall this flow should be revisited.
test-specifications/crypto-service/accountAllowanceDeleteTransaction.md
Outdated
Show resolved
Hide resolved
test-specifications/crypto-service/accountAllowanceDeleteTransaction.md
Outdated
Show resolved
Hide resolved
test-specifications/crypto-service/accountAllowanceDeleteTransaction.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
I guess I got lazy with my copy-pasting! There are deprecated methods but these only make modifications to local class variables that don't ever actually get sent to the network. I didn't think these were necessary to test. |
Description:
This PR adds the test specifications for
AccountAllowanceDeleteTransaction
fields.Related Issue(s):
Fixes #27
Notes for Reviewer(s):
This PR contains work in #279 so that should be reviewed and merged first.
Checklist