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

According to [the documentation](https://developers.stellar.org/api/resources/offers/list/), the offers endpoint can be used in streaming mode. ### What version are you using? 2.15.1-e29c7803d487c3f5b44a74773e6277fee16482cf ### What did you do? Trying to stream offers, [laboratory...

bug

Captive Core requires 22GB of RAM to run (as of April/22) for ingestion and each reingestion worker. This has increased from 12GB earlier this year (due to ledger size growth)....

#3649 Feature Request: txnbuild: add ability to create TransactionParams from Transaction * Generate TranscationParam out of a Transaction

Partner experiencing chronic slow query performance after upgrade to Horizon 2.14 Version info: > "horizon_version": "2.14.0-cf579c96e61743440a23c0c8900a2449ff11b870", > "core_version": "stellar-core 18.3.0 (2f9ce11b2e7eba7d7d38b123ee6da9e0144249f8)" > Horizon details: > Currently the HISTORY_RETENTION_COUNT is 518400...

support

Metrics Exporter does not work in current Dockerized Horizon container Needed for monitoring ingestion, runtime etc. Reference: https://hub.docker.com/layers/stellar-horizon/stellar/stellar-horizon/2.16.0-250/images/sha256-457a343c421a3ed30631620d430eb9c371de9fe70afd9c3e01ada9c5a0476eb2?context=explore

### What Add ability to create TransactionParams from Transaction. ### Why So that we can load a Transaction, edit it, then resign it, etc. As far as I can tell...

txnbuild
feature request

### What problem does your feature solve? The transaction streaming functionality is very useful, but only allows for streaming all transactions for all accounts, or transactions for a single account....

horizon
horizonclient
horizon-api
feature request

[Strict send request](https://horizon.stellar.org/paths/strict-send?source_asset_type=credit_alphanum4&source_asset_code=USDC&source_asset_issuer=GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN&source_amount=10&destination_assets=USDT%3AGCQTGZQQ5G4PTM2GL7CDIFKUBIPEC52BROAQIAPW53XBRJVN6ZJVTG6V): ``` source_asset_type: credit_alphanum4 source_asset_code: USDC source_asset_issuer: GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN source_amount: 10 destination_assets: USDT:GCQTGZQQ5G4PTM2GL7CDIFKUBIPEC52BROAQIAPW53XBRJVN6ZJVTG6V ``` Response ```json { "_embedded": { "records": [ { "source_asset_type": "credit_alphanum4", "source_asset_code": "USDC", "source_asset_issuer": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN", "source_amount":...

bug

As a counterpart of https://github.com/stellar/stellar-core/pull/2521 , Horizon should read the minimum Fee Bump replacement fee and propagate it to clients, including the Go SDK.

horizon