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

Releases: connext/vector

Vector v0.2.5-beta.18

Choose a tag to compare

@rhlsthrm rhlsthrm released this 16 Jun 15:56
49684b9
Merge pull request #655 from connext/nonce-expired

Handle event where nonce is expired and tx is not confirmed

Vector 0.2.3

Choose a tag to compare

@LayneHaber LayneHaber released this 17 Apr 01:07
  • [utils] Improve merkle tree
  • [router] Add support for basis fees

Vector v0.2.1

Choose a tag to compare

@rhlsthrm rhlsthrm released this 01 Apr 06:49

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

Choose a tag to compare

@rhlsthrm rhlsthrm released this 25 Mar 08:25

Changelog

  • [contracts] Request collateral also adjusts

Vector v0.2.1-beta.6

Choose a tag to compare

@rhlsthrm rhlsthrm released this 22 Mar 13:37

Changelog

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

Vector v0.2.0

Choose a tag to compare

@rhlsthrm rhlsthrm released this 15 Mar 17:26

Changelog

Vector v0.2.0-beta.8

Choose a tag to compare

@rhlsthrm rhlsthrm released this 09 Mar 12:33

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

Choose a tag to compare

@rhlsthrm rhlsthrm released this 08 Mar 14:30
  • [engine] Fix transfer event balances
  • [engine] Allow Bob to specify submitting their own withdrawals

Vector v0.2.0-beta.5

Choose a tag to compare

@rhlsthrm rhlsthrm released this 04 Mar 09:58

Changelog

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

Vector v0.2.0-beta.4

Choose a tag to compare

@rhlsthrm rhlsthrm released this 03 Mar 11:05

New Features

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