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

Finish cw-orch integration #846

Merged
merged 59 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
b01de1c
First test modifications
Kayanski May 16, 2024
5883c87
Added tests with cw-orch
Kayanski May 16, 2024
9492e37
More tests
Kayanski May 17, 2024
3440d34
Finalize test changes
Kayanski May 17, 2024
88ec5ed
Added Queryfns on voting
Kayanski May 17, 2024
003f87d
Fix tests
Kayanski May 17, 2024
f720001
Added derive fns
Kayanski May 17, 2024
8c945ac
Added other derives
Kayanski May 17, 2024
2951f8c
Fix lints
ismellike Jul 11, 2024
87925b2
Add cache to basic.yml
ismellike Jul 11, 2024
d5a1850
Merge branch 'development' into feature/cw-orch-interface
ismellike Jul 11, 2024
e8081ac
Fix cargo stuff
ismellike Jul 11, 2024
74aea83
Cargo schema + fix orch wasm build and tests
ismellike Jul 11, 2024
87847fd
add cw-orch to external contract
Jul 13, 2024
7773cb0
Set integration_tests toolchain to latest stable
ismellike Jul 17, 2024
c46937a
Update basic.yml to cache only cargo deps
ismellike Jul 17, 2024
0c09c62
Revert integration_tests.yml
ismellike Jul 19, 2024
761a780
Update to cw-orch .24.1
ismellike Jul 19, 2024
18241d0
Merge branch 'pr/1' into feature/cw-orch-interface
ismellike Jul 19, 2024
8899166
Merge branch 'feature/cw-orch-interface' into feat/external-cw-orch
hard-nett Jul 19, 2024
6db4637
Lint + not(target_arch = "wasm32") in lib.rs
ismellike Jul 19, 2024
aff2c4e
Revert basic.yml
ismellike Jul 19, 2024
4aa4717
Merge branch 'feature/cw-orch-interface' of https://github.com/ismell…
Jul 22, 2024
ff3f608
bump /external
Jul 22, 2024
e3c580c
Bump workspace-optimizer version to .16
ismellike Jul 22, 2024
8842715
Squashed commit of the following:
ismellike Jul 22, 2024
9cc35bb
Add orch payable flag to dao-voting-token-staked stake
ismellike Jul 22, 2024
3b019e2
Merge branch 'development' into feature/cw-orch-interface
ismellike Jul 22, 2024
6c3bfc1
Set exact version for v241 packages
ismellike Jul 23, 2024
cf63b3f
Add more payable flags + distribution contracts to external
ismellike Jul 23, 2024
26413fc
Merge branch 'development' into feature/cw-orch-interface
ismellike Jul 23, 2024
74e36a0
Merge branch 'feature/cw-orch-interface' into feat/external-cw-orch
hard-nett Jul 23, 2024
d476ec0
add external contract cw-orch suites
Jul 23, 2024
83b8f31
Merge branch 'feat/external-cw-orch' of https://github.com/hard-nett/…
Jul 23, 2024
9fb3bd3
Fix tokio dependency
ismellike Jul 23, 2024
64bf673
add btsg-ft-factory to cw-orch setup
Jul 23, 2024
1b1849e
correct import
Jul 23, 2024
1a21ef3
Update integration_tests.yml
ismellike Jul 23, 2024
11ec0bf
bump correct init
Jul 23, 2024
952fa46
bump
Jul 23, 2024
b64beee
good btsg cw-orch bump
Jul 23, 2024
b42202a
cleanup script imports
Jul 23, 2024
3d988e9
Merge branch 'feature/cw-orch-interface' into feat/external-cw-orch
hard-nett Jul 23, 2024
3377bd3
Merge pull request #4 from hard-nett/feat/external-cw-orch
ismellike Jul 24, 2024
c966eaf
Clippy fixes
ismellike Jul 24, 2024
a636f8e
Merge pull request #2 from ismellike/feature/cw-orch-interface
hard-nett Jul 24, 2024
56d4ec1
remove tf issuer init for now
Jul 24, 2024
3e67bdc
Remove dao-interface-master from scripts
ismellike Jul 24, 2024
1cd9f8d
Update external.rs
ismellike Jul 24, 2024
25a37bb
Update external.rs
ismellike Jul 24, 2024
b16416f
lint
Jul 24, 2024
d7295cc
Exclude scripts from workspace
ismellike Jul 24, 2024
9e34369
bump ismellike cleanups
Jul 24, 2024
821d9a8
cargo lock
Jul 24, 2024
6271d60
Merge remote-tracking branch 'ismellike/feature/cw-orch-interface' in…
Jul 24, 2024
328233b
cw-orch test suite for contracts
Jul 25, 2024
27a8e1f
dao cw-orch interface
Jul 25, 2024
866d498
Merge pull request #6 from hard-nett/feat/external-cw-orch
ismellike Jul 30, 2024
4c7ffe1
Merge branch 'development' into feature/cw-orch-interface
JakeHartnell Aug 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-02
toolchain: nightly
target: wasm32-unknown-unknown
override: true

Expand Down
Loading
Loading