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? tag horizon-v2.17.0-branch ### What did you do? run horizon with captive-core ### What did you expect to see? warn: base32 decode failed: illegal base32...

bug

### What problem does your feature solve? real time monitoring of API health(QoS) as measured externally(off server), request time, response duration, response code, rather than from internal generated metrics from...

feature request

### What problem does your feature solve? Design proposal for backfill behavior of filters. ### What would you like to see? A design that defines user experience with filter rule...

feature request
ingest-filtering

Any implementation of the protocols/horizon/operations.Operation interface embeds the `Base` struct, which holds common data found in any operation type. Prior to this commit, said data could not be easily extracted...

Update Captive Core in Horizon [Docker](https://hub.docker.com/r/stellar/stellar-horizon/tags) image to support P19 version.

### What problem does your feature solve? Currently horizon exposes `horizon_db_open_connections` metric as a gauge. It's very useful but it doesn't tell us if we have connection "churn". For example...

feature request

### What version are you using? txnbuild v10.0.0. (master) ### What did you do? I checked the code and found out that the BumpSequence [validate](https://github.com/stellar/go/blob/ece49d110dd2c68d3ace79bf1fc4bb061a280e9d/txnbuild/bump_sequence.go#L42-L48) function incorrectly uses the `validateAmount`...

txnbuild
bug

### What problem does your feature solve? I am using Horizon on Kubernetes. Currently, Horizon references the Host header to determine the Host name of the Resource Root. Therefore, Horizon...

horizon

Currently, Horizon debian/apt releases don't include ARM64 artifacts, we should at least include binaries for: 1. darwin-aarch64 2. linux-aarch64 Acceptance criteria: the Jenkins pipelines for [stellar-horizon-package-builder-new](https://buildmeister-v3.stellar-ops.com/job/Horizon/job/stellar-horizon-package-builder-new/) and [stellar-horizon-promote-to-stable-new](https://buildmeister-v3.stellar-ops.com/job/Horizon/job/stellar-horizon-promote-to-stable-new/) and [soroban-package-builder](https://buildmeister-v3.stellar-ops.com/job/Horizon/job/soroban-package-builder/)...

horizon

### What problem does your feature solve? As of right now, retrieving shared data from operations (internally stored in the [Base struct](https://github.com/stellar/go/blob/df257759c96cbffa65234473384fd5eed2d8a7c4/protocols/horizon/operations/main.go#L44)) is rather difficult, as the [Operation interface](https://github.com/stellar/go/blob/df257759c96cbffa65234473384fd5eed2d8a7c4/protocols/horizon/operations/main.go#L348) does...