This repository was archived by the owner on Dec 12, 2024. It is now read-only.
Releases: TBD54566975/tbdex
Releases · TBD54566975/tbdex
v0.8.0
What's Changed
- replace cbor lib with one that deterministically encode/decodes by @mistermoe @phoebe-lew in #157
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
What's Changed
- Changed
Offering.vcRequirementstoOffering.requiredClaims.- Rationale:
- consistency. we have a property named
requiredPaymentDetailsso it made sense to put the wordrequiredfirst claimsis a more general term used in the identity management space. Specifically, OAuth, OpenID Connect, SAML
- consistency. we have a property named
- Rationale:
- Changed
Rfq.vcstoRfq.claimsto match the above change Rfq.claimsis now an an array of strings instead of a string. Prior to this PR,Rfq.vcswas expected to be a Verifiable Presentation JWT with a payload that includedpresentation_submissionandverifiableCredential. Decided that the signature is redundant because the RFQ itself is signed. Also, realized thatpresentation_submissionisn't necessary (at the moment) to evaluate the provided credentials against an offering's requirements- added tests for
Rfq.verifyClaims
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- refactor so its easier to call methods specific to an individual message kind (e.g. rfq)
- fix
OrderandOrderModelso that Orders can be instantiated with no arguments - update RFQ returned by
DevTools.createRfqmore realistic - add methods to
DevToolsto create JWT Verifiable Credentials - include request token when making request to get an exchange
- implement Rfq method that checks vc's against an offering's
vcRequirements - remove unused dependency hardlock dependency versions
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Change orderstatus kind to lowercase by @phoebe-lew in #148
- PFI REST Client by @mistermoe in #147
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.0.17
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Update the offering section of the readme to match
types.jsby @SiennaSaito in #116 - Subunit -> subunits and update readme by @phoebe-lew in #119
- yeet the homerolled ids and replace with typeid-js by @phoebe-lew in #120
Full Changelog: v0.0.15...v0.0.16