virtualeconomy / v-systems

V Systems Reference Full Node
Other
115 stars 45 forks source link

update payment channel textual #185

Closed ncying closed 4 years ago

ncying commented 4 years ago

PR Details

Description

update payment channel textual

Related Issue

None

Motivation and Context

  1. Change the state map name
  2. Change the function name
  3. Change the variable name

How Has This Been Tested

All unit test passed

Types of changes

Checklist

codecov-io commented 4 years ago

Codecov Report

Merging #185 into feature/deposit_withdraw_contract will increase coverage by 3.18%. The diff coverage is 93.22%.

Impacted file tree graph

@@                          Coverage Diff                          @@
##           feature/deposit_withdraw_contract     #185      +/-   ##
=====================================================================
+ Coverage                              59.43%   62.61%   +3.18%     
=====================================================================
  Files                                    203      203              
  Lines                                   5788     5789       +1     
  Branches                                 261      278      +17     
=====================================================================
+ Hits                                    3440     3625     +185     
+ Misses                                  2348     2164     -184     
Impacted Files Coverage Δ
...ain/scala/vsys/blockchain/contract/DataEntry.scala 50.60% <0.00%> (+3.61%) :arrow_up:
...vsys/blockchain/state/opcdiffs/AssertOpcDiff.scala 57.89% <50.00%> (+3.50%) :arrow_up:
...s/blockchain/contract/ContractPaymentChannel.scala 100.00% <100.00%> (+100.00%) :arrow_up:
...a/vsys/blockchain/state/opcdiffs/LoadOpcDiff.scala 74.19% <100.00%> (+24.19%) :arrow_up:
...main/scala/vsys/blockchain/contract/Contract.scala 84.61% <0.00%> (+1.28%) :arrow_up:
.../vsys/blockchain/state/opcdiffs/CDBVROpcDiff.scala 74.35% <0.00%> (+25.64%) :arrow_up:
.../vsys/blockchain/state/opcdiffs/BasicOpcDiff.scala 40.38% <0.00%> (+27.88%) :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 773c4d1...a9a8dcf. Read the comment docs.