indexer
indexer copied to clipboard
searchable history and current state
* 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.
Integration branch where "ready to merge" box-related code will live until `go-algorand` box code is itself merged. # TODO before merging - [ ] Has go-algorand's [feature/avm-box](https://github.com/algorand/go-algorand/pull/4149) been merged? -...
## Summary This implementation of fetcher directly fetches blocks from the network instead of fetching from an algod server. `./algorand-indexer daemon -P --catchup -i ` starts indexer and fetches blocks...
## Summary If a panic occurs make sure it gets written to the log file.
## Problem Currently, when we add a new CLI command to the indexer, we test it manually - we do a build of the indexer and run that command. Would...
### 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...