Paul Bellamy

Results 75 issues of Paul Bellamy

PR Checklist ### PR Structure * [ ] This PR has reasonably narrow scope (if not, break it down into smaller PRs). * [ ] This PR avoids mixing refactoring...

Once either https://github.com/stellar/stellar-protocol/blob/master/core/cap-0050.md or https://github.com/stellar/stellar-protocol/blob/master/core/cap-0052.md lands. ## TODO - [ ] Understand the impact of these changes from the caps. There's a few caps. so do each. - [ ]...

This is a, "see how feasible" it is spike task. It would be useful if we could use the lighthorizon txmeta-style archives for github.com/stellar/stellar-contract-cli instead of re-implementing captive-core in Rust....

spike
Ingestion Lite

### What problem does your feature solve? @2opremio pointed out in https://github.com/stellar/go/pull/4479 that we should retry 502s instead of just ignoring them.

feature request

### What problem does your feature solve? While releasing 2.18.1 verify-range broke. This is because captive-core now uses 30+gb ram, while the c5.4xlarge aws batch instances only had 28gb ram....

horizon
feature request

### What problem does your feature solve? Differentiating and rate-limiting is very coarse when users are all anonymous. ### What would you like to see? Add an authentication mechanism to...

horizon
horizon-api
feature request
performance

Seems like, pgx solves a few bugs in lib/pq, and offers some possibilities for performance improvements (e.g. `CopyFrom` for bulk insertions). In particular, pgx seems to have better timeout enforcement....

feature request

### What did you do? Look at the effects on [this operation](https://horizon.stellar.org/operations/163850846268854273/effects). Note that there are two trades through liquidity pool `15ffc747eb21ffbb6b4003e6f52a3ed2151d7013693f3a26ed6e3e77ad77a099`. From Even -> Aqua -> Even. For both...

horizon
bug
amm

~Once either https://github.com/stellar/stellar-protocol/blob/master/core/cap-0050.md or https://github.com/stellar/stellar-protocol/blob/master/core/cap-0052.md lands.~ Let's go with @jonjove's option below for now and change it again when the caps finalize. ## TODO - [ ] Support new txn...