OpenAtomFoundation / xupercore

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

add log support for llvm backend #333

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 #333 (6b43818) into llvm_backend (a8815c9) will decrease coverage by 0.07%. The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           llvm_backend     #333      +/-   ##
================================================
- Coverage         45.92%   45.85%   -0.08%     
================================================
  Files               140      140              
  Lines             12361    12362       +1     
================================================
- Hits               5677     5668       -9     
- Misses             5526     5534       +8     
- Partials           1158     1160       +2     
Impacted Files Coverage Δ
bcs/contract/xvm/debug.go 0.00% <0.00%> (ø)
bcs/consensus/xpoa/xpoa.go 51.26% <0.00%> (-2.04%) :arrow_down:
bcs/network/p2pv2/server.go 51.33% <0.00%> (-1.07%) :arrow_down:
kernel/consensus/base/driver/chained-bft/smr.go 40.59% <0.00%> (-0.75%) :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 a8815c9...6b43818. Read the comment docs.