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

### What version are you using? v19.02.19.0 ## What did you do? We had a testnet outage that revealed that captive-core reconstructed a ledger and replayed transactions from an untrusted...

bug
cdp-horizon-scrum

We should: 1. Make sure the reaper takes care of `history_claimable_balances` 2. Make sure all the other history tables are included. 3. Add a test that ensure all the `history_`...

horizon
bug

Epic: #4317 ----------------- As part of Phase 3, we need metrics to effectively compare it to Sunset Horizon. This issue covers a few metrics: * [ ] How long do...

Ingestion Lite

We need to complete the "last hop" for metrics output: actually seeing it. The task is to get metrics output from hosted web processes such as the [k8s demo deployment](https://stellarorg.atlassian.net/wiki/spaces/HOR/pages/4393730346/k8s+mvp+deployment)...

Ingestion Lite
horizonlight-scrum

Horizon Lite Epic: #4317. ---------------- We need the transaction response objects in Light Horizon to mirror the existing ones in order to effectively perform comparisons between them. This involves modifying...

Ingestion Lite

A crucial part of getting Horizon Lite to an acceptable level of performance is caching ledgers locally to avoid latency spikes from downloading ledgers. There's a toolkit to "pre-load" the...

feature request
Ingestion Lite
horizonlight-scrum

### What problem does your feature solve? * light horizon should re-use horizon `problems` package for overall consistent error message formatting on web service endpoints. * error responses should have...

feature request
Ingestion Lite

I think it's worth updating `verify-range` image to use `metaarchives` instead of Captive-Core. `verify-range` are really testing Horizon ingestion, not backends so testing will be much faster with cached meta....

bug

### What This modifies the ledger download+processing code to download subsets of the entire checkpoint range in parallel. Preliminary testing suggests that this can **massively** reduce request latency. Before: >...

Ingestion Lite

# Epic: Ingestion Lite Also known as "Horizon Lite", "On-the-Fly Ingestion", and "The Constant DB solution". **Working Branch**: https://github.com/stellar/go/pull/4352, [`stellar/go#lighthorizon`](https://github.com/stellar/go/tree/lighthorizon). ------------------- ## Acceptance Criteria The MVP for this feature is...

Ingestion Lite
Horizon v3