go icon indicating copy to clipboard operation
go copied to clipboard

Stellar's public monorepo of go code

Results 321 go issues
Sort by recently updated
recently updated
newest added

It appears that horizonclient or horizon is behaving oddly under some conditions in testnet. I'm submitting a transaction that I expect to fail with bad auth, however Horizon is redirecting...

### What problem does your feature solve? if CAPTIVE_CORE_USE_DB is set captive-core resets it's database to genesis ledger on every start, then has to rebuild everything, even if it has...

This is more like a general question than the feature request. I noticed that "create_claimable_balance" type shows up on the `/operations` endpoint, but strangely it doesn't include the "claimable_balance_id". I...

How to reslove this error? ```time="2022-05-30T11:46:22.683Z" level=warning msg="could not load stellar-core info: http request errored: Get \"http://localhost:11626/info\": context deadline exceeded" pid=232692 time="2022-05-30T11:46:22.683Z" level=error msg="failed to load the stellar-core info" err="http...

bug

Investigate why there's a difference in `open` and `close` prices in `/trade_aggregations`. A: https://horizon-blue.stellar.org/trade_aggregations?base_asset_type=credit_alphanum4&base_asset_code=USD&base_asset_issuer=GDUKMGUGDZQK6YHYA5Z6AY2G4XDSZPSZ3SW5UN3ARVMO6QSRDWP5YLEX&counter_asset_type=native&start_time=1568975728000&end_time=1569584128000&resolution=3600000&offset=0&limit=200&order=desc&c=0.5265833248825049 B: https://horizon-green.stellar.org/trade_aggregations?base_asset_type=credit_alphanum4&base_asset_code=USD&base_asset_issuer=GDUKMGUGDZQK6YHYA5Z6AY2G4XDSZPSZ3SW5UN3ARVMO6QSRDWP5YLEX&counter_asset_type=native&start_time=1568975728000&end_time=1569584128000&resolution=3600000&offset=0&limit=200&order=desc&c=0.5265833248825049 ```diff 60c60 < "open": "17.0421333", --- > "open": "17.1598849", 62,63c62,63 < "N": 10000000, <...

horizon

To see if there are any incompatibilities before trying to see the potential performance improvements.

During the run of verify-range prior to the Horizon 2.18.0 release I encountered errors due to out-of-order diffs like the following: ``` < 175162840939253761,4,94,{"liquidity_pool_id": "d8f4a3a18a97bdab855cab1b3dddb2cb4f421d0db034652818ebf5a36becd87e"},GDJYUQUBQLZ6Z74FRRIGIPEOMEZUO5MRLHPJJGMFJOKVUUJRU7BLACTA, < 175162840939253761,5,94,{"liquidity_pool_id": "47d27cf0ee94f2de3e8860fa7d7ba9b6e9f3c576ae668eafe64c0b33f3d97489"},GDJYUQUBQLZ6Z74FRRIGIPEOMEZUO5MRLHPJJGMFJOKVUUJRU7BLACTA, -- >...

bug

### What problem does your feature solve? Differentiating and rate-limiting is very coarse when users are all anonymous. ### What would you like to see? Add an authentication mechanism to...

horizon
horizon-api
feature request
performance

Seems like, pgx solves a few bugs in lib/pq, and offers some possibilities for performance improvements (e.g. `CopyFrom` for bulk insertions). In particular, pgx seems to have better timeout enforcement....

feature request