interledger-deprecated / ilp-plugin-bells

ILP Ledger plugin for five-bells-ledger
Other
4 stars 8 forks source link

fix(factory): use less strict username regex #110

Closed emschwartz closed 7 years ago

emschwartz commented 7 years ago

as mentioned in https://github.com/interledgerjs/five-bells-shared/pull/177, the stricter username

regex should only be applied by the ledger at account creation time

codecov-io commented 7 years ago

Codecov Report

Merging #110 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff           @@
##           master    #110   +/-   ##
======================================
  Coverage    95.2%   95.2%           
======================================
  Files          11      11           
  Lines         688     688           
  Branches      160     160           
======================================
  Hits          655     655           
  Misses         33      33
Impacted Files Coverage Δ
src/lib/factory.js 95.32% <100%> (ø) :white_check_mark:

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 75674bc...50311c6. Read the comment docs.