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

dao: split out component into subcrate. #2436

Merged
merged 1 commit into from
Apr 30, 2023
Merged

dao: split out component into subcrate. #2436

merged 1 commit into from
Apr 30, 2023

Conversation

hdevalence
Copy link
Member

@hdevalence hdevalence commented Apr 30, 2023

Part of #2288.

This unlocks splitting out the stake (which currently depends on the dao component, to handle funding stream rewards to the dao) and then governance (which depends on the stake component as well).

While the DAO isn't a "full component" at present, in the sense that we don't have begin/end block hooks for it, it does have chain state and associated transaction actions, and we might want it to have queries, events, RPCs, etc.

This unlocks splitting out the `stake` (which currently depends on the dao
component, to handle funding stream rewards to the dao) and then `governance`
(which depends on the `stake` component as well).

While the DAO isn't a "full component" at present, in the sense that we don't
have begin/end block hooks for it, it does have chain state and associated
transaction actions, and we might want it to have queries, events, RPCs, etc.
@hdevalence hdevalence temporarily deployed to smoke-test April 30, 2023 08:54 — with GitHub Actions Inactive
@hdevalence hdevalence merged commit 23ef128 into main Apr 30, 2023
@hdevalence hdevalence deleted the split-app-dao branch April 30, 2023 09:43
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.

1 participant