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

When submitting erroneous transactions, which stellar-core fails instantaneously (without being submitted for consensus), the resulting XDR (`TransactionResult`) is shown and has an incorrect `feeCharged` value. It shows the value of...

horizon

it would be nice to have an endpoint exposed by horizon to retrieve all the operations regarding a particular assetCode/issuer pair.

horizon

Many languages (like my favorite, Crystal) lack in a handful XDR implementation, which leads to a lower adoption. Currently such kind of developer can forward JSON'ed transaction to their ~~Federation~~...

horizon

Nginx has to be configured correctly for event source streams: https://serverfault.com/a/801629

horizon
docs

The github releases page is becoming a bit messy. We need a solution that can handle: a. multiple assets on different release schedules b. snapshots, preferably separated from versioned releases

when we return an empty set, the previous link maintains the original cursor (same as self link). this will skip the item at that cursor (greater than vs. greater than...

horizon

Effects `Offer Created`, `Offer Updated`, `Offer Removed` are described in [API docs](https://www.stellar.org/developers/horizon/reference/resources/effect.html#trading-effects), but they are not generated by the Horizon. Are there any specific reasons behind such behavior? Those effects...

horizon

We can see that in Grafana, we sometimes have 2 metrics being reported for a single route. One will show up with a trailing slash and the other without. For...

bug

### What version are you using? 2.29.0 ### What did you do? `NETWORK=pubnet DATABASE_URL="zzz" horizon serve` ### What did you expect to see? horizon catches up network and proceeds with...

bug