-
Notifications
You must be signed in to change notification settings - Fork 149
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): Add AccountUpdate method #2493
Conversation
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.
LGTM
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.
LGTM
…interfaces Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
58e20f1
to
d8ebdc8
Compare
…re function Signed-off-by: ivaylogarnev-limechain <[email protected]>
32a2126
Signed-off-by: ivaylogarnev-limechain <[email protected]>
|
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.
LGTM
* feat: Added accountUpdate JSONRPC method in the TCK and the relevant interfaces Signed-off-by: ivaylogarnev-limechain <[email protected]> * refactor: Deleted some unnecessary comments, added a constant Signed-off-by: ivaylogarnev-limechain <[email protected]> * fix: Added timeout the TokenNftsUpdateTransactionIntegrationTest before function Signed-off-by: ivaylogarnev-limechain <[email protected]> * fix: Fixed assertion in TokenNftsUpdateTransactionIntegrationTest.ts Signed-off-by: ivaylogarnev-limechain <[email protected]> --------- Signed-off-by: ivaylogarnev-limechain <[email protected]>
Description:
This PR implements the AccountUpdate JSON-RPC method and successfully validated its functionality through comprehensive tests within the TCK project.
Related issue(s):
#2437
Checklist