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

Add new full bonding pools #95

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Add new full bonding pools #95

merged 2 commits into from
Dec 16, 2024

Conversation

harisang
Copy link
Contributor

This PR adds the new full bonding pools:

It also renames the initial_funder column to creator, as it is more accurate (creator is what we are interested in as this is the address that can vouch, while there can be multiple funders)

Copy link
Contributor

@fleupold fleupold left a comment

Choose a reason for hiding this comment

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

Good idea with the rename of the column!

@@ -3,19 +3,29 @@
with
full_bonding_pools as (
select
from_hex('0x8353713b6D2F728Ed763a04B886B16aAD2b16eBD') as pool_address,
from_hex('0x8353713b6D2F728Ed763a04B886B16aAD2b16eBD') as pool_address, -- deprecated
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we rename this to deprecated? Having Gnosis vs Gnosis DAO seems a bit awkwardly implicit

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You mean, have the name of the pool being "Deprecated"?

The slight change from Gnosis to Gnosis DAO was just to make it uniform with the CoW DAO pool naming, and was not meant to differentiate the old with the new.

(E.g., Project Blanc is still Project Blanc)

@harisang harisang merged commit 562ec49 into main Dec 16, 2024
2 checks passed
@harisang harisang deleted the update_full_bonding_pool_query branch December 16, 2024 16:03
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