vector
vector copied to clipboard
↗️ Vector is an ultra-minimal state channel network implementation.
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...
The `Result` type should be used internally, but should not be exposed to the server-node or browser-node interfaces
No need to truncate since the channel state will not bloat significantly.
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...
Should fail fast with a good error if user has invalid bearer token in messaging service
Dispute submission and storage is poorly implemented. Make channel and transfer dispute implementations robust and managed
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...
Right now we only update offchain liquidity when deposits happen, but should be updated for withdrawals as well.