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

Consider finding a strict-receive path to swap AQUA to 1 XLM. Here's the link to Horizon: https://horizon.stellar.org/paths/strict-receive?source_assets=AQUA%3AGBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA&destination_asset_type=native&destination_amount=1 For many weeks it shows a path through assets SGB and IBMWorldWire, proposing...

bug

### What problem does your feature solve? This allows users of the stellar-go library to implement their own signing algorithm. This is beneficial for anyone wanting to sign without having...

### What problem does your feature solve? Seeing this type of question come up from time to time: > what's the best way to receive USDC testnet or any other...

feature request

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

Our current [Horizon Runbook](https://github.com/stellar/knowledge/blob/master/horizon/oncall.md) is in an internal repository and is hard to find. Moreover, it seems to be outdated and has not been updated in a while. This can...

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

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.3-0.20190127221311-3c4408c8b829 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...

dependencies
go

### 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 would you like to see? Horizon should support configuration via configuration file. See POC and discussion [here](https://github.com/stellar/go/pull/4966) ### What alternatives are there? Note that in the anchor platform,...

partner-experience