urvisavla

Results 13 issues of urvisavla

### What problem does your feature solve? Eliminate the [Horizon App](https://github.com/stellar/go/blob/facabfc2f4c4a8d01ab5ad7da14955247ad7dba0/services/horizon/cmd/db.go#L223) dependency for the 'reap' command. ### What would you like to see? Presently, the [reap command](https://github.com/stellar/go/blob/master/services/horizon/internal/flags.go#L891) initializes the Horizon...

horizon
good first issue
performance

### What problem does your feature solve? After the change in #5105 to use FastBatchInsertBuilder in SignersProcessor, the [CreateAccountSigner](https://github.com/stellar/go/blob/master/services/horizon/internal/db2/history/account_signers.go#L55) function is no longer used anywhere except for unit tests. This...

horizon
ingest
technical-debt

### What problem does your feature solve? We want to update the [Horizon prerequisite documentation](https://github.com/orgs/stellar/projects/37/views/14?pane=issue&itemId=28296946) with the minimum hardware requirements for running the Horizon. To do this, we need to...

horizon
partner-experience

### What problem does your feature solve? Add an option in Horizon to list the hosts that horizon and captive core will initiate outbound tcp/ip connections based on the NETWORK...

partner-experience

### What problem does your feature solve? Presently, Horizon can be configured through command line parameters or environment variables. Provide a more user-friendly way to configure Horizon. ### What would...

horizon
feature request
partner-experience

During Horizon integration tests, we found a race condition in the ingestion system [#4987 ](https://github.com/stellar/go/issues/4987) Currently, it only occurs in tests so address the failing tests so we fixed it...

horizon
bug

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

horizon
partner-experience

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

WIP

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

### What problem does your feature solve? In #4911, we added an option for Horizon to reingest historical ledgers from the datastore using BufferedStorageBackend. [BufferedStorageBackend](https://github.com/stellar/go/blob/master/ingest/ledgerbackend/buffered_storage_backend.go#L22-L27) has a `BufferSize` that specifies...

ingest
feature request
cdp-horizon-scrum