go
go copied to clipboard
Stellar's public monorepo of go code
This PR creates a docker image (stellar/horizon-indexer) which works in a similar fashion to stellar/horizon-verify-rage and is tested and pushed as part of the Horizon GitHub workflow.
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 * [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 * [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...
Parent epic: #4317 ------------ Our target endpoint is: GET /accounts/:id/transactions So we need an index for each account that stores information about which ledgers the account was active in. Before...
### What version are you using? ``` stellar-archivist 0.1.1-6 amd64 ``` ### What did you do? I started to sacn the Tier-1 archives and it failed due to panic in...
### What Properly transforms every field in a transaction record from XDR to JSON. ### Why Completeness and parity w/ Horizon Classic, closes #4527. ### Known limitations There's still a...
PR Checklist ### PR Structure * [ ] This PR has reasonably narrow scope (if not, break it down into smaller PRs). * [ ] This PR avoids mixing refactoring...