digitalbazaar / bedrock-did-io

Other
0 stars 0 forks source link

Establish basic function. #2

Closed mattcollier closed 3 years ago

mattcollier commented 3 years ago

Addresses #1. However, we are foregoing a pluggable architecture at this time. We will rev up the lib as support for new DID methods are added.

A 1.0 release probably won't be made here until work is complete on new did-io and deps. See: https://github.com/digitalbazaar/did-io/pull/50

codecov-io commented 3 years ago

Codecov Report

Merging #2 (06b2513) into main (5ce8be5) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main        #2   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         3    +1     
  Lines            6        11    +5     
=========================================
+ Hits             6        11    +5     
Impacted Files Coverage Δ
lib/config.js 100.00% <100.00%> (ø)
lib/main.js 100.00% <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 5ce8be5...06b2513. Read the comment docs.

dmitrizagidulin commented 3 years ago

Looks good at first glance (though I haven't tested it yet).

mattcollier commented 3 years ago

Waiting on https://github.com/digitalbazaar/did-method-key-js/pull/35.

dmitrizagidulin commented 3 years ago

@mattcollier @digitalbazaar/did-method-key now published as v1.0.0! :)

mattcollier commented 3 years ago

@dmitrizagidulin congratulations! Updating.