cw-orch#876
Open
JakeHartnell wants to merge 53 commits into
Open
Conversation
Nightly toolchain is required for integration_tests
i think caching is causing issues with the cargo.lock
commit f0dceb1 Author: noah <noahsaso@gmail.com> Date: Mon Jul 22 14:48:52 2024 -0400 replaced todo with descriptive error (#858) commit aa0fa5f Author: noah <noahsaso@gmail.com> Date: Mon Jul 22 14:48:45 2024 -0400 reorganized publish more (#857) commit cf86aed Author: noah <noahsaso@gmail.com> Date: Mon Jul 22 13:51:46 2024 -0400 added pre-propose v2.4.1 migration tests (#856) commit be861a8 Author: Jake Hartnell <Jake.Hartnell@gmail.com> Date: Mon Jul 22 19:45:58 2024 +0200 Add new contracts to publishing script. (#853) commit 71dd109 Author: noah <noahsaso@gmail.com> Date: Mon Jul 22 03:56:52 2024 -0400 updated migrate versions (#855) commit 7e6f5ce Author: noah <noahsaso@gmail.com> Date: Mon Jul 22 03:54:17 2024 -0400 started adding pre-propose migration to v2.5.0 (#854) commit 7646730 Author: bekauz <bekauz@protonmail.com> Date: Mon Jul 22 09:43:58 2024 +0200 DAO rewards distributor emission rate updates (#848) commit ce946ac Author: noah <noahsaso@gmail.com> Date: Fri Jul 19 16:23:14 2024 -0400 add info query to pre-propose-base (#852) commit ebc7914 Author: noah <noahsaso@gmail.com> Date: Thu Jul 18 13:12:14 2024 -0400 Support instantiate2 in `cw-admin-factory` (#851) commit 8c37b9e Author: noah <noahsaso@gmail.com> Date: Wed Jul 17 16:03:09 2024 -0400 BitSong fantoken factory (#845)
4c7ffe1 to
3990e13
Compare
Member
Author
|
This is close, but Integration Tests CI is failing with There are a couple of ways we could solve this:
|
Member
Author
|
Ok, all that's left is the codecov action. 😂 |
* moved all contract wrappers to dao-testing * updated schema * added DAO creation testing suite scaffold * made DAO testing suites for all voting modules * rewrote dao-rewards-distributor tests using dao-testing suite * fixed integration tests
* Added cw_orch fn_name for proposal executes follows the same naming as `dao_proposal_sudo` execute * Update osmosis-test-tube to match cw-orch * just gen-schema
hard-nett
pushed a commit
to permissionlessweb/dao-contracts
that referenced
this pull request
Apr 1, 2026
Ports upstream DA0-DA0#876 (feature/cw-orch-interface) onto feat/calander, adapted for cw-orch v0.27.0. Changes: - packages/cw-orch: full cw-orchestrator interface package for all DAO contracts (core, proposals, voting, pre-propose, staking, distribution, external, test contracts) - packages/cw-orch/src/external/dao_calendar.rs: new interface for the dao-calendar contract with migrate support - Wires workspace cw-orch dep to local ~/abstract/cw-orchestrator v0.27.0 - Fixes cw721-base 0.21 concrete type aliases in cw721 test interface - packages/cw-reply-helper: new reply parsing helper (parse_reply_instantiate_data) - packages/wynd-utils: local path dependency - contracts/external/dao-calendar: DAO calendar contract (in-progress) - Syncs workspace Cargo.toml with feat/calander working-dir state (adds cosmwasm_2_2 feature, prost 0.14, v2.4.1 compat deps) - Excludes dao-voting-onft-staked (OmniFlix chain deprecated) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Accidentally, merged #846 too soon and reverted. This continues from there.