vector icon indicating copy to clipboard operation
vector copied to clipboard

↗️ Vector is an ultra-minimal state channel network implementation.

Results 84 vector issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Router should be able to batch submit multiple withdrawal commitments in a single onchain tx

enhancement
p2

**Is your feature request related to a problem? Please describe.** Should be able to withdraw from the same channel for both participants with a single commitment. Requires a new transfer...

enhancement
p2

**Is your feature request related to a problem? Please describe.** In the same way as having a `createChannelAndDepositAlice` there should be a `createChannelAndWithdraw` function

enhancement
p2

**Is your feature request related to a problem? Please describe.** It might be worth considering to allow multiple clients subscribing for the same public identifier, but with different URLs. One...

**Describe the bug** Withdrawals use a hardcoded fee because they cannot estimate without sigs. This does not account for the `WithdrawHelper` calls. We should be estimating the `WithdrawHelper` fees and...

bug
p2

Stats across all routers. See PR #448 for draft implementation

enhancement
p2

Settle on the format on https://github.com/connext/chaindata.

Basic visual we need on the dashboard, otherwise, it's super annoying to have to look up the address when things are low.

In unidirectional cases (i.e. Carol -> Router -> Dave, Carol always sends), symmetrical rebalance profiles don't make sense. The sender wants to have a target of 0 if they are...