indra
indra copied to clipboard
[LEGACY] Monorepo containing everything related to the core Connext protocols and network.
Collateral service will need to request anonymized transfer and onchain transaction data from the node
## Expected Behavior ## Current Behavior ## Possible Solution ## Context * Client version used: * Node version used: * Chain used: * Browser Name and version: * Operating System...
**Is your feature request related to a problem? Please describe.** Need a better way to catch errors in a channel we all have access to (nobody uses the slack channel)....
## Description We test our validation in the test-runner, but now that it is mostly exported as middleware we can test it from within the apps module.
**Is your feature request related to a problem? Please describe.** Currently the indra node doesn't ask for any sort of fees, but sponsors quite some things. Mainly: - **collateralization fee**:...
**Is your feature request related to a problem? Please describe.** To avoid regression for us, @LePremierHomme started working on [integrating connext into our simulation test suite](https://github.com/ExchangeUnion/xud/issues/1460), which tests all typical...
App tests should probably be structured very similarly to our app validation libraries: - At the lowest level we should have some basic app tests that test things like `senderDeposit
**Describe the bug** Currently if you remove the `DEPOSIT_*` events from the node listener, the node fails to build. However, these events are only ever thrown by the client now,...