Skip to content

Conversation

rafaelcr
Copy link
Collaborator

@rafaelcr rafaelcr commented Oct 3, 2025

Burnchain reward re-orgs were being calculated incorrectly based on old Stacks 2.x logic that no longer applies after 3.x. This was causing some rewards to disappear from our endpoints after being marked as non-canonical.

Copy link

github-actions bot commented Oct 3, 2025

Vercel deployment URL: https://stacks-blockchain-gdobbf746-hirosystems.vercel.app 🚀

Copy link

codecov bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@rafaelcr rafaelcr linked an issue Oct 3, 2025 that may be closed by this pull request
@rafaelcr rafaelcr marked this pull request as ready for review October 3, 2025 17:12
@rafaelcr rafaelcr changed the base branch from master to develop October 3, 2025 17:17
@rafaelcr rafaelcr requested a review from ASuciuX October 3, 2025 17:17
Copy link
Collaborator

@ASuciuX ASuciuX left a comment

Choose a reason for hiding this comment

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

LGTM

@CharlieC3
Copy link
Member

I currently am testing the migration and how long it takes to finish in dev. The writer pod gets killed after an hour like you said, but I think it's because Istio is cutting off the connection rather than postgres. Upon restart of the writer, it crashes again saying a migration is already running, and I've confirmed this via PGHero. So it seems like Istio killing the connection and causing the writer to crash may be ok, since the migration continues.

I'll continue monitoring its progress, this will likely be a upgrade deployed next week.

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.

burnchain rewards endpoint pagination does not go back enough

3 participants