Results 35 comments of zl

我会抽时间再研究一下index-provider, 看看这一部分功能, 是不是index-provider本身缺少的. 如果这一部分是它本身就缺少的, 是值得作为一个新的方向的.

同时也想看看 @hunjixin 的意见.

应该在venus中支持删除私钥的方法, 但为了安全性, 应该在删除前对私钥(钱包)的密码进行校验.

主要分成2个部分: 1. 补充完善测试. 2. 添加注解.

需要, 但优先级不高. 在实施过程中, 需要考虑以下因素: 由于venus的包含较多组件, 对于一些公共的封装如: https://github.com/filecoin-project/lotus/blob/4f75e2041c13cdd8be8bdcd790449c2ec7f0091f/cli/helper.go#L34 可以考虑放到公共的库中, 供各个组件引用.

调研结果: fip45文档:https://github.com/ipfs-force-community/dev-guidances/blob/master/%E7%A0%94%E7%A9%B6%E7%AE%A1%E7%90%86/Filecoin/FIP0045%E8%B0%83%E7%A0%94.md fip34文档:https://github.com/ipfs-force-community/dev-guidances/blob/master/%E7%A0%94%E7%A9%B6%E7%AE%A1%E7%90%86/Filecoin/FIP0034%E8%B0%83%E7%A0%94.md

https://filecoinproject.slack.com/archives/C0365S9E0JW/p1662612081589399 发起了一个相关的讨论.等待回复中.

结果: 这个功能可选功能, 并且需要能上传下载附件的网络服务,或者重新使用circleci, 所以暂时不添加这个脚本. 如果有其它想法欢迎留言讨论.

备用方案: 参考lotus, 同时使用`circleci`和`git action`, circleci只在 需要 测试的和上传测试结果 的工作流.

确认使用circleci作为STM测试详细信息链接的方案.需要以下子任务: - [x] https://github.com/filecoin-project/venus-messager/pull/284 - [x] https://github.com/filecoin-project/venus-auth/pull/117 - [x] https://github.com/ipfs-force-community/venus-gateway/pull/99 - [x] https://github.com/filecoin-project/venus-miner/pull/143 - [x] https://github.com/filecoin-project/venus-wallet/pull/112 - [x] https://github.com/filecoin-project/venus/pull/5434 - [ ] venus-market增加circleci测试脚本