Will Winder
Will Winder
## Problem Viper attempts to find configuration files ending in `yaml` and `yml`, we should allow this as well. ## Solution When looking for `api_config.yml` and `indexer.yml` we should also...
* docker-compose is contained, but takes a long time (10-15 minutes before the test even runs). Make it easier to run locally. (so that it's easier to get log messages)....
## Problem The user must lookup the the current round, and map it to the correct catchpoint label. This process is tedious and a mistake could be made. ## Solution...
We need a way to keep a local ledger up-to-date and ready to serve as a failover node. Two approaches would be: 1) Have a mode which keeps the data...
Provide options in the `conduit.yml` file to enable a pidfile, and enable cpu profiling.
## Summary Test utility to run through the ledger initialization code without connecting to a database.
## Summary If a panic occurs make sure it gets written to the log file.
### Subject of the issue To compensate for a lack of query performance tests, we can at least test that queries are generated consistently. Especially for specific performance-related items. In...