interledgerjs / ilp-packet

Moved to monorepo in interledgerjs/interledgerjs
https://github.com/interledgerjs/interledgerjs
Other
6 stars 5 forks source link

Feat: switch prepare to use fixed-length time format #27

Closed sharafian closed 6 years ago

sharafian commented 6 years ago

ILP Prepare uses a 17-byte fixed length time in the format YYYYMMDDHHmmSSooo. Not breaking because the ILP prepare has not been used in any modules yet

codecov-io commented 6 years ago

Codecov Report

Merging #27 into master will increase coverage by 0.06%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   90.81%   90.88%   +0.06%     
==========================================
  Files           3        3              
  Lines         403      417      +14     
  Branches       69       72       +3     
==========================================
+ Hits          366      379      +13     
- Misses         37       38       +1
Impacted Files Coverage Δ
index.ts 90.64% <100%> (ø) :arrow_up:
src/utils/date.ts 91.3% <92.85%> (+2.41%) :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 1bc30e5...8e20eea. Read the comment docs.