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

tweak: Update current validator stake mapping query #80

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

dhedey
Copy link
Contributor

@dhedey dhedey commented Apr 14, 2023

Update current validator stake mapping query to have a better query plan.

This query is used during stake/unstake finalization to create an estimated XRD-worth of the stake units - for the receipt which is stored in the pending transaction.

I've changed the query from an EF-Core query (which I believe suffers from this issue) to the manual query that's already been tuned to be very performant for the validators endpoint.

I'm talking to Theo to test that this change is (a) functional, and (b) more performant.

…query plan (used during stake/unstake finalization)
@sonarcloud
Copy link

sonarcloud bot commented Apr 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@dhedey dhedey merged commit fc529a8 into main Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants