Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into trusted_catchup
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Aug 19, 2024
2 parents 61a5f80 + f2f4a0e commit 1a50ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ change is, and why it is being made, with enough context for anyone to understan

### Release planning

* [ ] I've updated the relevant CHANGELOG ([here](services/horizon/CHANGELOG.md) for Horizon) if
needed with deprecations, added features, breaking changes, and DB schema changes.
* [ ] I've reviewed the changes in this PR and if I consider them worthwhile for being mentioned on release notes then I have updated the relevant `CHANGELOG.md` within the component folder structure. For example, if I changed horizon, then I updated ([services/horizon/CHANGELOG.md](services/horizon/CHANGELOG.md). I add a new line item describing the change and reference to this PR. If I don't update a CHANGELOG, I acknowledge this PR's change may not be mentioned in future release notes.
* [ ] I've decided if this PR requires a new major/minor version according to
[semver](https://semver.org/), or if it's mainly a patch change. The PR is targeted at the next
release branch if it's not a patch change.
Expand Down
6 changes: 3 additions & 3 deletions ingest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ From a high level, the ingestion library is broken down into a few modular compo
[ Ledger Backend ]
|
|
Captive
Core
|---+---|
Captive Buffered
Core Storage
```

This is described in a little more detail in [`doc.go`](./doc.go), its accompanying examples, the documentation within this package, and the rest of this tutorial.
Expand Down

0 comments on commit 1a50ed7

Please sign in to comment.