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

Instead of gRPC we can use Websocket based event handlers.

**Describe the bug** `ethService` is not usable by third parties (i.e. watchtowers), and should be updated to be friendlier to users outside of the channel. For instance in `sendDepositTx`: ```typescript...

bug
p2

When creating a conditional transfer with the browser node with the iframe, it will throw out an RPC error when attempting to create a conditional transfer with recipientChainID, recipientAssetID, and...

This will greatly reduce router costs. This is likely not possible with our current architecture. Idea: Use `ChannelFactory.sol` to perform batch withdrawals. - Pass an array of withdrawal commitment data....

help wanted
p1
needs spec

The protocol allows for external validation to be called before signing or cosigning an update. We need to figure out a good way to expose this functionality to node users

enhancement
p2

Draw inspiration from here: https://github.com/graphprotocol/indexer/issues/178 We should have configurable variables on the router to retry transactions while bumping gas price.

Gas costs are insane. We need to figure out how to reduce them to make running a router on Ethereum economical (L2L2 routers are totally ok). General strategy for this:...

question
p1
needs spec