WeCross
WeCross copied to clipboard
fix the cross-chain contract method multi-parameter bug
name: Default template
about: Default template for pull request
title: '(scope): subject'
标题
不超过80个字符,英文
格式:
<type>(scope): subject
示例:
<feat>(interchain): support inter-chain call from contract
type
type用于说明PR的类别,只允许使用下面的标识
-
feat: 新功能
-
fix: 修复bug
-
perf: 优化相关,比如提升性能、体验
-
test: 增加测试
-
style: 格式(不影响代码运行的变动)
-
refactor: 重构(即不是新增功能,也不是修改bug的代码变动)
-
docs: 文档
-
chore: 构建过程或辅助工具的变动
-
revert: 回滚到上一个版本
-
merge: 代码合并
-
sync: 同步主线或分支的Bug
-
project: 项目配置如readme、changelog(不影响代码)
scope
scope用于说明PR影响的范围,比如交易、事务、资源、网络等等
subject
subject是PR目的的简短描述
Hi @yinghuochongfly, 请描述这个PR的修复的bug,影响的范围。
Codecov Report
Merging #587 (ded25b4) into feature-1.3.2 (389df02) will increase coverage by
0.00%. Report is 4 commits behind head on feature-1.3.2. The diff coverage is0.00%.
:exclamation: Current head ded25b4 differs from pull request most recent head ab24b1a. Consider uploading reports for the commit ab24b1a to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## feature-1.3.2 #587 +/- ##
================================================
Coverage 15.57% 15.57%
Complexity 441 441
================================================
Files 185 185
Lines 8692 8691 -1
Branches 748 748
================================================
Hits 1354 1354
+ Misses 7220 7219 -1
Partials 118 118
| Files Changed | Coverage Δ | |
|---|---|---|
| ...webank/wecross/interchain/InterchainScheduler.java | 0.00% <0.00%> (ø) |