Releases: ipfs-force-community/sophon-miner
Releases · ipfs-force-community/sophon-miner
v1.13.0
What's Changed
- Chore/merge release v1.12 by @simlecode in #208
- update config description / 更新config的解释 by @elvin-du in #209
- feat: add api to list blocks by @LinZexiao in #211
- feat: add venus name space header by @LinZexiao in #213
- fix: add null round count by @simlecode in #216
- remove useless config code / 删除没用的配置代码 by @elvin-du in #210
- Feat/add interface to query record of mining by @LinZexiao in #215
- chore: bump up version to v1.13.0-rc1 by @LinZexiao in #217
- chore: bump up version to v1.13.0-rc1 by @LinZexiao in #219
- feat: disable mine record by default by @LinZexiao in #218
- Fix/query record incomplete by @LinZexiao in #220
- feat: control concurrency when call CountWinner by @simlecode in #223
- Feat/bump up version to v1.13.0 by @LinZexiao in #224
Full Changelog: v1.12.0...v1.13.0
v1.13.0-rc2
What's Changed
- feat: disable mine record by default by @LinZexiao in #218
Full Changelog: v1.13.0-rc1...v1.13.0-rc2
v1.13.0-rc1
What's Changed
- Chore/merge release v1.12 by @simlecode in #208
- update config description / 更新config的解释 by @elvin-du in #209
- feat: add api to list blocks by @LinZexiao in #211
- feat: add venus name space header by @LinZexiao in #213
- fix: add null round count by @simlecode in #216
- remove useless config code / 删除没用的配置代码 by @elvin-du in #210
- Feat/add interface to query record of mining by @LinZexiao in #215
- chore: bump up version to v1.13.0-rc1 by @LinZexiao in #217
New Contributors
Full Changelog: v1.12.0...v1.13.0-rc1
v1.12.0
What's Changed
- feat: message pool select delay secs to configure by @diwufeiwen in #193
- chore: upgrade venus and venus-auth by @simlecode in #195
- feat: proc repo migration by @diwufeiwen in #197
- fix: Correctly handle null round by @diwufeiwen in #198
- fix: data race of mockChain by @diwufeiwen in #199
- Chore/lt/upgrade venus ref and selfver by @diwufeiwen in #200
- fix: build and publish bundle script by @diwufeiwen in #201
- Update README.md by @Fatman13 in #202
- fix: cmds compatible old repo by @diwufeiwen in #203
- fix: replace ioutil with os by @LinZexiao in #207
New Contributors
Full Changelog: v1.11.0...v1.12.0
v1.12.0-rc2
Merge pull request #204 from ipfs-force-community/chore/bump_version Chore/bump version
v1.12.0-rc1
What's Changed
- feat: message pool select delay secs to configure by @diwufeiwen in #193
- chore: merge Release/v1.11 into master by @LinZexiao in #194
- chore: upgrade venus and venus-auth by @simlecode in #195
- feat: proc repo migration by @diwufeiwen in #197
- fix: Correctly handle null round by @diwufeiwen in #198
- fix: data race of mockChain by @diwufeiwen in #199
- Chore/lt/upgrade venus ref and selfver by @diwufeiwen in #200
Full Changelog: v1.11.0...v1.12.0-rc1
v1.11.0
What's Changed
New Feature
- feat: update AuthClient which with token by @LinZexiao /客户端token验证 [#169]
- feat: add status api by @hunjixin / 添加状态检测接口 [#172]
- feat: mysql table migrate for miner_blocks by @diwufeiwen / 更新数据库字段为可空或者添加默认值[#168]
- feat: add docker push by @hunjixin /增加推送到镜像仓库的功能 [#183]
Optimizations
- opt: chain-forked check by @diwufeiwen /链分叉判断时只对同周期内判断 [#181]
- opt: set the select messages timeout by @diwufeiwen / 选择消息设置5秒超时 [#184]
Bugs Fixes
- fix:check gateway fail by @hunjixin /修复gateway配置检查失败的问题 [#177]
- fix: config check by @diwufeiwen / 修复配置检测失败的问题 [#178]
Full Changelog: v1.10.4...v1.11.0
v1.11.0-rc1
What's Changed
- feat: mysql table migrate for miner_blocks by @diwufeiwen in #168
- feat: update AuthClient which with token by @LinZexiao in #169
- Feat/add status api by @hunjixin in #172
- fix:check gateway fail by @hunjixin in #177
- fix: config check by @diwufeiwen in #178
- opt: chain-forked check by @diwufeiwen in #181
- Feat/add docker push by @hunjixin in #183
- opt: set the select messages timeout by @diwufeiwen in #184
- Feat/lt/set larger limit para by @diwufeiwen in #187
- fix(CI): keep chain going funcs by @diwufeiwen in #188
Full Changelog: v1.10.4...v1.11.0-rc1
v1.10.4
- 无论出块耗时是否大于
MinerOnceTimeout
,都打印各阶段耗时; - 在被判定为分叉链时,仍执行完出块流程;
- 避免出块超时时,提前更新
lastBase
.
v1.10.3
Full Changelog: v1.10.2...v1.10.3