go
go copied to clipboard
Stellar's public monorepo of go code
PR Checklist ### PR Structure * [ ] This PR has reasonably narrow scope (if not, break it down into smaller PRs). * [ ] This PR avoids mixing refactoring...
PR Checklist ### PR Structure * [ ] This PR has reasonably narrow scope (if not, break it down into smaller PRs). * [ ] This PR avoids mixing refactoring...
### What Add a check to prevent a single [ChangeCompactor](https://github.com/stellar/go/blob/master/ingest/change_compactor.go) instance from processing changes from multiple ledger sequences. See https://github.com/stellar/go/pull/5587#issuecomment-2664554932 for more details. ### Why The [ChangeCompactor](https://github.com/stellar/go/blob/master/ingest/change_compactor.go) is designed to...
Problem: No mechanism to ensure the distributed processes of CDP such as ledgerexporter and backend processes use the same consistent schema settings when accessing a remote datastore. Currently, each process...
## What The CI PostgreSQL shouldn't write to disk, this is accomplished by disabling fsync. ## Why The official Docker Hub [postgres](https://hub.docker.com/_/postgres) image doesn't expose an easy to use lever...
Bumps the go_modules group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.26.0 to 0.33.0 Commits dfc720d go.mod: update golang.org/x dependencies 8e66b04 html: use strings.EqualFold instead of lowering ourselves b935f7b html:...
PR Checklist ### PR Structure * [x] This PR has reasonably narrow scope (if not, break it down into smaller PRs). * [x] This PR avoids mixing refactoring changes with...
### What version are you using? 22.0.2 ### What did you do? invoked the Horizon `paths/strict-receive` ``` curl -L \ 'https://horizon.stellar.org/paths/strict-receive?destination_asset_type=credit_alphanum4&destination_asset_code=USDC&destination_asset_issuer=GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN&destination_amount=100&source_assets=native' \ -H 'Accept: application/json' | jq { "_embedded": {...
clients/horizonclient: replace github.com/manucorporat/sse package with github.com/gin-contrib/sse
PR Checklist ### PR Structure * [x] This PR has reasonably narrow scope (if not, break it down into smaller PRs). * [x] This PR avoids mixing refactoring changes with...
PR Checklist ### PR Structure * [ ] This PR has reasonably narrow scope (if not, break it down into smaller PRs). * [ ] This PR avoids mixing refactoring...