vector
vector copied to clipboard
↗️ Vector is an ultra-minimal state channel network implementation.
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...
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....
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
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:...