OpenAtomFoundation / xupercore

The kernel of xuperchain.
Apache License 2.0
61 stars 47 forks source link

fix proposal prefix #341

Closed wangchao0222 closed 2 years ago

wangchao0222 commented 2 years ago

Description

Solve the problem that some user tokens are not unlocked after the proposal ends

Fixes # (issue)

Type of change

Please delete options that are not relevant.

Brief of your solution

Please describe your solution to solve the issue or feature request.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

codecov-commenter commented 2 years ago

Codecov Report

Merging #341 (08d49c6) into master (191d55e) will decrease coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #341      +/-   ##
==========================================
- Coverage   45.65%   45.61%   -0.04%     
==========================================
  Files         139      139              
  Lines       12346    12346              
==========================================
- Hits         5636     5632       -4     
- Misses       5557     5559       +2     
- Partials     1153     1155       +2     
Impacted Files Coverage Δ
bcs/consensus/xpoa/xpoa.go 52.28% <0.00%> (-1.02%) :arrow_down:
bcs/consensus/tdpos/schedule.go 42.98% <0.00%> (-0.91%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 191d55e...08d49c6. Read the comment docs.