-
Notifications
You must be signed in to change notification settings - Fork 14
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
cloud_functions: add wormchainMonitor #143
Conversation
83cee3c
to
9cb5b78
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great! Few nits and comments on overall code structure.
Can we test the alerts and error cases by mocking Wormchain and foreign chain responses?
f955f27
to
c01a746
Compare
fb60de0
to
d88a0ff
Compare
34cfb7d
to
2e34b36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great, thanks!
4326e40
to
65d0177
Compare
This PR adds the wormchain monitoring of IBC clients and will alert to slack or pager duty as needed.
The .json files were pulled from:
osmosis - https://github.com/cosmos/chain-registry/blob/master/osmosis/chain.json#L518
evmos - https://github.com/cosmos/chain-registry/blob/master/evmos/chain.json#L373
Kujira - https://github.com/cosmos/chain-registry/blob/master/kujira/chain.json#L235