-
Notifications
You must be signed in to change notification settings - Fork 14
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
Accounts updated subscription #302
Conversation
The You can open the |
Remaining logic to be added: Whenever a new row is added to the Update: this is implemented now. |
84d29b2
to
6da72cd
Compare
How to test:
|
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.
Still need to test it, but here are some initial observations
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.
Managed to subscribe and receive an update 🎉
2e53191
to
7e467f2
Compare
Purpose
I'm honestly not sure where this is used in the frontend.
Changes
Added the
AccountsUpdatedSubscriptionItem
and the appropriate methods toSubscription
, which are largely inspired by the already-existingblock_added
subscription.What's missing is actually sending the notifications when the appropriate event happens - this is left for future work.
Checklist
hard-to-understand areas.