Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.1.0-rc1 #200

Open
Normalnoise opened this issue Jan 12, 2023 · 0 comments
Open

Release v2.1.0-rc1 #200

Normalnoise opened this issue Jan 12, 2023 · 0 comments

Comments

@Normalnoise
Copy link
Contributor

这是即将发布的Swan Provider v2.1.0-rc1 的第一个候选版本,支持存储提供商从多个路径导入订单、以及使用market_version = 1.2(Boost)导入订单。此外,此版本也支持使用 set-ask 命令来设置接单条件。

注意: 当存储提供商设置market_version = 1.2(Boost)来导入订单时,可以接收到使用market_version = 1.1(Lotus) 和 market_version = 1.2(Boost) 的用户的订单。

此外,此版本合并了许多修复的 bug,新功能和优化。您可以在此处留下您的任何反馈,报告漏洞,以及创建问题。

新功能

  • Aria2:同时从多个路径导入订单 (filswan/go-swan-provider#184)

    • 新配置 [aria2]. aria2_candidate_dirs = ["/tmp"]
  • Deal: 支持使用 market_version = 1.2(Boost)导入订单 (filswan/go-swan-provider#187)

    • 需要添加新配置:
    [lotus]
    client_api_token = ""
    
    [main]
    market_version = "1.2" 
    
    [market]
    collateral_wallet = ""                   
    publish_wallet = ""   
    
  • Deal: 存储提供商设置market_version = 1.2时,可以导入来自 Lotus 和 Boost 的订单 (filswan/go-swan-provider#188)

  • Deal: 设置market_version = 1.2 时,可以通过 set-ask命令来设置存储提供商的接单条件 (filswan/go-swan-provider#190)

    swan-provider set-ask --price=0 --verified-price=0 --min-piece-size=256 --max-piece-size=34359738368
    

优化 & Bug修复

依赖包升级

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant