open-runtime-module-library icon indicating copy to clipboard operation
open-runtime-module-library copied to clipboard

refactor fungibles impl

Open wangjj9219 opened this issue 2 years ago • 3 comments

wangjj9219 avatar Jun 14 '23 01:06 wangjj9219

Codecov Report

Merging #923 (e9b684d) into master (f7c8b38) will increase coverage by 0.22%. Report is 2 commits behind head on master. The diff coverage is 78.07%.

@@            Coverage Diff             @@
##           master     #923      +/-   ##
==========================================
+ Coverage   78.40%   78.63%   +0.22%     
==========================================
  Files         105      108       +3     
  Lines       10782    11387     +605     
==========================================
+ Hits         8454     8954     +500     
- Misses       2328     2433     +105     
Files Changed Coverage Δ
asset-registry/src/mock/para.rs 70.73% <ø> (ø)
currencies/src/lib.rs 48.36% <ø> (ø)
currencies/src/mock.rs 94.11% <ø> (ø)
payments/src/mock.rs 95.65% <ø> (ø)
traits/src/currency.rs 39.58% <0.00%> (ø)
xtokens/src/mock/para.rs 59.09% <ø> (ø)
xtokens/src/mock/para_relative_view.rs 24.39% <ø> (ø)
xtokens/src/mock/para_teleport.rs 15.78% <ø> (ø)
tokens/src/impls.rs 37.16% <41.76%> (+11.07%) :arrow_up:
tokens/src/impl_currency.rs 68.90% <68.90%> (ø)
... and 10 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Jun 14 '23 11:06 codecov-commenter

need to override the default impl of Unbalanced::increase_balance to support DustRemovalWhitelist, currently blocked by https://github.com/paritytech/substrate/pull/14388

wangjj9219 avatar Jun 14 '23 16:06 wangjj9219

should try to integrate with those tests https://github.com/paritytech/substrate/pull/13852

xlc avatar Jun 15 '23 00:06 xlc