tom
tom
* [x] 补充sqlite相关测试 * [x] 补充MySQL相关测试 * [ ] 集成测试 * [ ] mock main函数 * [ ] 补充接口测试 * [ ] 选择及推送消息逻辑测试
### 链服务模块 / Chain Service Components - [X] venus - [ ] venus-auth - [ ] venus-gateway - [ ] venus-messager - [ ] venus-miner - [ ] 文档 /...
关联:https://github.com/filecoin-project/venus/issues/4951 ## TODO ### 增加repo目录 新增repo目录:`~/.venusgateway`,新增配置文件 `config.toml` 用于保存metrics相关配置 ### 监控指标 * 链接到gateway的钱包数量,地址数量,ip位置 * 链接到gateway的miner的数量,地址数量,ip位置 * 通过gateway的签名数量
调整编译出来的可执行文件的名字,由现在的 `chain-ro` 改成 `chain-co`
### 链服务模块 / Chain Service Components - [X] venus - [ ] venus-auth - [ ] venus-gateway - [ ] venus-messager - [ ] venus-miner - [ ] 文档 /...
### 链服务模块 / Chain Service Components - [ ] venus - [ ] venus-auth - [ ] venus-gateway - [ ] venus-messager - [ ] venus-miner - [ ] 文档...
* [增加peer评分机制](https://github.com/filecoin-project/venus/pull/5099) 经排查,venus 在 pubsub 层收到区块就比 lotus 慢,可以排除 pubsub 层以上代码的影响,后续可以对考虑连接的 peer 和 libp2p 进行研究 代码层面对比: 1. 都有 ConnectionManager,参数也相差不大 2. lotus 有 peer score管理,venus 加上也并没有明显改善收到区块慢的情况
## Related Issues ## Proposed Changes ## Additional Info ## Checklist Before you mark the PR ready for review, please make sure that: - [ ] All commits have a...
## 关联的Issues (Related Issues) https://github.com/filecoin-project/venus/issues/5311 lotus pr:https://github.com/filecoin-project/lotus/pull/8991 ## 改动 (Proposed Changes) ## 附注 (Additional Info) ## 自查清单 (Checklist) 在你认为本 PR 满足被审阅的标准之前,需要确保 / Before you mark the PR ready for review,...