-
Notifications
You must be signed in to change notification settings - Fork 44
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
Cosmos node liveness #6561
Merged
Merged
Cosmos node liveness #6561
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mhagel
force-pushed
the
mark.5157-liveness
branch
4 times, most recently
from
February 8, 2024 20:37
d16e198
to
f5755f2
Compare
mhagel
commented
Feb 8, 2024
packages/commonwealth/client/scripts/state/api/proposals/cosmos/fetchCosmosProposalMetadata.ts
Show resolved
Hide resolved
mhagel
force-pushed
the
mark.5157-liveness
branch
from
February 8, 2024 23:32
8b30ba9
to
974d1fa
Compare
mhagel
requested review from
timolegros,
mw2000,
kurtisassad,
egetekiner and
ianrowan
February 8, 2024 23:44
kurtisassad
reviewed
Feb 15, 2024
kurtisassad
reviewed
Feb 15, 2024
kurtisassad
reviewed
Feb 15, 2024
mhagel
force-pushed
the
mark.5157-liveness
branch
from
February 15, 2024 22:50
832c9a6
to
fb4f874
Compare
kurtisassad
approved these changes
Feb 20, 2024
use batchClient use db url if available, else proxy - migration to add health field to ChainNode - manage health in cosmosProxy depending on node response use enum for health closeBanner test helper document env vars remove cosmosLCD naming handle missing cosmos_chain_id
mhagel
force-pushed
the
mark.5157-liveness
branch
from
February 23, 2024 22:46
8a26e9b
to
0c93776
Compare
timolegros
approved these changes
Feb 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Link to Issue
Closes: #5157
Description of Changes
health
column to ChainNodes"How We Fixed It"
Test Plan
Deployment Plan
COSMOS_PROXY_REFERER
FALLBACK_NODE_DURATION_S
in seconds (defaults to 300 if not provided)Other Considerations