virtualeconomy / v-systems

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

Update/exchange settings #282

Closed ncying closed 3 years ago

ncying commented 3 years ago

PR Details

Description

  1. merge code from master
  2. new contracts supported

Related Issue

None

Motivation and Context

For dev net test

How Has This Been Tested

All unit test passed

Types of changes

Checklist

codecov-commenter commented 3 years ago

Codecov Report

Merging #282 (ef06022) into exchange (0dedeb5) will increase coverage by 12.23%. The diff coverage is 36.17%.

Impacted file tree graph

@@              Coverage Diff              @@
##           exchange     #282       +/-   ##
=============================================
+ Coverage     61.03%   73.26%   +12.23%     
=============================================
  Files           207      207               
  Lines          7327     7355       +28     
  Branches        266      255       -11     
=============================================
+ Hits           4472     5389      +917     
+ Misses         2855     1966      -889     
Impacted Files Coverage Δ
src/main/scala/vsys/Application.scala 0.00% <0.00%> (ø)
...cala/vsys/api/http/contract/ContractApiRoute.scala 0.00% <0.00%> (ø)
...main/scala/vsys/blockchain/contract/Contract.scala 87.36% <100.00%> (+1.32%) :arrow_up:
...ain/scala/vsys/api/http/TransactionsApiRoute.scala 54.90% <0.00%> (+0.98%) :arrow_up:
...ala/vsys/blockchain/contract/ContractVEscrow.scala 100.00% <0.00%> (+100.00%) :arrow_up:
...ala/vsys/blockchain/contract/ContractVOption.scala 100.00% <0.00%> (+100.00%) :arrow_up:
...vsys/blockchain/contract/ContractVStableSwap.scala 100.00% <0.00%> (+100.00%) :arrow_up:
...ys/blockchain/contract/ContractNonFungibleV2.scala 100.00% <0.00%> (+100.00%) :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 0dedeb5...ef06022. Read the comment docs.