Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7bba63a
Fix bridge-proxy weights
vovac12 Sep 7, 2023
62548e3
Update versions
vovac12 Sep 8, 2023
74e940d
Merge branch 'develop' of github.com:sora-xor/sora2-network into fix-…
vovac12 Sep 8, 2023
3eed8cb
Fix CI
vovac12 Sep 10, 2023
b57d938
Merge branch 'develop' into fix-bridge-proxy-benchmarks
vovac12 Sep 14, 2023
e9a2016
change substrate app version
N1ghtStorm Sep 18, 2023
870da08
rename substrate app, compiles
N1ghtStorm Sep 18, 2023
e35203d
change name in genesis config
N1ghtStorm Sep 19, 2023
1e938e0
update chainspecs
N1ghtStorm Sep 19, 2023
bed9fd2
add todo in evm pallets
N1ghtStorm Sep 19, 2023
7a6cb1e
rename in benchmarks
N1ghtStorm Sep 19, 2023
12fea38
rename in bridge proxy
N1ghtStorm Sep 19, 2023
ccda2b5
change metadata version
N1ghtStorm Sep 20, 2023
359db76
change parachain runtime name + refactor
N1ghtStorm Sep 20, 2023
a07de00
Merge branch 'develop' into fix-bridge-proxy-benchmarks
vovac12 Sep 21, 2023
703ab27
merge develop
N1ghtStorm Sep 21, 2023
b32426d
add chainscpecs
N1ghtStorm Sep 21, 2023
2142390
Update hex-literal
vovac12 Sep 21, 2023
5b0782e
return all old chainspecs
N1ghtStorm Sep 21, 2023
81692eb
Update sora2-common
vovac12 Sep 21, 2023
d3a9ee9
Merge branch 'rename_substrate_app' of github.com:sora-xor/sora2-netw…
vovac12 Sep 21, 2023
5fc80ff
Fix CI
vovac12 Sep 22, 2023
7515841
Merge branch 'develop' of github.com:sora-xor/sora2-network into fix-…
vovac12 Sep 24, 2023
16b6502
Fix CI
vovac12 Sep 24, 2023
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
Prev Previous commit
Next Next commit
Update sora2-common
  • Loading branch information
vovac12 committed Sep 21, 2023
commit 81692eb0a04571c6af62ce72deb9d7222b563d10
28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,20 +209,20 @@ try-runtime-cli = { git = "https://github.com/sora-xor/substrate.git", branch =
pallet-staking = { git = "https://github.com/sora-xor/substrate.git", branch = "polkadot-v0.9.38" }

[patch."https://github.com/sora-xor/sora2-common.git"]
beefy-light-client = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
beefy-light-client-rpc = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
beefy-light-client-runtime-api = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
leaf-provider = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
leaf-provider-rpc = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
leaf-provider-runtime-api = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
bridge-common = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
dispatch = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
substrate-bridge-app = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
substrate-bridge-channel = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
bridge-channel-rpc = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
bridge-types = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
bridge-data-signer = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
multisig-verifier = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.14" }
beefy-light-client = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
beefy-light-client-rpc = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
beefy-light-client-runtime-api = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
leaf-provider = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
leaf-provider-rpc = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
leaf-provider-runtime-api = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
bridge-common = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
dispatch = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
substrate-bridge-app = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
substrate-bridge-channel = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
bridge-channel-rpc = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
bridge-types = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
bridge-data-signer = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }
multisig-verifier = { git = "https://github.com/sora-xor//sora2-common.git", tag = "1.0.17" }

# [patch."https://github.com/sora-xor/sora2-common.git"]
# beefy-light-client = { path = "../sora2-common/pallets/beefy-light-client" }
Expand Down