-
Notifications
You must be signed in to change notification settings - Fork 31
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: add EventOwnerChanged and EventRootChanged #604
Conversation
Codecov Report
@@ Coverage Diff @@
## main #604 +/- ##
==========================================
+ Coverage 59.42% 59.46% +0.04%
==========================================
Files 814 814
Lines 95390 95408 +18
==========================================
+ Hits 56685 56735 +50
+ Misses 35168 35086 -82
- Partials 3537 3587 +50
|
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.
Please check swagger
and statik
files
// EventOwnerChanged is emitted when the owner of token is changed by operation applied to its ancestor. | ||
// | ||
// Since: 0.46.0 (finschia) | ||
message EventOwnerChanged { |
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.
Is there no changed owner information in this event?
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.
The address of the new owner was not included in the event on Daphne.
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.
If so, can I understand that it was not added for backwards compatibility?
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.
Adding a new field would not break the compatibility, but there is no reason to add it.
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
Description
Add
EventOwnerChanged
andEventRootChanged
.Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml