vector
vector copied to clipboard
↗️ Vector is an ultra-minimal state channel network implementation.
**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
**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...
**Is your feature request related to a problem? Please describe.** In the same way as having a `createChannelAndDepositAlice` there should be a `createChannelAndWithdraw` function
**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...
Stats across all routers. See PR #448 for draft implementation
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...