Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
Note about temp garandor/polkadot-v0.9.26 branch
Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
  • Loading branch information
ghzlatarev committed Aug 1, 2022
commit 520cc53a333cd053a1addcdab8bbf7b46d69cf80
1 change: 1 addition & 0 deletions primitives/session-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version = "3.2.1"

[dependencies]
manta-primitives = { path = "../manta", default-features = false }
# `garabdor/polkadot-v0.9.26` is a temporary branch until the official v0.9.26 Nimbus release.
nimbus-primitives = { git = "https://github.com/manta-network/nimbus.git", branch = "garandor/polkadot-v0.9.26", default-features = false }
parity-scale-codec = { version = "3.1.2", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions runtime/calamari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ cumulus-primitives-utility = { git = 'https://github.com/paritytech/cumulus.git'
parachain-info = { git = 'https://github.com/paritytech/cumulus.git', default-features = false, branch = "polkadot-v0.9.26" }

# Nimbus Dependencies
# `garabdor/polkadot-v0.9.26` is a temporary branch until the official v0.9.26 Nimbus release.
pallet-author-inherent = { git = "https://github.com/manta-network/nimbus.git", branch = "garandor/polkadot-v0.9.26", default-features = false }

# Polkadot dependencies
Expand Down
1 change: 1 addition & 0 deletions runtime/dolphin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ cumulus-primitives-utility = { git = 'https://github.com/paritytech/cumulus.git'
parachain-info = { git = 'https://github.com/paritytech/cumulus.git', default-features = false, branch = "polkadot-v0.9.26" }

# Nimbus Dependencies
# `garabdor/polkadot-v0.9.26` is a temporary branch until the official v0.9.26 Nimbus release.
pallet-author-inherent = { git = "https://github.com/manta-network/nimbus.git", branch = "garandor/polkadot-v0.9.26", default-features = false }

# Polkadot dependencies
Expand Down