This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Releases: connext/vector
Releases · connext/vector
Vector v0.2.5-beta.18
Merge pull request #655 from connext/nonce-expired Handle event where nonce is expired and tx is not confirmed
Vector 0.2.3
- [utils] Improve merkle tree
- [router] Add support for basis fees
Vector v0.2.1
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
Changelog
- [contracts] Request collateral also adjusts
Vector v0.2.1-beta.6
Changelog
- [all] Add confirmations for most chains
- [router] Improvements to fee stats
Vector v0.2.0
Changelog
- [router] Rebalance from Matic -> ETH Mainnet
- [node] Add
from
to send transactions - [contracts] Deploy to lots of chains! See https://github.com/connext/vector/tree/main/modules/contracts/deployments for latest info!
Vector v0.2.0-beta.8
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
- [engine] Fix transfer event balances
- [engine] Allow Bob to specify submitting their own withdrawals
Vector v0.2.0-beta.5
Changelog
- [router, node] - Bump up default fee expiry, make configurable
Vector v0.2.0-beta.4
New Features
- Fees! Added ability for router to charge fees. Full docs.