Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Releases: connext/vector

Vector v0.2.5-beta.18

16 Jun 15:56
49684b9
Compare
Choose a tag to compare
Merge pull request #655 from connext/nonce-expired

Handle event where nonce is expired and tx is not confirmed

Vector 0.2.3

17 Apr 01:07
Compare
Choose a tag to compare
  • [utils] Improve merkle tree
  • [router] Add support for basis fees

Vector v0.2.1

01 Apr 06:49
Compare
Choose a tag to compare

New Features

  • Upgraded to a new messaging cluster. Config for server-node/router (after removing messagingUrl:
"natsUrl": "nats1.connext.provide.network:4222,nats2.connext.provide.network:4222,nats3.connext.provide.network:4222",
"authUrl": "https://messaging.connext.network",

Browser-node config:

"natsUrl": "wss://websocket.connext.provide.network",
"authUrl": "https://messaging.connext.network",

Lots of fixes around onchain sending/collateralizations.

Vector v0.2.1-beta.13

25 Mar 08:25
Compare
Choose a tag to compare

Changelog

  • [contracts] Request collateral also adjusts

Vector v0.2.1-beta.6

22 Mar 13:37
Compare
Choose a tag to compare

Changelog

  • [all] Add confirmations for most chains
  • [router] Improvements to fee stats

Vector v0.2.0

15 Mar 17:26
Compare
Choose a tag to compare

Changelog

Vector v0.2.0-beta.8

09 Mar 12:33
Compare
Choose a tag to compare

Changelog

  • [engine, router] Allow users to specify if they want to receive an exact amount when requesting a quote

Vector v0.2.0-beta.7

08 Mar 14:30
Compare
Choose a tag to compare
  • [engine] Fix transfer event balances
  • [engine] Allow Bob to specify submitting their own withdrawals

Vector v0.2.0-beta.5

04 Mar 09:58
Compare
Choose a tag to compare

Changelog

  • [router, node] - Bump up default fee expiry, make configurable

Vector v0.2.0-beta.4

03 Mar 11:05
Compare
Choose a tag to compare

New Features

  • Fees! Added ability for router to charge fees. Full docs.