33cn / plugin

chain33 官方插件系统
BSD 3-Clause "New" or "Revised" License
89 stars 109 forks source link

fix:DecimalAddr2Hex l2Addr zero less bug #1263

Closed chendehai closed 1 year ago

chendehai commented 1 year ago

修复长度为64的L2Addr前置缺0问题

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 25.00% and project coverage change: -0.03 :warning:

Comparison is base (828431a) 48.40% compared to head (4afad86) 48.38%.

:exclamation: Current head 4afad86 differs from pull request most recent head ba5d193. Consider uploading reports for the commit ba5d193 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1263 +/- ## ========================================== - Coverage 48.40% 48.38% -0.03% ========================================== Files 223 223 Lines 42518 42518 ========================================== - Hits 20582 20572 -10 - Misses 20046 20053 +7 - Partials 1890 1893 +3 ``` | [Impacted Files](https://codecov.io/gh/33cn/plugin/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [plugin/dapp/zksync/executor/accountTree.go](https://codecov.io/gh/33cn/plugin/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2RhcHAvemtzeW5jL2V4ZWN1dG9yL2FjY291bnRUcmVlLmdv) | `67.42% <0.00%> (ø)` | | | [plugin/dapp/zksync/executor/query.go](https://codecov.io/gh/33cn/plugin/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2RhcHAvemtzeW5jL2V4ZWN1dG9yL3F1ZXJ5Lmdv) | `1.57% <0.00%> (ø)` | | | [plugin/dapp/zksync/types/util.go](https://codecov.io/gh/33cn/plugin/pull/1263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGx1Z2luL2RhcHAvemtzeW5jL3R5cGVzL3V0aWwuZ28=) | `38.29% <100.00%> (ø)` | | ... and [8 files with indirect coverage changes](https://codecov.io/gh/33cn/plugin/pull/1263/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

33cn commented 1 year ago

:tada: This PR is included in version 1.68.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: