11[workspace ]
2+ exclude = [
3+ " test_contracts/compatibility-test" , # TODO: add new after cw-orch-core 2.0.0 as it's breaking, it shouldn't be compatible
4+ ]
25members = [
36 " cw-orch" ,
47 " cw-orch-daemon" ,
@@ -15,77 +18,72 @@ members = [
1518 " packages/interchain/*" ,
1619 " packages/integrations/*" ,
1720]
18- exclude = [
19- " test_contracts/compatibility-test" , # TODO: add new after cw-orch-core 2.0.0 as it's breaking, it shouldn't be compatible
20- ]
2121resolver = " 2"
2222
2323[workspace .package ]
24- authors = [" CyberHoward <cyberhoward@protonmail.com>" ]
25- edition = " 2021"
26- license = " LGPL-3.0"
24+ authors = [" CyberHoward <cyberhoward@protonmail.com>" ]
25+ edition = " 2021"
26+ license = " LGPL-3.0"
2727repository = " https://github.com/AbstractSDK/cw-orchestrator"
2828
2929[workspace .dependencies ]
30- cw-utils = { version = " 2.0.0" }
31- cosmwasm-std = { version = " 2.1" }
32- cw-storage-plus = { version = " 2.0.0" }
3330cosmos-sdk-proto = { version = " 0.24.0" , default-features = false }
31+ cosmwasm-std = { version = " 2.1" }
32+ cw-storage-plus = { version = " 2.0.0" }
33+ cw-utils = { version = " 2.0.0" }
3434
35- cw-multi-test = { package = " abstract-cw-multi-test" , version = " 2.0.2" , features = [
36- " cosmwasm_1_2" ,
37- ] }
38- cw20 = { version = " 2.0.0" }
39- cw20-base = { version = " 2.0.0" }
35+ cw-multi-test = { package = " abstract-cw-multi-test" , version = " 2.0.2" , features = [" cosmwasm_1_2" ] }
36+ cw20 = { version = " 2.0.0" }
37+ cw20-base = { version = " 2.0.0" }
4038
41- osmosis-test-tube = { version = " 27.0.0" }
4239neutron-test-tube = { version = " =5.0.1" }
40+ osmosis-test-tube = { version = " 27.0.0" }
4341
4442anyhow = " 1.0"
45- serde = { version = " 1.0.208" , default-features = false , features = [" derive" ] }
46- tokio = { version = " 1.39" , features = [" full" ] }
43+ serde = { version = " 1.0.208" , default-features = false , features = [" derive" ] }
44+ tokio = { version = " 1.39" , features = [" full" ] }
4745
48- cw-orch = { path = " ./cw-orch" , version = " 0.27.0" }
49- cw-orch-daemon = { path = " ./cw-orch-daemon" , version = " 0.28.0" }
50- cw-orch-core = { path = " packages/cw-orch-core" , version = " 2.1.3" }
51- cw-orch-traits = { path = " packages/cw-orch-traits" , version = " 0.25.0" }
52- cw-orch-mock = { path = " packages/cw-orch-mock" , version = " 0.24.2" }
46+ cw-orch = { path = " ./cw-orch" , version = " 0.27.0" }
47+ cw-orch-core = { path = " packages/cw-orch-core" , version = " 2.1.3" }
48+ cw-orch-daemon = { path = " ./cw-orch-daemon" , version = " 0.28.0" }
49+ cw-orch-mock = { path = " packages/cw-orch-mock" , version = " 0.24.2" }
5350cw-orch-networks = { path = " packages/cw-orch-networks" , version = " 0.24.3" }
51+ cw-orch-traits = { path = " packages/cw-orch-traits" , version = " 0.25.0" }
5452
5553# Macros
5654cw-orch-contract-derive = { path = " packages/macros/cw-orch-contract-derive" , version = " 0.21.0" }
57- cw-orch-fns-derive = { path = " packages/macros/cw-orch-fns-derive" , version = " 0.23.0" }
55+ cw-orch-fns-derive = { path = " packages/macros/cw-orch-fns-derive" , version = " 0.23.0" }
5856
5957# Extensions
60- cw-orch-osmosis-test-tube = { version = " 0.4.0" , path = " packages/cw-orch-osmosis-test-tube" }
6158cw-orch-neutron-test-tube = { version = " 0.1.0" , path = " packages/cw-orch-neutron-test-tube" }
59+ cw-orch-osmosis-test-tube = { version = " 0.4.0" , path = " packages/cw-orch-osmosis-test-tube" }
6260
6361# Clone Testing
6462cw-orch-clone-testing = { version = " 0.8.0" , path = " packages/clone-testing" }
6563
6664# Interchain
67- cw-orch-interchain = { path = " cw-orch-interchain" , version = " 0.8.0" }
68- cw-orch-interchain-core = { path = " packages/interchain/interchain-core" , version = " 0.9.0" }
65+ cw-orch-interchain = { path = " cw-orch-interchain" , version = " 0.8.0" }
66+ cw-orch-interchain-core = { path = " packages/interchain/interchain-core" , version = " 0.9.0" }
6967cw-orch-interchain-daemon = { path = " packages/interchain/interchain-daemon" , version = " 0.9.0" }
70- cw-orch-interchain-mock = { path = " packages/interchain/interchain-mock" , version = " 0.9.0" }
71- cw-orch-starship = { path = " packages/interchain/starship " , version = " 0.7 .0" }
72- cw-orch-proto = { path = " packages/interchain/proto " , version = " 0.9 .0" }
68+ cw-orch-interchain-mock = { path = " packages/interchain/interchain-mock" , version = " 0.9.0" }
69+ cw-orch-proto = { path = " packages/interchain/proto " , version = " 0.9 .0" }
70+ cw-orch-starship = { path = " packages/interchain/starship " , version = " 0.7 .0" }
7371
7472
75- thiserror = { version = " 1.0.63" }
76- sha2 = { version = " 0.10.8" }
77- serde_json = " 1.0.125"
78- tonic = { version = " 0.12.1" }
73+ cosmrs = { version = " 0.19.0" }
74+ ibc-proto = { version = " 0.47.0" }
75+ prost = " 0.13.1"
7976prost-types = " 0.13.1"
80- prost = " 0.13.1"
81- cosmrs = { version = " 0.19.0" }
82- ibc-proto = { version = " 0.47.0" }
77+ serde_json = " 1.0.125"
78+ sha2 = { version = " 0.10.8" }
79+ thiserror = { version = " 1.0.63" }
80+ tonic = { version = " 0.12.1" }
8381# Test deps
8482speculoos = " 0.11.0"
8583
8684# Logging
8785log = " 0.4.22"
8886
8987# Interchain
90- ibc-relayer-types = { version = " 0.29.2" }
9188ibc-chain-registry = { version = " 0.29.2" }
89+ ibc-relayer-types = { version = " 0.29.2" }
0 commit comments