koios-artifacts icon indicating copy to clipboard operation
koios-artifacts copied to clipboard

Artifacts for https://koios.rest and https://api.koios.rest websites

Results 12 koios-artifacts issues
Sort by recently updated
recently updated
newest added

Added helper function for fetching history for a given epoch range for one to all pools, can be utilized for populating cache and is used in updated pool_history function that...

## Description Adds data-tests integration for HAproxy to run advanced test for servers in topology of monitoring nodes. First determines a healthy node to use for comparison from a list...

See if we can do without triggers for pool_info_cache , as there can be edge cases (if not using insert/delete). Alternatively, we can leave triggers as-is , but remove any...

backend-optimisation

Add `_after_block_height` and `_before_block_height` to account/address info endpoints

good first issue
queries

`grest.pool_active_stake_cache` contains information that should already be part of `grest.pool_history_cache` - with the exception of having records for 2 latest epochs. The older information is mostly redundant in pool_active_stake_cache. This...

backend-optimisation

Currently there isnt a way to monitor total mint transactions per epoch. The request here is: - Create a cache table that contains epoch_no, distinct metalabel keys for that epoch,...

**Describe the bug** Currently, Koios endpoints use a balanced approach for health checks to avoid scanning every endpoint, but still poll relevant ones. As such, we do not test pool_offline_data...

Add integration with [pool_groups](https://github.com/cardano-community/pool_groups/blob/main/singlepooloperators.json) repository. Need to put a bit of thinking into how clusters are represented (simple solution could be a Flag of `Y`/`N` against single pool - which...

enhancement