You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a new feature or an enhancement to the Filecoin protocol. If it is, please open an FIP issue.
This is not brainstorming ideas. If you have an idea you'd like to discuss, please open a new discussion on the venus forum and select the category as Ideas.
I have a specific, actionable, and well motivated feature request to propose.
Checklist
Ideas
.Venus component
What is the motivation behind this feature request? Is your feature request related to a problem? Please describe.
希望达成的目标:
venus-shared
中包含的接口相关代码,可以简洁地完成版本隔离/rpc/v0
、Filecoin
这样的具体内容venus-shared
中提供的、具备版本信息的客户端构造方法,不会出现版本不匹配的情况,具体表现为:使用
gateway/v1
的客户端构造函数,但传入的 addrs 为http://host:port/rpc/v0
, 将有可能发生实际调用v0
版本接口的情况Describe the solution you'd like
(http|https|ws|wss)://{host}:{port}
格式,由构造函数自行补充版本信息Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: