Skip to content

Commit 62e8e21

Browse files
committed
There was an issue on the main branch
1 parent b6d4db1 commit 62e8e21

File tree

4 files changed

+32
-105
lines changed

4 files changed

+32
-105
lines changed

framework/Cargo.lock

Lines changed: 26 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework/Cargo.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,6 @@ incremental = false
132132
# abstract-polytone-note = { git = "https://github.com/AbstractSDK/polytone.git", branch = "bump/cw2" }
133133
# abstract-cw-orch-polytone = { git = "https://github.com/AbstractSDK/polytone.git", branch = "bump/cw2" }
134134

135-
abstract-cw-multi-test = { git = "https://github.com/abstractsdk/cw-multi-test-fork", branch = "feature/add-ics20-transfer-data" }
136-
# abstract-cw-multi-test = { path = "../../cw-multi-test" }
137-
cw-orch-interchain-core = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack" }
138-
cw-orch-core = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack" }
139-
cw-orch-mock = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack" }
140-
cw-orch-interchain = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack" }
141-
cw-orch-interchain-daemon = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack" }
142-
cw-orch-interchain-mock = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack" }
143-
# cw-orch-interchain-core = { path = "../../cw-orchestrator/packages/interchain/interchain-core" }
144-
# cw-orch-core = { path = "../../cw-orchestrator/packages/cw-orch-core" }
145-
# cw-orch-interchain-daemon = { path = "../../cw-orchestrator/packages/interchain/interchain-daemon" }
146-
# cw-orch-interchain-mock = { path = "../../cw-orchestrator/packages/interchain/interchain-mock" }
147-
148135
[workspace.metadata.cargo-udeps.ignore]
149136
# ensures CI doens't flag workspace-hack as unused dep
150137
normal = ["workspace-hack"]

framework/workspace-hack/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ anyhow = { version = "1" }
1919
bytes = { version = "1", default-features = false, features = ["serde"] }
2020
cosmwasm-std = { version = "2", features = ["cosmwasm_2_0", "staking", "stargate"] }
2121
cw-orch = { version = "0.27", features = ["daemon", "snapshot-testing"] }
22-
cw-orch-interchain = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack", features = ["daemon"] }
22+
cw-orch-interchain = { version = "0.8", features = ["daemon"] }
2323
cw20-base = { version = "2", default-features = false, features = ["library"] }
2424
digest = { version = "0.10", features = ["mac", "oid", "std"] }
2525
generic-array = { version = "0.14", default-features = false, features = ["more_lengths", "zeroize"] }
@@ -47,7 +47,7 @@ anyhow = { version = "1" }
4747
bytes = { version = "1", default-features = false, features = ["serde"] }
4848
cosmwasm-std = { version = "2", features = ["cosmwasm_2_0", "staking", "stargate"] }
4949
cw-orch = { version = "0.27", features = ["daemon", "snapshot-testing"] }
50-
cw-orch-interchain = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack", features = ["daemon"] }
50+
cw-orch-interchain = { version = "0.8", features = ["daemon"] }
5151
cw20-base = { version = "2", default-features = false, features = ["library"] }
5252
digest = { version = "0.10", features = ["mac", "oid", "std"] }
5353
generic-array = { version = "0.14", default-features = false, features = ["more_lengths", "zeroize"] }
@@ -88,7 +88,7 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co
8888
cosmrs = { version = "0.19", features = ["cosmwasm", "dev", "grpc"] }
8989
crossbeam-epoch = { version = "0.9" }
9090
crunchy = { version = "0.2", features = ["std"] }
91-
cw-orch-interchain-core = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack", default-features = false, features = ["daemon"] }
91+
cw-orch-interchain-core = { version = "0.9", default-features = false, features = ["daemon"] }
9292
cw1-whitelist = { version = "2", default-features = false, features = ["library"] }
9393
der = { version = "0.7", default-features = false, features = ["oid", "pem", "std"] }
9494
ecdsa = { version = "0.16", features = ["pem", "serde", "signing", "std", "verifying"] }
@@ -165,7 +165,7 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co
165165
cosmrs = { version = "0.19", features = ["cosmwasm", "dev", "grpc"] }
166166
crossbeam-epoch = { version = "0.9" }
167167
crunchy = { version = "0.2", features = ["std"] }
168-
cw-orch-interchain-core = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack", default-features = false, features = ["daemon"] }
168+
cw-orch-interchain-core = { version = "0.9", default-features = false, features = ["daemon"] }
169169
cw1-whitelist = { version = "2", default-features = false, features = ["library"] }
170170
der = { version = "0.7", default-features = false, features = ["oid", "pem", "std"] }
171171
derive_more = { version = "0.99" }
@@ -243,7 +243,7 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co
243243
cosmrs = { version = "0.19", features = ["cosmwasm", "dev", "grpc"] }
244244
crossbeam-epoch = { version = "0.9" }
245245
crunchy = { version = "0.2", features = ["std"] }
246-
cw-orch-interchain-core = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack", default-features = false, features = ["daemon"] }
246+
cw-orch-interchain-core = { version = "0.9", default-features = false, features = ["daemon"] }
247247
cw1-whitelist = { version = "2", default-features = false, features = ["library"] }
248248
der = { version = "0.7", default-features = false, features = ["oid", "pem", "std"] }
249249
ecdsa = { version = "0.16", features = ["pem", "serde", "signing", "std", "verifying"] }
@@ -319,7 +319,7 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co
319319
cosmrs = { version = "0.19", features = ["cosmwasm", "dev", "grpc"] }
320320
crossbeam-epoch = { version = "0.9" }
321321
crunchy = { version = "0.2", features = ["std"] }
322-
cw-orch-interchain-core = { git = "https://github.com/abstractsdk/cw-orchestrator", branch = "interchain/add-ics-hooks-ack", default-features = false, features = ["daemon"] }
322+
cw-orch-interchain-core = { version = "0.9", default-features = false, features = ["daemon"] }
323323
cw1-whitelist = { version = "2", default-features = false, features = ["library"] }
324324
der = { version = "0.7", default-features = false, features = ["oid", "pem", "std"] }
325325
derive_more = { version = "0.99" }

interchain/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ abstract-cw-orch-polytone = { git = "https://github.com/AbstractSDK/polytone.git
111111

112112
# Backup release profile, will result in warnings during optimization
113113

114-
115-
abstract-cw-multi-test = { git = "https://github.com/abstractsdk/cw-multi-test-fork", branch = "feature/add-ics20-transfer-data" }
116-
# abstract-cw-multi-test = { path = "../../cw-multi-test" }
117-
118114
[patch.'https://github.com/AbstractSDK/cw-orchestrator']
119115
cw-orch = { version = "0.26.0" }
120116
cw-orch-interchain = { version = "=0.7.2" }

0 commit comments

Comments
 (0)