Molly Karcher
Molly Karcher
### What would you like to see? RDS has very recently [added support](https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-rds-postgresql-major-version-15/) for psql15, so we're quite a few major versions behind at this point. We should support (at...
We'll be truncating SDF Horizon's history retention to 1 year later this year. To our knowledge, most partners that enable history retention use 1-3 months of history, so it's possible...
### What problem does your feature solve? The current/most recent version of golang is 1.22, and we are currently testing and building with version 1.20. Golang will only issue security...
### What problem does your feature solve? Core team wants to deprecate in-memory mode. It's burdensome to maintain and not well-tested on their side when new features roll out. ###...
Original issue here https://github.com/stellar/go/issues/5189 Our original implementation of this had the API returning valid but empty metas. This seems to have been a miscommunication as the product request was for...
### What is the problem? Egress cost for history archives are currently the highest/most burdensome cost for validators. After some investigation into what clients were downloading these files, it was...
### What would you like to see? Horizon should support configuration via configuration file. See POC and discussion [here](https://github.com/stellar/go/pull/4966) ### What alternatives are there? Note that in the anchor platform,...
PR Checklist ### PR Structure * [ ] This PR has reasonably narrow scope (if not, break it down into smaller PRs). * [ ] This PR avoids mixing refactoring...
### What problem does your feature solve? IETF is currently working on a [draft RFC](https://www.ietf.org/archive/id/draft-polli-ratelimit-headers-02.html) to standardize the usage of rate limiting response headers. This exactly follows the unofficial standard...
### What problem does your feature solve? Horizon [processors](https://github.com/stellar/go/tree/master/services/horizon/internal/ingest/processors) logic is nearly identical to stellar-etl [transforms](https://github.com/stellar/stellar-etl/tree/master/internal/transform) logic. Most changes that need to happen to one, will need to happen to...