go icon indicating copy to clipboard operation
go copied to clipboard

Stellar's public monorepo of go code

Results 260 go issues
Sort by recently updated
recently updated
newest added

User documentation on recommended ways to configure and operate Captive Core SQL Lite disk mode: Describe: - HW requirements: RAM, IOPS, CPU, Disk space requirements - How to configure/enable/start/stop -...

Parent epic: #4317. ----------------- **TL;DR:** Concurrent `GetLedger()` downloads should be implemented wherever possible. The handful of Horizon Lite endpoints currently process requests in a single-threaded pipeline: get the ledger, extract...

Ingestion Lite
horizonlight-scrum

### 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

This research spike entails exploring alternative ways to store and distribute unpacked ledger metadata (txmeta). Currently, we've uploaded unpacked txmeta for pubnet through July 2022 to S3. Here are some...

spike
Ingestion Lite
Horizon v3

With all of the unpacked txmeta for pubnet through July 2022 on S3, we can leverage it to do reingestion without Captive Core. There are a few steps to this...

spike
Ingestion Lite
Horizon v3

### 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 version are you using? ``` horizon: 2.18.0 stellar-core: 19.1.0 go: 1.17.9 ``` ### What did you do? I ran stellar-horizon with captive-core following the configuration from the official...

bug

### What problem does your feature solve? avoid nested dependencies against the overall go repo, allow Horizon Lite to determine what and where it has dependencies on external software/libs. ###...

feature request
Ingestion Lite

### What problem does your feature solve? getting a paged list of tx's and op's that belong to an account id ### What would you like to see? two new...

feature request
Ingestion Lite

### What version are you using? 2.15.1 ### What did you do? ran Horizon with ingest enabled, analyzing historical ingestion log output later ### What did you expect to see?...

small fix