Results 127 issues of Will Winder

After the changes... run the performance tests.

Team Lamprey

Similar to the go-algorand repo, we should provide an endpoint for fetching the open api specfile. Unlike the old swagger.json endpoint, the v2 endpoints are split into multiple pieces. We...

good first issue
Usability/UX
Team Lamprey

## Summary The asset holding objects in algod include the creator. Indexer does not. ## Scope/Requirements There are a few options: 1. At the REST layer lookup the creator for...

bug
external contribution
Team Lamprey

## Problem It is currently possible for queries to compete with the block import process. If queries exhaust the database connections it can cause the import process to fall behind....

new-feature-request
Team Lamprey

The scripts in *test/* are based on the e2edata block archives and the `import` subcommand. It would be better to use the private network snapshot and standard fetcher process to...

tech debt
Team Lamprey

## Summary In the future, we expect to see blocks with many thousands of transactions. Returning thousands of transactions is unnecessary overhead for anyone who just wants to get the...

performance
Usability/UX
Team Lamprey

## Summary There is an edge case when Indexer gets shutdown where it's possible for blocks/transactions committed to the database but the accounts not updated. We should write some tests...

FDE
tech debt
Test

## Summary Sandbox is by far the easiest way to test different version combinations of Indexer and algod. We should create a nightly integration test to compare different versions of...

High Priority
Team Hyper Flow

https://docs.google.com/document/d/1feB9UxsCYk4fzCLWaxfa0bFdtRZkEYeVnv9TQyTH6iI/edit# We need to improve and maintain indexer performance across several categories to ensure that the tool is useful and ready for future usage demands. We need performance guarantees around...

tech debt
Epic
Team Hyper Flow
Team Lamprey

We need a dataset for testing queries. Define a generator config file to create that dataset, and decide how large the database needs to be. Generate the database.

Medium Priority
tech debt
performance
Team Carbon-11