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

## The Problem ## The Solution

## The Problem Issue #410: https://github.com/connext/vector/issues/410 ## The Solution The user should be able to specify in their router's config multiple provider addresses which can be used to fallback to....

## The Problem - We need accurate logging to document time it's taking for methods to execute, starting with protocol module ## The Solution - Implemented logOperationTime, a util method...

## The Problem ## The Solution

## The Problem - Hashlock + Withdraw leads to extra steps when crosschain transferring ## The Solution - Create specialized crosschain transfer definition TODO before merging: - [x] Finish engine...

## The Problem Nonce has expired, but sometimes takes longer than 45 sec to confirm. Results in a UI/UX issue - the tx eventually goes through, but our store/application state...

**Describe the bug** When using the new packages, you have to use async imports for everything at a higher level than the `utils` module, i.e. everything except for the `types`...

**Describe the solution you'd like** It would be good if you can enable more tokens on the testnet chains, and also have the mint functions open in the new contracts....

Add ability to check version of app and build commit, smth like : ``` curl http://localhost:8002/version version: 0.2.3 commit: kbhdwfuity23784234jhbgdff2323 ```