Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

52 lines (32 loc) · 1.3 KB

Vector Changelog

Next Release

0.0.17

  • [router] Refactor router architecture.

0.0.16

  • [sdk] Fix cancellation.
  • [sdk] Change method name from cancelExpired to cancel.
  • [sdk, router] Add network param for abstracting messaging configuration.
  • [sdk] Rename startTransfer and finishTransfer to prepareTransfer and fulfillTransfer.

0.0.15

  • [txservice] Fix in gas price for Optimism.
  • [contracts] Deployments for Mumbai, Optimism Kovan, Arbitrum Rinkeby.

0.0.14

  • [sdk] Add transactionHash to all applicable events.
  • [contracts] Deploy to all chains.

0.0.13

  • [sdk] Add subgraph to the frontend for transaction status tracking.

0.0.12

  • [txservice] Bugfixes.

0.0.11

  • [sdk] Fix for signature sending bug.
  • [txservice] Fix for tx confirmed bug.
  • [sdk] Add constructor param to skip setting up contract listeners.

0.0.10

  • [router, sdk] Refactor error handling.
  • [sdk] #53 Add ReceiverPrepareSigned event.
  • [sdk] #54 Fix finishTransfer resolution.

0.0.9

  • [sdk] Add methods to attach and detach listener.
  • [sdk] Break up methods into startTransfer and finishTransfer.
  • [router, sdk] Add getTransferQuote method and simulate auction request/response.

0.0.8