Replies: 1 comment
-
I'm not tech savy enough on the node software to know how hard it would be to implement but on the event side since you already listen to them I guess you have some kind of data storage on your side. You could easily calculate the era where the funds would be available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Undelegation currently takes 7 eras. Using the SSE event stream it is possible to catch the undelegation deploy BUT according to my knowledge and research it's currently not possible to react on the event of receiving the amount in your liquid balance after that 7 eras. Currently this seems to be a manual process.
Example:
So according to my understanding I would need to keep track of undelegations myself and check the balance regularly and/or after 7 eras. At the same time I can't detect undelegations which happened already before I started to listen to events since I don't know they happened.
I would like to see this added to the protocol and to the SSE event stream to make it easier to react on such events. Are there any (technical) reasons why this isn't available already or am I just the first asking for this?
Beta Was this translation helpful? Give feedback.
All reactions