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

Refactor DAO creation flows and load native/token factory metadata from chain #1250

Merged
merged 9 commits into from
Jun 28, 2023

Conversation

NoahSaso
Copy link
Member

@NoahSaso NoahSaso commented Apr 21, 2023

Right now, each voting module adapter (membership, cw20, and NFT) is allowed to add exactly one DAO creation flow. This PR refactors the DAO creation system to separate adapters from creators, which prepares for the future support of token factory DAOs and allows more intricate DAO presets. For example, one could create a DAO preset for various types of businesses, each of which may use any of the available modules.

This PR also detects token factory denominations and loads their metadata from the chain, which is required to support chains that use token factory tokens and for the future support of token factory DAOs.

@vercel
Copy link

vercel bot commented Apr 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
dapp ✅ Ready (Inspect) Visit Preview Jun 28, 2023 7:35am
dapp-juno ✅ Ready (Inspect) Visit Preview Jun 28, 2023 7:35am
dapp-juno-testnet ✅ Ready (Inspect) Visit Preview Jun 28, 2023 7:35am
dapp-osmosis ❌ Failed (Inspect) Jun 28, 2023 7:35am
dapp-osmosis-testnet 🛑 Canceled (Inspect) Jun 28, 2023 7:35am
dapp-testnet ✅ Ready (Inspect) Visit Preview Jun 28, 2023 7:35am
sda ✅ Ready (Inspect) Visit Preview Jun 28, 2023 7:35am
sda-testnet ✅ Ready (Inspect) Visit Preview Jun 28, 2023 7:35am
1 Ignored Deployment
Name Status Preview Updated (UTC)
dapp-legacy ⬜️ Ignored (Inspect) Jun 28, 2023 7:35am

@JakeHartnell
Copy link
Member

Awesome! Related smart contract work: DA0-DA0/dao-contracts#664

@NoahSaso NoahSaso merged commit ec27068 into development Jun 28, 2023
@NoahSaso NoahSaso deleted the noah/tf branch June 28, 2023 16:58
This was referenced Jun 28, 2023
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