You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exit_delegation_pool_action entrypoint in the Pool contract does not emit any event to confirm that a member has claimed their withdrawal request.
Additionally, the remove_from_delegation_pool_action entrypoint in the Staking contract also lacks event emission, and the function currently contains a 'TODO: Emit event' comment.
The text was updated successfully, but these errors were encountered:
florian-bellotti
changed the title
No event when exist delegation pool
No event when exit delegation pool
Oct 4, 2024
The
exit_delegation_pool_action
entrypoint in the Pool contract does not emit any event to confirm that a member has claimed their withdrawal request.Additionally, the
remove_from_delegation_pool_action
entrypoint in the Staking contract also lacks event emission, and the function currently contains a 'TODO: Emit event' comment.The text was updated successfully, but these errors were encountered: