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

time="2024-06-20T02:31:55.386Z" level=error msg="History: Skipping catchup: incompatible core version or invalid local state" pid=37 service=ingest subservice=stellar-core time="2024-06-20T02:32:01.533Z" level=info msg="Herder: Quorum information for 52201745 : {\"agree\":23,\"cost\":30933344,\"delayed\":0,\"disagree\":0,\"fail_at\":6,\"hash\":\"5c464e\",\"lag_ms\":905,\"ledger\":52201745,\"missing\":0,\"phase\":\"EXTERNALIZE\"}" pid=37 service=ingest subservice=stellar-core time="2024-06-20T02:32:01.536Z" level=info msg="Ledger:...

bug

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

### What problem does your feature solve? If you have a horizon instance that has been offline for a long period of time, and then you try and turn it...

cdp-horizon-scrum

``` 2024-06-07T21:13:20.0607727Z txsub_async_test.go:127: 2024-06-07T21:13:20.0609627Z Error Trace: /home/runner/work/go/go/services/horizon/internal/integration/txsub_async_test.go:127 2024-06-07T21:13:20.0612370Z Error: Not equal: 2024-06-07T21:13:20.0616222Z expected: horizon.AsyncTransactionSubmissionResponse{ErrorResultXDR:"", TxStatus:"PENDING", Hash:"d5eb72a4c1832b89965850fff0bd9bba4b6ca102e7c89099dcaba5e7d7d2e049"} 2024-06-07T21:13:20.0621945Z actual : horizon.AsyncTransactionSubmissionResponse{ErrorResultXDR:"", TxStatus:"TRY_AGAIN_LATER", Hash:"d5eb72a4c1832b89965850fff0bd9bba4b6ca102e7c89099dcaba5e7d7d2e049"} 2024-06-07T21:13:20.0625299Z 2024-06-07T21:13:20.0626142Z Diff: 2024-06-07T21:13:20.0627231Z --- Expected 2024-06-07T21:13:20.0628185Z +++...

bug
cdp-horizon-scrum

In a recent github CI [run](https://github.com/stellar/go/actions/runs/9498784170/job/26178243683?pr=5331) I observed the following test failure: ``` 2024-06-13T12:34:17.0790691Z time="2024-06-13T12:34:17.078Z" level=info msg="default: Performing maintenance" pid=17393 service=ingest subservice=stellar-core 2024-06-13T12:34:17.0793011Z time="2024-06-13T12:34:17.078Z" level=info msg="History: Trimming history

horizon
bug
cdp-horizon-scrum

### What problem does your feature solve? Integration tests currently take about 1 hour to run. Recently we refactored integration tests in soroban rpc to be able to run in...

cdp-horizon-scrum

Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.1 to 4.1.3. Commits 5312a03 curve: Bump version to 4.1.3 (#660) b4f9e4d SECURITY: fix timing variability in backend/serial/u32/scalar.rs (#661) 415892a SECURITY: fix timing variability in backend/serial/u64/scalar.rs (#659)...

dependencies
rust

We don't have to embed `App` struct in actions. Instead, we can make `App` a pointer receiver of the actual function. `App` actually shouldn't be a part of an `Action`....

horizon

The functions in the file are all the same except the type of pointer receivers. We should be able to simplify it after we finish https://github.com/stellar/go/issues/869.

horizon

## Problem After deploying `master` branch to testnet horizon we noticed a huge increase in CPU usage and network throughput of horizon's DB. ![screen shot 2018-05-14 at 19 28 29](https://user-images.githubusercontent.com/464938/40013169-0ee39b10-57ad-11e8-8cb1-baae0a14902b.png)...

horizon