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? From https://github.com/stellar/java-stellar-sdk/pull/433 > Some horizon instances do not populate the Retry-After header (horizon.stellar.org for example) ### What would you like to see? We...

horizon

horizon ver: 2.24.1 i up core instance as validator and up horizon via docker and ingestion by db connection but in some time i receive error: time="2023-03-26T10:17:31.496Z" level=error msg="STATE IS...

bug

### What problem does your feature solve? Converting to/from integer types can be a huge source of bugs, and the use of `xdr.Int128Parts` will be prolific in the Soroban world...

feature request

### What version are you using? stellar-horizon `2.23.1` stellar-core `19.6.0` ### What did you do? We are running stellar-horizon `2.23.1` and stellar-core `19.6.0` on mainnet. We found high load on...

bug

In https://github.com/stellar/go/pull/1776#discussion_r328262377 @tamirms noticed that path value in path payment operations is not validated. We should do it for both `PathPaymentStrictReceive` and `PathPaymentStrictSend`.

txnbuild
Hacktoberfest

### What problem does your feature solve? lack of convenient way to retrieve a brief snapshot summary of common compute(ram,cpu,disk) and key metrics present at a moment in time from...

feature request

### What version are you using? `master` ### What did you do? [`price.Parse`](https://godoc.org/github.com/stellar/go/price#Parse) is using `price.continuedFraction` internally. It checks if the given price is a valid Stellar amount using regexp:...

### What when running the make xdr-update, the xdr/xdr_commit_generated.txt wasn't updated. see https://github.com/stellar/go/pull/4766

bug

### What This commit moves transaction submitter module from an old SDF project and adapts it to the current `stellar/go` API. ### Why A service like this can be useful...

### What version? latest master ### What did you do? pr gh workflow actions run a linter check and `golangci` is complaining about some aspects but the source code isn't...

bug