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

Use full bonding pools subquery in service fee tracker query #36

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

harisang
Copy link
Contributor

This PR addresses a small issue with the hardcoded full bonds in the Service Fee Tracker query (4017925), where the Project Blanc bonding pool was missing. The issue is fixed by pulling the bonds from the dedicated query we have that computes all full bonds.

Copy link
Contributor

@fhenneke fhenneke left a comment

Choose a reason for hiding this comment

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

LGTM

from_hex('0x5d4020b9261F01B6f8a45db929704b0Ad6F5e9E6') as pool,
'CoW Services' as pool_name,
from_hex('0x423cec87f19f0778f549846e0801ee267a917935') as initial_funder
pool_address as pool,
Copy link
Contributor

Choose a reason for hiding this comment

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

There should probably be an issue about making the naming consistent here and in solver-rewards.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

#37

@harisang harisang merged commit b3a1cea into main Sep 17, 2024
1 check passed
@harisang harisang deleted the fix_issue_in_service_fee_query branch September 17, 2024 07:36
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.

2 participants