Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 2.16 KB

File metadata and controls

85 lines (53 loc) · 2.16 KB

Changelog

v0.0.13

  • Fixed JSON unmarshaling error when using WithInGivenOut option
  • GetQuote() now returns Coin for both AmountIn and AmountOut fields, regardless of the underlying quote type, WithOutGivenIn or WithInGivenOut

v0.0.12

  • Update osmoutils-go to v0.0.16.

v0.0.11

  • Update api key header to x-api-key.

v0.0.10

  • Update osmoutils-go and add WithOutGivenInCustom option to GetQuote.

v0.0.9

  • Remove regex validation from RouterQuoteOptions tokenIn and tokenOut.

v0.0.8

  • Export SQSQuoteResponse, SQSPool, SQSRoute, SQSPriceInfo, Coin, Pool, Route, PriceInfo.

v0.0.7

  • Add WithAppendBaseFee option to GetQuote and extend SQSQuoteResponse with more data.

v0.0.5 - 0.0.6

  • rename GetRoute to GetQuote

v0.0.4

  • Add SQSMock to support testing.

v0.0.3

  • Add WithCustomURL option to Initialize.

v0.0.2

  • Improve router/quote WithOutGivenIn and WithInGivenOut options.

v0.0.1

  • Initial release.