Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add publish script, fixups for publish (git dependencies aren't allowed) * Use publish cw-core for DAO DAO v1 interface * Refactor publish script * No wildcards... prevents publishing * Rename dao-macros -> dao-dao-macros (already taken) * Version fixups for already published packages * Rename dao-core -> dao-dao (name take on crates.io) * Rename cw-paginate -> cw-paginate-storage (name taken on crates.io) * Add metadata for publishing * Use published v1 packages * Crago file cleanup * Publish remaining packages * Go back to wildcards * Clean up and rename * Breakout more stuff from dao-dao to dao-interface to reduce circular dependencies * Remove dao-dao as a depenency of dao-voting * Fix newly emerged clippy error * Remove dao-dao-macros dep from dao-interface * Publish packages script * Test publish script v2.1.3 * Switch CI from rust nightly to stable * Update schema * Fix wrong package name in codecov * Don't tag version at end of publish script * v2.1.5 published on crates.io successfully * Rename dao-dao -> dao-dao-core * Turn of codecov failures for now * v2.2.0 (will publish when merged to main) * Fix last git dependency * Fix integration test errors from dao-dao-core rename
- Loading branch information