This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adapt to asset-swapper: expiry in indicative quote * Relay asset-swapper info logs to app's logger This will enable the logging of aggregate time spent waiting on RFQ-T makers in each request. * Adapt to asset-swapper: offerings, not endpoints Rather than "RFQ-T maker endpoints," asset-swapper now has the notion of "RFQ-T maker asset offerings," incorporating "supported asset pairs," so that time isn't wasted requesting quotes for unsupported asset pairs. * Make RFQT API key env var handling conventional That is, following the convention in the file. * Skip buy requests for RFQ-T * test: lengthen timeout of dependency startup This was done to prevent test timeouts, which were experienced in CI, at the recommendation of Alex Towle. * Log the basis for indicative quotes * test: lengthen timeout of dependency startup This was done to prevent test timeouts, which were experienced in CI, at the recommendation of Alex Towle. * Assert that RFQT maker asset pairs don't dupe Assert that an RFQ-T maker's asset offerings specification doesn't include an asset pair with identical assets. Addresses review comment #201 (comment) * Pin asset-swapper to monorepo `development` 0xProject/0x-monorepo@ff1811e * test: lengthen timeout of dependency startup This was done to prevent test timeouts, which were experienced in CI, at the recommendation of Alex Towle.
- Loading branch information
Showing
10 changed files
with
93 additions
and
13 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
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