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

_Originally posted by @leighmcculloch in https://github.com/stellar/go/pull/3845#discussion_r697659878_: I understand the motivation is because whilst the XDR is int32, Core will only use positive values. I think this inconsistency in types could...

horizon-api
amm

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

I was suggesting you move this new code into a `strkeys` package, so that the implementations of different strkeys is independent from the `strkey` base package. As a bonus this...

Hello, stellar-core automatically restarts more frequently after updating to the latest version. I'm not quite sure if this is normal. It will cause the node to be in a state...

bug

### What did you do? Look at the effects on [this operation](https://horizon.stellar.org/operations/163850846268854273/effects). Note that there are two trades through liquidity pool `15ffc747eb21ffbb6b4003e6f52a3ed2151d7013693f3a26ed6e3e77ad77a099`. From Even -> Aqua -> Even. For both...

horizon
bug
amm

### What version are you using? Horizon v2.15.1 Go v1.17 ### What did you do? Post new stellar transaction to horizon server. The response sometimes takes over 10 seconds. ###...

bug

### What version are you using? Horizon 2.15.1 Go v1.17 ### What did you do? Submitted a transaction with a bad sequence number. Horizon is running on non-ingest mode, directly...

bug

### What problem does your feature solve? You cannot get all of your claimable balances through the Stellar Go SDK. This is just an example; many operations seem affected by...

Currently, when Stellar-Core crashes when preparing a new range it logs the following error message: ``` error preparing range: Error fast-forwarding to 17089856: error reading frame length: unmarshalling XDR frame...

horizon
bug

Sorry this is not a feature request, but I can't find a better place to ask about this. I already tried stellar exchange and [someone already asked a similar question...

bug