stacks-archive / stacks-transactions-js

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

feat: add validate address helper #102

Closed kyranjamie closed 4 years ago

kyranjamie commented 4 years ago

This helper function's repeated over a few repos. I figure this library's the most appropriate place to put it.

codecov[bot] commented 4 years ago

Codecov Report

Merging #102 into master will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
+ Coverage   84.01%   84.07%   +0.05%     
==========================================
  Files          28       28              
  Lines        1802     1808       +6     
  Branches      367      367              
==========================================
+ Hits         1514     1520       +6     
  Misses        286      286              
  Partials        2        2              
Impacted Files Coverage Δ
src/utils.ts 78.48% <100.00%> (+1.76%) :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 fc0ad72...dca30ff. Read the comment docs.