-
Notifications
You must be signed in to change notification settings - Fork 21
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
Prep/v2.2.0 rc2 #149
Prep/v2.2.0 rc2 #149
Conversation
* refactor load v8 actors before solo/pool execution
* fix crush caused by creation a 0 interval timer
* chore: upgrade venus & gateway * chore: upgrade venus
* fix placeholder in output log format string * feat: top level index local persistence (#140) * top level index local persistence * fix typo * add: dockerfile & docker dir * fix: docker push action rely on err branch * add: docker-compose * add: wait-for-it script * add: more readable log * feat: config snippet for compose.sh * feat: add publish docker image action * feat:add default piece storage path * fix: change action trigger to making tag * chore: ignore .vscode * chore: rm the test workflow of docker * style: add blank line to the end of the file * fix: adjust filecoin-ffi subrepo version * fix: TestPaychGetRestartAfterAddFundsMsg may stuck in forever waiting (#141) * fix TestPaychGetRestartAfterAddFundsMsg may stuck in forever waiting * fix : retrieval market: retrieval provider begins data transfer in incorrect state. (#146) * fix retrieval provider transfer data without waiting payment Co-authored-by: tom <69969590+simlecode@users.noreply.github.com> Co-authored-by: tanlang <lin.zexiao@qq.com> Co-authored-by: Tiance <40375298+diwufeiwen@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix creation of incorrect signer type * refactor minor refactor of prepare * fix remove unreachable code
Codecov Report
@@ Coverage Diff @@
## main #149 +/- ##
==========================================
- Coverage 18.83% 18.81% -0.03%
==========================================
Files 169 170 +1
Lines 17755 17802 +47
==========================================
+ Hits 3345 3349 +4
- Misses 13977 14021 +44
+ Partials 433 432 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@simlecode |
* chore: upgrade venus & gateway & messager * chore: upgrade ffi
* fix: if a owner is multi-sig address (#151) * fix if a owner is multi-sig address Co-authored-by: hunjixin <1084400399@qq.com> * fix:allow storage miner actor (#152) Co-authored-by: zl <zl03jsj@163.com> Co-authored-by: hunjixin <1084400399@qq.com> Co-authored-by: Mike <41407352+hunjixin@users.noreply.github.com>
* fix: fix load builtin actors * build: bump version to v2.2.0-rc2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看起来没啥问题, 有一个疑问是需要确认一下的已经添加评论.
鉴于本次提交内容较多, 提交的又是主分支, 是否需要先跑一下再合并?
No description provided.