-
Notifications
You must be signed in to change notification settings - Fork 141
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
cw-orch #876
Open
JakeHartnell
wants to merge
53
commits into
development
Choose a base branch
from
feature/cw-orch-interface
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
cw-orch #876
Conversation
This file contains 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
Nightly toolchain is required for integration_tests
i think caching is causing issues with the cargo.lock
commit f0dceb1 Author: noah <[email protected]> Date: Mon Jul 22 14:48:52 2024 -0400 replaced todo with descriptive error (#858) commit aa0fa5f Author: noah <[email protected]> Date: Mon Jul 22 14:48:45 2024 -0400 reorganized publish more (#857) commit cf86aed Author: noah <[email protected]> Date: Mon Jul 22 13:51:46 2024 -0400 added pre-propose v2.4.1 migration tests (#856) commit be861a8 Author: Jake Hartnell <[email protected]> Date: Mon Jul 22 19:45:58 2024 +0200 Add new contracts to publishing script. (#853) commit 71dd109 Author: noah <[email protected]> Date: Mon Jul 22 03:56:52 2024 -0400 updated migrate versions (#855) commit 7e6f5ce Author: noah <[email protected]> Date: Mon Jul 22 03:54:17 2024 -0400 started adding pre-propose migration to v2.5.0 (#854) commit 7646730 Author: bekauz <[email protected]> Date: Mon Jul 22 09:43:58 2024 +0200 DAO rewards distributor emission rate updates (#848) commit ce946ac Author: noah <[email protected]> Date: Fri Jul 19 16:23:14 2024 -0400 add info query to pre-propose-base (#852) commit ebc7914 Author: noah <[email protected]> Date: Thu Jul 18 13:12:14 2024 -0400 Support instantiate2 in `cw-admin-factory` (#851) commit 8c37b9e Author: noah <[email protected]> Date: Wed Jul 17 16:03:09 2024 -0400 BitSong fantoken factory (#845)
JakeHartnell
force-pushed
the
feature/cw-orch-interface
branch
from
August 14, 2024 20:51
4c7ffe1
to
3990e13
Compare
This is close, but Integration Tests CI is failing with There are a couple of ways we could solve this:
|
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
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.