indra
indra copied to clipboard
[LEGACY] Monorepo containing everything related to the core Connext protocols and network.
**Describe the bug** Should be able to call `resolveCondition` with a cancelling action and have it work even if the sender or receiver's app is still a proposal
It would be cool to add a chain-selection UI bit to daicard so that daicard.io can toggle between the chains supported by indra.connext.network. We should also turn indra.connext.network into a...
**Describe the bug** Withdrawing on goerli succeeded, but had the following db error: ```js 2020-07-27T20:00:54.203Z [WithdrawService] Withdrawal tx sent! Hash: 0x9f326203b8bb3b84f46db6fd3937aeb91c06363fb924d30a2157b1c0c0077eb5 query failed: UPDATE "withdraw" SET "onchainTransactionId" = $2, "updatedAt"...
Now that 7.0 is out, it's worthwhile investing some time in our docs. There's a few things we should do: 1. Restructure docs so that the guides, quick start, etc....
## Expected Behavior ## Current Behavior Error handling is a mess, with the same error being thrown and logged at multiple layers of the stack. Additionally, the logging is overwhelming,...
Relies on other watcher work to be completed first. We need to explicitly dispute htlc apps in client and node if they are close to (or past) expiring but the...
**Describe the bug** If you call `connect` twice, it will create two listeners, nats servers, etc. and cause difficult to detect bugs. This function should be idempotent by default.
Right now, we have to create new initial state validation libraries for every new application that we write. This makes it harder to add new apps and makes the node...
**Is your feature request related to a problem? Please describe.** Currently we are using a two-step process for xud users to deposit funds into a channel 1. send eth/token to...