filecoin-project / venus

Filecoin Full Node Implementation in Go
https://venus.filecoin.io
Other
2.06k stars 463 forks source link

[venus] 缺少对filplus相关功能查询 #5952

Open cloudxin opened 1 year ago

cloudxin commented 1 year ago

链服务模块 / Chain Service Components

订单服务模块 / Deal Service Components

算力服务模块 / Storage Power Service Components

描述 / Description

参考lotus filplus相关功能

NAME:
   lotus filplus - Interact with the verified registry actor used by Filplus

USAGE:
   lotus filplus command [command options] [arguments...]

COMMANDS:
     grant-datacap                  give allowance to the specified verified client address
     list-notaries                  list all notaries
     list-clients                   list all verified clients
     check-client-datacap           check verified client remaining bytes
     check-notary-datacap           check a notary's remaining bytes
     sign-remove-data-cap-proposal  allows a notary to sign a Remove Data Cap Proposal
     list-allocations               List allocations made by client
     remove-expired-allocations     remove expired allocations (if no allocations are specified all eligible allocations are removed)
     help, h                        Shows a list of commands or help for one command

OPTIONS:
   --help, -h  show help (default: false)
Fatman13 commented 1 year ago

这个感觉确实挺需要的。特别是现在网络增长全靠 f+ 的情况下。

simlecode commented 1 year ago

放到 SSM 里面?

Fatman13 commented 1 year ago

放到 SSM 里面?

有道理。👍

Fatman13 commented 1 year ago

Slack 需求,建议可以提升至 P1。CC @elvin-du

simlecode commented 1 year ago

https://github.com/ipfs-force-community/venus-tool/issues/16