Skip to content

@arkade-os/swap/0.0.15

Choose a tag to compare

@github-actions github-actions released this 10 Sep 07:52
· 4 commits to master since this release
@arkade-os/swap/0.0.15
c872191

What's Changed

  • perf(indexer): serve an identical in-flight vtxo read from one request by @Kukks in #876
  • test(sdk): mock the fetch boundary with real Responses by @Kukks in #881
  • fix(hooks): fail the pre-commit gate when its filter selects nothing by @Kukks in #880
  • feat(payment): state a quote's validity on RouteQuote by @Kukks in #874
  • fix(sdk): gate transaction history the way balance is gated by @tiero in #859
  • fix(emulator): route the info read through the SDK's shared fetch boundary by @Kukks in #887
  • fix(providers): bound reads with a deadline so the retries above them can run by @Kukks in #884
  • perf(contracts): let an embedder set a staleness budget for the pre-send sync by @Kukks in #882
  • docs(providers): name the wrapper the Expo fallback actually returns by @Kukks in #891
  • feat(swap): surface structured RFQ refusals by @Kukks in #898
  • fix(swap): support CAIP-19 registry markets by @Kukks in #899
  • fix(swap): preserve readable cached markets by @Kukks in #896
  • fix(swap): let restoreAssetSwaps re-ask a record it left pending by @Kukks in #893
  • fix(swap): restore coverage for the covenants the scan rebuilds by @Kukks in #892
  • fix(swap): a pass behind watchOfferSwaps, and a poll payload that can carry a spend by @Kukks in #895
  • perf(contracts): register a set of contracts in one indexer round trip by @Kukks in #897
  • perf(swap): read offer history once per start-up pass, not once per deposit by @Kukks in #900
  • feat(swap): fillOffer — the taker side an offer has no way to reach by @Kukks in #785
  • feat(swap): orchestrate repository restore by @Kukks in #901

Full Changelog: https://github.com/arkade-os/ts-sdk/compare/@arkade-os/swap/0.0.14...@arkade-os/swap/0.0.15