-
Notifications
You must be signed in to change notification settings - Fork 147
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 TokenUpdate method #2623
feat(TCK): Add TokenUpdate method #2623
Conversation
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
…method Signed-off-by: ivaylogarnev-limechain <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2623 +/- ##
==========================================
- Coverage 84.79% 84.78% -0.02%
==========================================
Files 284 284
Lines 71253 71253
==========================================
- Hits 60421 60409 -12
- Misses 10832 10844 +12 ☔ View full report in Codecov by Sentry. |
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Quality Gate failedFailed conditions |
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
Signed-off-by: ivaylogarnev-limechain <[email protected]>
05f31bc
to
47ec60e
Compare
…method Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
3f17e9f
to
3713f29
Compare
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
Signed-off-by: ivaylogarnev-limechain <[email protected]>
…method Signed-off-by: ivaylogarnev-limechain <[email protected]>
…method Signed-off-by: ivaylogarnev-limechain <[email protected]>
Quality Gate passedIssues Measures |
Description:
This PR implements the TokenUpdate JSON-RPC method and successfully validated its functionality through comprehensive tests within the TCK project.
Related issue(s):
#2622
Checklist