[webhooks] Additional support for downstream monitoring (#2434)
* [webhook] Move webhook with call for when cannot commit block * [webhook] Move as own root package * [webhook] Report bad block to webhookpull/2436/head
parent
8d18c5a987
commit
62e6fcfcf9
@ -1,4 +0,0 @@ |
|||||||
web-hooks: |
|
||||||
# node will call these webhooks |
|
||||||
notice-double-sign: http://localhost:5430/on-notice-double-sign |
|
||||||
this-node-double-signed: http://localhost:5430/on-this-node-double-signed |
|
@ -0,0 +1,8 @@ |
|||||||
|
slashing-hooks: |
||||||
|
on-notice-double-sign: http://localhost:5430/on-notice-double-sign |
||||||
|
|
||||||
|
availability-hooks: |
||||||
|
on-dropped-below-threshold: http://localhost:5430/on-dropped-below-threshold |
||||||
|
|
||||||
|
protocol-hooks: |
||||||
|
on-cannot-commit-block: http://localhost:5430/on-cannot-commit-block |
Loading…
Reference in new issue