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

Currently we require VECTOR_CONFIG to be passed in as an env var to the container. We should optionally allow a VECTOR_CONFIG_PATH which can point at a locally mounted file.

**Describe the problem** Our errors have a few issues: - They often have several nested contexts and can be very difficult to parse through - It is not clear which...

p3
needs spec
chore

The `Result` type should be used internally, but should not be exposed to the server-node or browser-node interfaces

p2
chore

No need to truncate since the channel state will not bloat significantly.

p2
chore

https://github.com/dollarshaveclub/postmate Refactor iframe communication to use this library. It will make event handling much better and allow us to actually use the Evt-based APIs better. Need to refactor both the...

p2
chore

Should fail fast with a good error if user has invalid bearer token in messaging service

p3
chore

Dispute submission and storage is poorly implemented. Make channel and transfer dispute implementations robust and managed

enhancement
p3
needs spec

You can easily update how names are displayed in Grafana without needing to add an `assetName` label and there is additional overhead with the `ChainInfo` introduced by trying to edit...

p3
chore

Right now we only update offchain liquidity when deposits happen, but should be updated for withdrawals as well.

p3
chore