virtualeconomy / v-systems

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

Contract/payment channel #182

Closed ncying closed 4 years ago

ncying commented 4 years ago

PR Details

Description

  1. show state var and map data type
  2. add ShortBytes data type
  3. add onDeposit and onWithdraw to trigger textual

Related Issue

None

Motivation and Context

Fix contract translator

How Has This Been Tested

All unit test passed

Types of changes

Checklist

codecov-io commented 4 years ago

Codecov Report

Merging #182 into feature/deposit_withdraw_contract will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@                          Coverage Diff                          @@
##           feature/deposit_withdraw_contract     #182      +/-   ##
=====================================================================
+ Coverage                              59.41%   59.43%   +0.01%     
=====================================================================
  Files                                    203      203              
  Lines                                   5788     5788              
  Branches                                 261      261              
=====================================================================
+ Hits                                    3439     3440       +1     
+ Misses                                  2349     2348       -1     
Impacted Files Coverage Δ
...ain/scala/vsys/api/http/TransactionsApiRoute.scala 54.90% <0.00%> (+0.98%) :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 511398f...01eb218. Read the comment docs.