indra
indra copied to clipboard
[LEGACY] Monorepo containing everything related to the core Connext protocols and network.
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 4.0.1. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 1.7.3 to 2.6.1. Release notes Sourced from node-fetch's releases. v2.6.1 This is an important security release. It is strongly recommended to update as soon as possible. See...
Dependency for https://github.com/ExchangeUnion/xud/pull/1885
## The Problem ## The Solution ## Checklist: - [ ] I am making this PR against staging, not master - [ ] My code follows the code style of...
Things I'd like to query: - current on-chain balances for all supported assets - current off-chain balances for all supported assets - balances limbo in transfer apps
Before we turn the watcher on in prod, 2 potential performance issues should be addresses 1. Currently watcher stores *all* `StateProgressed` and `ChallengeUpdated` events emitted from the watched ChallengeRegistries. We...
There's at least one bug here: Imagine a case where a deposit app is proposed, but then the install fails for some reason (e.g. user offline). If this happens, an...