indexer
indexer copied to clipboard
searchable history and current state
## Related PR's * #1067 * #1168 ## TODO - [ ] Is paging for `.../boxes` working as expected? - [ ] Should a [Block Generator](https://github.com/algorand/indexer/blob/64e07fda24d2da0c8ccf8c8dbc9018b284298b4a/cmd/block-generator/README.md#L1) test be added for...
The way we're creating multiple logrus instances is not thread safe. There is some discussion about the problem here: https://github.com/Sirupsen/logrus/issues/391 After some investigation I didn't find a nice solution to...
 ### Bugfixes * test fixes: Submodule updates by @Eric-Warehime in https://github.com/algorand/indexer/pull/1144 * Bug-Fix: Implement BlockHdrCached + miscellany by @tzaffi in https://github.com/algorand/indexer/pull/1162 * Bug-Fix: Stop Panics if no config...
 ### Bugfixes * test fixes: Submodule updates by @Eric-Warehime in https://github.com/algorand/indexer/pull/1144 * Bug-Fix: Implement BlockHdrCached + miscellany by @tzaffi in https://github.com/algorand/indexer/pull/1162 * Bug-Fix: Stop Panics if no config...
## Summary this adds support for darwin machines running on arm64 architecture (m1) to the `release.py` script. this makes it so that darwin-arm64 builds can be enabled at a later...
# Acceptance criteria Figure out how a non-archival mode can fit in with the current Indexer, and Conduit. It may be two feature: 1) initializing from a catchpoint 2) pruning...
Create a policy for algod/indexer interoperability testing: * alert us when the bleeding edge of indexer and algod are not compatible * does not fail for normal pull requests unless...
Resolves #1127 Adds "yaml" extension for auto-loading configurations ## Summary Explain the goal of this change and what problem it is solving. Format this cleanly so that it may be...
## Problem Each time we need to run indexer performance or validation testing, we need to ask DevOps to set up the needed infrastructure. ## Requirements - automated performance testing...
## 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...