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 problem does your feature solve? Since `fee_stats` profiles the inclusion fee over _all_ transactions in a ledger, the data is skewed if a Soroban transaction is present in...

feature request

What problem does your feature solve? There is some confusion for developers about what is cursor. For example, we call cursor in the request and pagingToken in the response: https://developers.stellar.org/network/horizon/resources/list-all-assets...

feature request

We have a [graph](https://grafana.stellar-ops.com/d/BA3xNumWk/postgresql-statistics?orgId=1&var-server=stellar002-prd-horizon-blue-rw-01.c8bv0mxh0nqd.us-east-1.rds.amazonaws.com:5432&var-db=horizon&var-relname=All&from=1711607083511&to=1711627384490&viewPanel=77) in the postgres metrics dashbaord which displays the number of table scans that the horizon db performs. We should audit any cases of table scans occurring...

The [function](https://github.com/stellar/go/blob/0f6abb0432536c6eb64bfb637cb1cf987b4d1f6f/services/horizon/internal/ingest/filters/asset.go#L77) that inspects operations to determine whether it involves an asset included in the rules defined does not have a case for the claiming of a claimable balance, resulting...

bug

### What version are you using? Horizon: 2.30.0 Go: 1.22 ### What did you do? ### What did you expect to see? If history-retention is set, reaping should succeed without...

bug

### What would you like to see? We're currently using an [internally maintained fork](https://github.com/stellar/throttled) of a external library to implement rate limiting. We haven't actually updated this fork in over...

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

WIP

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

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