bohendo
bohendo
**Describe the bug** I'm writing a library that depends on csv-parser that I'd like to use both server & client side. I successfully integrated [email protected] but upgrading to [email protected] breaks...
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...
eg we should be able to query `/api/ethprovider/1337` to get info re chain 1337.
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...
Blocked by issue #241 because resolve it will drastically change our address management code. But once 241 is done, it's important that we no longer need to manually update config...
eg "prod-mode" should use an external db url. For testing or staging, the in-built sqlite db is sufficient. Our current ops/database is kind of in an uncanny valley: it's homegrown...
Our `ops/{push,pull}-images` files have caused bugs & it's annoying/fragile to keep the list of containers they contain up to date manually. Maybe GitHub's container registry provides a cleaner service that...
This PR imports all content (including the git history) from [crytic/not-so-smart-contracts](https://github.com/crytic/not-so-smart-contracts/pulls) and places it in the `not-so-smart-contracts/solidity` directory. Important note: none of the PRs to crytic/not-so-smart-contracts have been imported but,...
resolves #811 This script will: - exit if echidna is already installed - exit if python3 is not installed - install pip3 if not already present - install slither via...