Skip to content
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

L-02 Balancer Pool Recovery Mode Is Not Supported #1923

Conversation

sparrowDom
Copy link
Member

Balancer pools may enter a recovery mode, allowing for a simplified exit code path in case the
usual exit path malfunctions. In order to be able to exit when this mode is enabled, userData
must be specifically encoded to signal the exit path type.

According to the recent Balancer post-mortem, the recovery mode is an important feature that
has already been used several times:
It has saved us more than once, including during the present incident.

Consider supporting this exit path via an additional withdrawal function.

Copy link

github-actions bot commented Nov 8, 2023

Warnings
⚠️ 👀 This PR needs at least 2 reviewers

Generated by 🚫 dangerJS against 2b66b11

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

❗ No coverage uploaded for pull request base (sparrowDom/balancer-composable-st-pool@e0005ec). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head 3f1b9f8 differs from pull request most recent head 2b66b11. Consider uploading reports for the commit 2b66b11 to get more accurate results

@@                            Coverage Diff                            @@
##             sparrowDom/balancer-composable-st-pool    #1923   +/-   ##
=========================================================================
  Coverage                                          ?   57.24%           
=========================================================================
  Files                                             ?       51           
  Lines                                             ?     2732           
  Branches                                          ?      707           
=========================================================================
  Hits                                              ?     1564           
  Misses                                            ?     1165           
  Partials                                          ?        3           

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Copy link
Collaborator

@DanielVF DanielVF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to merge, will full verify when integrated.

@sparrowDom sparrowDom temporarily deployed to preview-ousd-sparrowdom-8c3fz3 November 8, 2023 20:07 Inactive
@sparrowDom sparrowDom merged commit b2313d5 into sparrowDom/balancer-composable-st-pool Nov 8, 2023
8 of 15 checks passed
@sparrowDom sparrowDom deleted the sparrowDom/L-02-recovery-mode branch November 8, 2023 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants