horizon icon indicating copy to clipboard operation
horizon copied to clipboard

This repository has moved to the go monorepo: https://github.com/stellar/go/tree/master/services/horizon

Results 54 horizon issues
Sort by recently updated
recently updated
newest added

For example records returned for https://horizon.stellar.org/accounts/GBU6GMZZ2KTQ33CHNVPAWWEJ22ZHLYGBGO3LIBKNANXUMNEOFROZKO62/trades?order=desc contain only the buyer and seller: ``` { "id": "71006795929231365-1", "paging_token": "71006795929231365-1", "offer_id": "", "seller": "GB5EKR4N4AXVNJXQTZ7BIDW2WPQTSC23AN4Y3CWOHYKEJTQAX5BCFRFZ", "sold_amount": "", "sold_asset_type": "", "buyer": "GBU6GMZZ2KTQ33CHNVPAWWEJ22ZHLYGBGO3LIBKNANXUMNEOFROZKO62", "bought_amount": "",...

As far as I can tell http text compression is not enabled. This would speed up responses quite a bit. ``` curl -v -H "Accept-Encoding: br, gzip, deflate" https://horizon.stellar.org *...

The set_options operation JSON returned by Horizon does not disambiguate between signer_keys of different types (hash, signed txn hash, account). e.g. ``` // sha256 hash "signer_key": "XCVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKVKV6IF", // Ed25519 public...

I have set the DATABASE_URL, STELLAR_CORE_DATABASE_URL and STELLAR_CORE_URL variable. I have created a blank database for horizon named as horizon_db. When I execute echo $DATABASE_URL it prints proper url: ```...

I have postgres 9.3 installed on localhost and trying to init horizon database but getting an error like shown below. Please let me know if I'm missing any configuration parameters....

{ "type": "https://stellar.org/horizon-errors/server_error", "title": "Internal Server Error", "status": 500, "detail": "An error occurred while processing this request. This is usually due to a bug within the server software. Trying this...

At the moment an Internal server error occurs when sending a transaction with a text memo larger than 28 characters. I propose to create an error like the following: ```...

bug

Path payment computation on horizon uses rounding down: > it uses truncating division at the moment: > https://github.com/stellar/go/blob/master/services/horizon/internal/simplepath/order_book.go#L113 > > The pricing mechanism for a single path element can be...

I was unable to init horizon db with --db-url parameter: /horizon db init --db-url="postgres://localhost/horizon" Error: unknown flag: --db-url Run 'horizon help' for usage.