Skip to content

Commit 9d3f65f

Browse files
committed
move domain crate to sidechain core
1 parent 199cac8 commit 9d3f65f

File tree

6 files changed

+2
-4
lines changed

6 files changed

+2
-4
lines changed

Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414
"toolkit/committee-selection/session-validator-management/rpc",
1515
"toolkit/substrate-extensions/aura/primitives",
1616
"toolkit/block-production-log/primitives",
17-
"toolkit/domain/sidechain",
17+
"toolkit/sidechain/domain",
1818
"toolkit/committee-selection/selection",
1919
"toolkit/committee-selection/authority-selection-inherents",
2020
"toolkit/mainchain-follower/main-chain-follower-cli",
@@ -207,9 +207,6 @@ byte-string-derive = { default-features = false, path = "toolkit/utils/byte-stri
207207
ogmios-client = { path = "toolkit/utils/ogmios-client", default-features = false }
208208
time-source = { path = "toolkit/utils/time-source" }
209209

210-
# domain
211-
sidechain-domain = { path = "toolkit/domain/sidechain", default-features = false }
212-
213210
# smart contracts
214211
partner-chains-plutus-data = { path = "toolkit/smart-contracts/plutus-data", default-features = false }
215212
partner-chains-cardano-offchain = { path = "toolkit/smart-contracts/offchain", default-features = false }
@@ -222,6 +219,7 @@ partner-chains-cli = { path = "toolkit/partner-chains-cli", default-features = f
222219
pallet-address-associations = { path = "toolkit/address-associations/pallet", default-features = false }
223220

224221
# sidechain core
222+
sidechain-domain = { path = "toolkit/sidechain/domain", default-features = false }
225223
sidechain-block-search = { path = "toolkit/sidechain/sidechain-block-search", default-features = false }
226224
sidechain-slots = { path = "toolkit/sidechain/sidechain-slots", default-features = false }
227225
sidechain-mc-hash = { path = "toolkit/sidechain/sidechain-mc-hash", default-features = false }
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)