We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
此次发布的是go-swan-client的重要版本,免费提供 区块链RPC服务。 此外,我们也合并了很多修复的bug、新功能、优化等。 如果您有什么问题,您可以在 此处 留下您的反馈。
Task: 所有 Swan Client用户都可以创建 auto-bid 任务 (filswan/go-swan-client#170)
RPC: 使用 rpc 命令从 Pocket 的 rpclist 服务中查询链上信息: ./swan-client rpc 或 ./swan-client rpc-api(filswan/go-swan-client#173)
./swan-client rpc
./swan-client rpc-api
RPC: 部署免费的区块链 RPC 服务, ./swan-client daemon, 访问 此处(filswan/go-swan-client#174),获取更多的区块链 rpc-api 的开发文档
./swan-client daemon
CMD: UX 优化, 访问 ./swan-client -h(filswan/go-swan-client#170),
./swan-client -h
Document: 创建了完整的 cmd document (filswan/go-swan-client#175)
Deal: 匹配 --start-epoch 和 duration(filswan/go-swan-client#154)
--start-epoch
duration
Task: 支持使用 json 文件和 csv 文件创建 Task (filswan/go-swan-client#153)
Config: 将 config.toml(filswan/go-swan-client#176) 中的 offline_mode 改为 offline_swan
config.toml
offline_mode
offline_swan
Config: 将config.toml中的部分配置项移至cmd选项中 (filswan/go-swan-client#165)
CheckDatacap
go-swan-lib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
此次发布的是go-swan-client的重要版本,免费提供 区块链RPC服务。 此外,我们也合并了很多修复的bug、新功能、优化等。 如果您有什么问题,您可以在 此处 留下您的反馈。
新功能
Task: 所有 Swan Client用户都可以创建 auto-bid 任务 (filswan/go-swan-client#170)
RPC: 使用 rpc 命令从 Pocket 的 rpclist 服务中查询链上信息:
./swan-client rpc
或./swan-client rpc-api
(filswan/go-swan-client#173)RPC: 部署免费的区块链 RPC 服务,
./swan-client daemon
, 访问 此处(filswan/go-swan-client#174),获取更多的区块链 rpc-api 的开发文档CMD: UX 优化, 访问
./swan-client -h
(filswan/go-swan-client#170),Document: 创建了完整的 cmd document (filswan/go-swan-client#175)
优化
Deal: 匹配
--start-epoch
和duration
(filswan/go-swan-client#154)Task: 支持使用 json 文件和 csv 文件创建 Task (filswan/go-swan-client#153)
Config: 将
config.toml
(filswan/go-swan-client#176) 中的offline_mode
改为offline_swan
Config: 将
config.toml
中的部分配置项移至cmd选项中 (filswan/go-swan-client#165)Bug 修复
CheckDatacap
的逻辑 (filswan/go-swan-client#168)依赖包升级
go-swan-lib
v0.2.130 -> v0.2.134 (filswan/go-swan-client#156, commit)The text was updated successfully, but these errors were encountered: