stacks-archive / stacks-transactions-js

The JavaScript library for generating Stacks 2.0 transactions
19 stars 17 forks source link

refactor: rename makeSmartContractDeploy for makeContractDeploy #97

Closed yknl closed 4 years ago

yknl commented 4 years ago

This PR renames the makeSmartContractDeploy() function to makeContractDeploy.

Resolves: https://github.com/blockstack/stacks-transactions-js/issues/76

Type of Change

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #97 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  Coverage   84.01%   84.01%           
=======================================
  Files          28       28           
  Lines        1802     1802           
  Branches      367      367           
=======================================
  Hits         1514     1514           
  Misses        286      286           
  Partials        2        2           
Impacted Files Coverage Δ
src/builders.ts 76.14% <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 5054c1e...5f8b10b. Read the comment docs.