OpenAtomFoundation / xupercore

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

config: update memory grow enable config key name #335

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 #335 (3b4a868) into memory_grow (1bb45ea) will decrease coverage by 0.12%. The diff coverage is n/a.

@@               Coverage Diff               @@
##           memory_grow     #335      +/-   ##
===============================================
- Coverage        46.65%   46.53%   -0.13%     
===============================================
  Files              140      139       -1     
  Lines            12367    12356      -11     
===============================================
- Hits              5770     5750      -20     
- Misses            5419     5430      +11     
+ Partials          1178     1176       -2     
Impacted Files Coverage Δ
bcs/network/p2pv1/conn.go 55.10% <0.00%> (-6.13%) :arrow_down:
bcs/consensus/tdpos/common.go 52.17% <0.00%> (-2.90%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 46.94% <0.00%> (-1.88%) :arrow_down:
kernel/consensus/base/driver/chained-bft/smr.go 40.59% <0.00%> (-0.75%) :arrow_down:
bcs/contract/xvm/export_resolver_darwin.go
bcs/network/p2pv2/server.go 52.40% <0.00%> (+1.06%) :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 1bb45ea...3b4a868. Read the comment docs.