-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: 重构消息推送及签名逻辑 / refactor sign & push-msg logic #241
Conversation
cf39953
to
9cc8312
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #241 +/- ##
==========================================
+ Coverage 53.98% 54.26% +0.27%
==========================================
Files 62 62
Lines 6576 6485 -91
==========================================
- Hits 3550 3519 -31
+ Misses 2745 2686 -59
+ Partials 281 280 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -117,8 +114,6 @@ func fromMessage(srcMsg *types.Message) *mysqlMessage { | |||
Height: srcMsg.Height, | |||
Receipt: repo.FromMsgReceipt(srcMsg.Receipt), | |||
Meta: mtypes.FromMeta(srcMsg.Meta), | |||
WalletName: srcMsg.WalletName, |
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.
考虑留着?万一要回滚,没上链的消息就没有这两个值了
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.
在新的体系中venus-messager不应该存在WalletName这种东西,其签名都应该通过venus-gateway处理
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.
回滚的问题需要考虑到,不过真要是出问题,回滚程序也没用了,可能是要改数据库。
0d1a872
to
104cac9
Compare
723242f
to
507509f
Compare
507509f
to
bd58c40
Compare
bd58c40
to
f14043f
Compare
按计划给 release/v1.9.0-pre-rc1 分支合并,此pr关闭 |
关联的Issues (Related Issues)
close
改动 (Proposed Changes)
附注 (Additional Info)
自查清单 (Checklist)
在你认为本 PR 满足被审阅的标准之前,需要确保 / Before you mark the PR ready for review, please make sure that: