0xMiden / 0xMiden/node

Add an `agglayer` check to the monitor

未关闭
#2,525 2 条评论 1 个 reaction 已指派 1 人 已被 @SantiagoPittella 认领 在 GitHub 查看
monitor
主要语言
Rust
星标
104
派生
138
平均合并
1 天 13 小时
30 天内合并 PR
56

描述

We should add the Agglayer as a new monitor card so we can track the status of bridges into and out of the network.

The monitor usually follows one of two approaches: consume a status endpoint or run a network workflow itself.
In this case, there’s no status endpoint we can consume directly, and running full bridge-in/out workflows from the monitor would require handling Ethereum-side transactions and events.

After discussing this with Pablo Vigara (didn't found its GH user), we came up with a separate component that runs these workflows and exposes the status of the latest execution. The monitor would only need to consume that endpoint.

A couple of open questions:
- Where should this component live? IMO, it deserves its own repository.
- Which token should the workflows use: the native token, a dedicated test token, or a configurable token?

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。