Skip to content

Commit

Permalink
chore: upgrade centauri to v0.9.33
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Jan 25, 2023
1 parent bd4bbad commit 0dbb6d0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 29 deletions.
37 changes: 18 additions & 19 deletions code/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions code/parachain/frame/cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ frame-benchmarking = { default-features = false, git = "https://github.com/parit
frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
hex = { version = "0.4", default-features = false, features = ["alloc"] }
ibc = { git = "https://github.com/ComposableFi/centauri", rev = "6989e572f961f43ad0e68da066daabb238bbbcb0", default-features = false }
ibc-primitives = { git = "https://github.com/ComposableFi/centauri", rev = "6989e572f961f43ad0e68da066daabb238bbbcb0", default-features = false, optional = false }
ibc = { git = "https://github.com/ComposableFi/centauri", rev = "8f9c9f981c8ff1246a62b0670d2ede0e7e4ce0f2", default-features = false }
ibc-primitives = { git = "https://github.com/ComposableFi/centauri", rev = "8f9c9f981c8ff1246a62b0670d2ede0e7e4ce0f2", default-features = false, optional = false }
lazy_static = { version = "1.4.0", optional = true, default-features = false, features = [
"spin_no_std",
] }
Expand All @@ -36,7 +36,7 @@ libsecp256k1 = { version = "0.7.0", default-features = false }
log = { version = "0.4.14", default-features = false }
pallet-assets = { default-features = false, path = "../assets" }
pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
pallet-ibc = { git = "https://github.com/ComposableFi/centauri", rev = "6989e572f961f43ad0e68da066daabb238bbbcb0", default-features = false }
pallet-ibc = { git = "https://github.com/ComposableFi/centauri", rev = "8f9c9f981c8ff1246a62b0670d2ede0e7e4ce0f2", default-features = false }
parity-wasm = { version = "0.45.0", default-features = false }
primitives = { path = "../../runtime/primitives", default-features = false }
rand = { version = "0.8.5", optional = true, default-features = false, features = [
Expand Down
4 changes: 2 additions & 2 deletions code/parachain/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ pablo-runtime-api = { path = "../frame/pablo/runtime-api" }
pallet-transaction-payment-rpc = { path = "../frame/transaction-payment/rpc" }
pallet-transaction-payment-rpc-runtime-api = { path = "../frame/transaction-payment/rpc/runtime-api" }

ibc-rpc = { git = "https://github.com/ComposableFi/centauri", rev = "6989e572f961f43ad0e68da066daabb238bbbcb0" }
pallet-ibc = { git = "https://github.com/ComposableFi/centauri", rev = "6989e572f961f43ad0e68da066daabb238bbbcb0" }
ibc-rpc = { git = "https://github.com/ComposableFi/centauri", rev = "8f9c9f981c8ff1246a62b0670d2ede0e7e4ce0f2" }
pallet-ibc = { git = "https://github.com/ComposableFi/centauri", rev = "8f9c9f981c8ff1246a62b0670d2ede0e7e4ce0f2" }

# FRAME Dependencies
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
Expand Down
10 changes: 5 additions & 5 deletions code/parachain/runtime/dali/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-modu
orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.33", default-features = false }

# IBC support
ibc = { git = "https://github.com/ComposableFi/centauri", rev = "6989e572f961f43ad0e68da066daabb238bbbcb0", default-features = false }
ibc-primitives = { git = "https://github.com/ComposableFi/centauri", rev = "6989e572f961f43ad0e68da066daabb238bbbcb0", default-features = false }
ibc-runtime-api = { git = "https://github.com/ComposableFi/centauri", rev = "6989e572f961f43ad0e68da066daabb238bbbcb0", default-features = false }
pallet-ibc = { git = "https://github.com/ComposableFi/centauri", rev = "6989e572f961f43ad0e68da066daabb238bbbcb0", default-features = false }
pallet-ibc-ping = { git = "https://github.com/ComposableFi/centauri", rev = "6989e572f961f43ad0e68da066daabb238bbbcb0", default-features = false }
ibc = { git = "https://github.com/ComposableFi/centauri", rev = "8f9c9f981c8ff1246a62b0670d2ede0e7e4ce0f2", default-features = false }
ibc-primitives = { git = "https://github.com/ComposableFi/centauri", rev = "8f9c9f981c8ff1246a62b0670d2ede0e7e4ce0f2", default-features = false }
ibc-runtime-api = { git = "https://github.com/ComposableFi/centauri", rev = "8f9c9f981c8ff1246a62b0670d2ede0e7e4ce0f2", default-features = false }
pallet-ibc = { git = "https://github.com/ComposableFi/centauri", rev = "8f9c9f981c8ff1246a62b0670d2ede0e7e4ce0f2", default-features = false }
pallet-ibc-ping = { git = "https://github.com/ComposableFi/centauri", rev = "8f9c9f981c8ff1246a62b0670d2ede0e7e4ce0f2", default-features = false }

[dev-dependencies]
frame-benchmarking = { package = "frame-benchmarking", git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.33" }
Expand Down

0 comments on commit 0dbb6d0

Please sign in to comment.