OpenAtomFoundation / xupercore

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

fix encoding error of dynamic objet after uint[] #310

Closed chenfengjin closed 2 years ago

chenfengjin commented 2 years ago

Description

What is the purpose of the change? Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

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 #310 (e70aa24) into master (9dc1137) will increase coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #310      +/-   ##
==========================================
+ Coverage   46.41%   46.46%   +0.04%     
==========================================
  Files         136      136              
  Lines       12197    12197              
==========================================
+ Hits         5661     5667       +6     
+ Misses       5362     5356       -6     
  Partials     1174     1174              
Impacted Files Coverage Δ
bcs/consensus/xpoa/xpoa.go 54.40% <0.00%> (-1.04%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 49.27% <0.00%> (-0.97%) :arrow_down:
bcs/consensus/tdpos/schedule.go 42.66% <0.00%> (-0.92%) :arrow_down:
kernel/consensus/base/driver/chained-bft/smr.go 40.45% <0.00%> (+0.75%) :arrow_up:
bcs/contract/xvm/code_manager.go 66.36% <0.00%> (+2.72%) :arrow_up:
bcs/network/p2pv1/conn.go 61.22% <0.00%> (+6.12%) :arrow_up:

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 9dc1137...e70aa24. Read the comment docs.