- Updated dependencies [
b09615e
]:- @tbdex/[email protected]
- @tbdex/[email protected]
- #270
664dd07
Thanks @thehenrytsai! - Fixed minor issue to prep v2.2.0 release
- Updated dependencies [
664dd07
]:- @tbdex/[email protected]
- @tbdex/[email protected]
- Updated dependencies [
0a9394c
,8908f85
,cad5c4e
]:- @tbdex/[email protected]
- @tbdex/[email protected]
-
#263
c673b00
Thanks @thehenrytsai! - Updated HTTP request body to containmessage
property according to spec change. -
#265
e692ea2
Thanks @leordev! - Updated code and tests to align with latest tbDEX spec (commit 621f54f oftbdex
repo)
- Updated dependencies [
c673b00
,e692ea2
,e692ea2
]:- @tbdex/[email protected]
- @tbdex/[email protected]
- #244
c7da892
Thanks @thehenrytsai! - Deprecated query params for List Exchanges API
-
#240
8d8f022
Thanks @thehenrytsai! - Fixed bugs in tests involving calledWith() and increased code coverage. -
#254
ffcbb32
Thanks @nitro-neal! - bumped to latest version of @web5/credentials @web5/crypto @web5/common and @web5/dids -
Updated dependencies [
ffcbb32
]:- @tbdex/[email protected]
- @tbdex/[email protected]
-
#237
cf1c881
Thanks @kirahsapong! - Fixes http-server GET /exchange/* responses -
Updated dependencies []:
- @tbdex/[email protected]
- @tbdex/[email protected]
-
#233
b7e3a9b
Thanks @leordev! - Add provenance config to the build -
Updated dependencies [
b7e3a9b
]:- @tbdex/[email protected]
- @tbdex/[email protected]
- Updated dependencies [
e852f25
]:- @tbdex/[email protected]
- @tbdex/[email protected]
-
#226
65439c2
Thanks @kirahsapong! - Add newBalance
Resource type and associated server endpoint, config, and client calling methodsUpdate
Offering
Resource andRFQ
Message type to accept new simplified fields.Add detachable
privateData
field toRFQ
Message type and hash data intodata
fieldAdd optional
success
field toClose
message -
#227
90ee330
Thanks @kirahsapong! - Bumps Web5 packages -
#204
69d10f0
Thanks @diehuxx! - Restructure HTTP exchange endpoints
- Updated dependencies [
65439c2
,90ee330
,69d10f0
]:- @tbdex/[email protected]
- @tbdex/[email protected]
-
#191
46481e7
Thanks @kirahsapong! - Introduce protocol field to messages and resources -
Updated dependencies [
46481e7
,4f45153
,1acffee
,46481e7
]:- @tbdex/[email protected]
- @tbdex/[email protected]
- Updated dependencies [5e9a7a2]
- @tbdex/[email protected]
- @tbdex/[email protected]
-
eba04b8: Upgrade packages web5/[email protected], web5/[email protected], web5/[email protected], web5/[email protected]
- Deprecate did:ion and did:key in favour of did:jwk and did:dht
- Migrate from
PortableDid
toBearerDid
with the latest @web5/dids upgrade - Replaces dependency on
Web5Crypto
withBearerDid
signer abstraction for signing operations
-
ca1b235: Requires consumer to pass pfiDid when instantiating a new TbdexHttpServer
- Updated dependencies [eba04b8]
- Updated dependencies [589edc3]
- Updated dependencies [629f0c7]
- @tbdex/[email protected]
- @tbdex/[email protected]
- 1b48ad1: Simplify types, inheritance structure, and API
- Updated dependencies [552675c]
- Updated dependencies [1b48ad1]
- @tbdex/[email protected]
- @tbdex/[email protected]
- 01fc636: JWT creation and verification
- Updated dependencies [550fe94]
- Updated dependencies [c471b3d]
- Updated dependencies [01fc636]
- @tbdex/[email protected]
- @tbdex/[email protected]
- 941e8f6: Improve http-server error handling and test coverage
- 47105ca: Removes HttpResponse and ErrorResponse types from http-client package
- Updated dependencies [a7bc582]
- Updated dependencies [5631d32]
- Updated dependencies [9e1015e]
- Updated dependencies [47105ca]
- Updated dependencies [c3610ed]
- @tbdex/[email protected]
- @tbdex/[email protected]
- Updated dependencies [2f4c096]
- @tbdex/[email protected]
- @tbdex/[email protected]
- Updated dependencies [bef3ae7]
- @tbdex/[email protected]
- @tbdex/[email protected]
- 415b234: - Added requester DID in filter passed to
ExchangesApi.getExchanges
. Prior to this change, there was no way to prevent returning exchanges that the requester wasn't a participant of- Added
did:dht
resolution - Fixed
DevTools.createJwt
- Added
- Updated dependencies [415b234]
- @tbdex/[email protected]
- @tbdex/[email protected]
- 563e036: export
CallbackError
- @tbdex/[email protected]
- @tbdex/[email protected]
- Restructure error messages as ErrorDetail type
- Handle http-server callback errors and pass offering to RFQ handler
- @tbdex/[email protected]
- @tbdex/[email protected]
- Get Exchanges filter field name change from exchangeId to id
- Updated dependencies
- @tbdex/[email protected]
- @tbdex/[email protected]
- 547124f: Test CI semver automation
- Updated dependencies [547124f]
- @tbdex/[email protected]
- @tbdex/[email protected]
Updated dependencies
@tbdex/[email protected]
@tbdex/[email protected]
- 3daa119: Patch get-func-name audit failure
- Updated dependencies [3daa119]
- @tbdex/[email protected]
- @tbdex/[email protected]
-
f085285: initialize
api
in constructor ofTbdexHttpServer
. This allows consumers to attach their own custom endpoints if needed like so:import { TbdexHttpServer } from "@tbdex/http-server"; const server = new TbdexHttpServer(); server.api.post("/some-custom-endpoint", (req, res) => { console.log("hi"); return res.sendStatus(202); }); await server.listen(9000, () => { console.log("Server listening on port 9000"); });
- Updated dependencies [0d05bb1]
- @tbdex/[email protected]
- @tbdex/[email protected]