Skip to content

Commit 7af8cd4

Browse files
bkchrrphmeierordian
authored
Companion for Substrate#8526 (#2845)
* Update branch * Make it compile * Compile * gate approval-checking logic (#2470) * Fix build * Updates * Fix merge * Adds missing crate * Companion for Substrate#8386 paritytech/substrate#8386 * Fix fix fix * Fix * Fix compilation * Rewrite to `ParachainsInherentDataProvider` * Make it compile * Renamings * Revert stuff * Remove stale file * Guide updates * Update node/core/parachains-inherent/src/lib.rs Co-authored-by: Andronik Ordian <[email protected]> * Update node/core/parachains-inherent/src/lib.rs Co-authored-by: Andronik Ordian <[email protected]> * Apply suggestions from code review * Reset accidental changes * More * Remove stale file * update Substrate Co-authored-by: Robert Habermeier <[email protected]> Co-authored-by: Andronik Ordian <[email protected]> Co-authored-by: parity-processbot <>
1 parent 285fda8 commit 7af8cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

polkadot/runtime/parachains/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substra
4949
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
5050
pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
5151
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
52-
frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" }
5352
pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "master" }
5453
pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" }
5554
pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" }
55+
frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" }
5656
serde_json = "1.0.61"
5757
libsecp256k1 = "0.3.5"
5858
sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }

0 commit comments

Comments
 (0)