-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Pause: Circuit Breaker 1 #2497
Pause: Circuit Breaker 1 #2497
Conversation
9d57b86
to
90fb578
Compare
Codecov Report
@@ Coverage Diff @@
## joon/paramstore-subkey #2497 +/- ##
=========================================================
Coverage ? 53.17%
=========================================================
Files ? 132
Lines ? 9690
Branches ? 0
=========================================================
Hits ? 5153
Misses ? 4224
Partials ? 313 |
@mossid can we separate out the changes to the param store into a separate PR? |
Why do we need a new module for this instead adding it to the current AnteHandler? |
Should we write a spec for the circuit breaker (even this non-governance part)? |
@sunnya97 |
@mossid is there a spec for this I can look at? It'll help me review the code better. |
Ideally we want composability of ante handlers, so this would make sense as a composition on top of our current ante handler. We probably don't have composability atm though. |
It seems this branch is severely out of date :( |
Needs to be rebased and retargeted against develop if we want to consider merging this. |
1cbfc0f
to
c396c0d
Compare
Can we rename to Pause State or "Pausing" - wherever relevant? thoughts? (discussed here #2935) |
I think we need to circle up as team and decide what we want out of this feature and write some spec on it. |
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added entries in
PENDING.md
with issue #rereviewed
Files changed
in the github PR explorerDependent on: #2491
Addresses: #3234
For Admin Use: