0xProject / 0x-monorepo

0x protocol monorepo - includes our smart contracts and many developer tools
Other
1.41k stars 467 forks source link

asset-swapper: Add QuoteReport response #2606

Closed steveklebanoff closed 4 years ago

steveklebanoff commented 4 years ago

Description

Introduces new QuoteReport which reports on all sources considered and the path generated

Testing instructions

Call getMarketSellSwapQuoteForAssetDataAsync or getMarketBuySwapQuoteForAssetDataAsync and investigate the quoteReport in the response

Example quoteReport response: https://gist.github.com/steveklebanoff/73eb1b733a102ebb46f3cef983f0ac01

Types of changes

TODO

steveklebanoff commented 4 years ago

Closed in favor of https://github.com/0xProject/0x-monorepo/pull/2627