Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port features from horizon-v2.28.2 into master #5210

Merged
merged 4 commits into from
Feb 15, 2024

Conversation

Shaptic
Copy link
Contributor

@Shaptic Shaptic commented Feb 14, 2024

What

I took the following steps:

git switch master
git pull upstream master   # sync to stellar/go
git checkout horizon-v2.28.2
git switch -C v2.28.2-rebase
git rebase -i master
# <resolve all conflicts>
# <resigned the commits>

The rationale is self-explanatory: we need the patch release changes back in master.

Why

Replaces #5206.

This was a bit of a precarious merge (lots of conflicts were resolved) so I'd appreciate multiple eyes on it for sanity checking.

urvisavla and others added 3 commits February 14, 2024 12:33
* services/horizon: Fix claimable balance query
* Fix Soroban RPC image incompatibility
…stellar#5197)

* Add a `--history-archive-caching` flag (default=true) to toggle behavior
* Refactor to use a library: fscache
* Hook new metric into prometheus
* Add parallel read test to stress cache
* Add tests for deadlocking and other misc. scenarios
Copy link
Contributor

@sreuland sreuland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, might want to change the pr title to flip the direction of code, i.e. port 2.28.2 to master

@Shaptic Shaptic merged commit 1b0aa07 into stellar:master Feb 15, 2024
29 checks passed
@Shaptic Shaptic changed the title Merge upstream master into horizon-v2.28.2 to facilitate the back-merge Port features from horizon-v2.28.2 into master Feb 15, 2024
@Shaptic Shaptic deleted the v2.28.2-rebase branch February 15, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants