-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding
replyTo
field in http request body to submit RFQ (#142)
* changing rfqdata fields per spec change. still need to merge schema and test vector change in tbdex repo and update the tbdex submodule * backing out protocol changes * adding replyTo in req body * adding a test to include replyTo field when sending an rfq * changed file names to align with http spec. added valid url check in create exchange handler method, wrote a test against this url check * adding back an xit test case * remove alias * adding a replyTo field check * add test for throwing error if order is sent with replyTo field * removing .onlys from test * adding doc to dev tool method * building requestBody differently for rfq vs other messages. writing a doc for replyTo field in SendMessagesOpts * trust fall exercise with typescript type. removing the paranoid rfq message type check * renaming a variable * renaming * vcjwt is a string
- Loading branch information
Showing
7 changed files
with
101 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters