-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
|
const offering = Offering.create({ | ||
metadata : { from: did.did }, | ||
data : DevTools.createOfferingData() | ||
data : { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mistermoe are we cool to go back to using DevTools since we're keeping that class?
TBDocs Report ✅ No errors or warnings @tbdex/protocol
@tbdex/http-client
@tbdex/http-server
TBDocs Report Updated at 2024-01-24T21:49:08Z |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #152 +/- ##
=======================================
Coverage 74.61% 74.61%
=======================================
Files 18 18
Lines 981 981
Branches 82 82
=======================================
Hits 732 732
Misses 249 249
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
…e message being built
…229) * Ran generate-test-vectors in tbdex-js PR [#152](TBD54566975/tbdex-js#152) to update test vectors * regenerated test vectors * fixing parse offering to use a real did when creating offering
Summary
generate-test-vectors
(p)npm script now overwrites the generated vectors into test vector json files inside the tbdex submodue folder.Part of an effort to break apart #126 into smaller ones. Related to #122