lecle / aloxide

Aloxide is a pragmatic abstraction layer for various blockchain softwares.
Apache License 2.0
10 stars 5 forks source link

fix(bridge): :bug: generate EOS smart-contract with logDataOnly #98

Closed manh-vv closed 4 years ago

manh-vv commented 4 years ago

It should not create tables

$ pwd
aloxide/packages/example-demux

$ yarn aloxide create -o out --log-data-only aloxide.yml
yarn run v1.22.5
aloxide/node_modules/.bin/aloxide create -o out --log-data-only aloxide.yml
use adapter eos
---- success generating file: hello.cpp
---- success generating file: hello.hpp
generate smart contract success fully
output folder: aloxide/packages/example-demux/out
✨  Done in 0.45s.
manh-vv commented 4 years ago

@danielAlvess please review the first commit when you are available.

codecov-io commented 4 years ago

Codecov Report

Merging #98 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   74.70%   74.70%           
=======================================
  Files          64       64           
  Lines         945      945           
  Branches      100      100           
=======================================
  Hits          706      706           
  Misses        232      232           
  Partials        7        7           
Impacted Files Coverage Δ
packages/bridge/src/eos/EOSContractAdapter.ts 100.00% <ø> (ø)

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 a04cde0...ddee59f. Read the comment docs.

danielvo11 commented 4 years ago

The first commit looks good to me too.