Skip to content

Commit a01079f

Browse files
seunlanlegebkchr
andauthored
Allow BabeConsensusDataProvider fork existing chain (#7078)
* parent 5e6c1c56b753a45d85f2da16994fdfc552af5277 author Seun Lanlege <[email protected]> 1599568164 +0100 committer Seun Lanlege <[email protected]> 1604321289 +0100 gpgsig -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEECvQ02MnjnssnSbjr3HzzEhjN254FAl+gAAkACgkQ3HzzEhjN 254soAv+KO5JA0HXSe0R0XS5TnwA3IxYsW+UvdF5dXFeC3jFdGTMvor818uoBePD dxzYEsUK6gjsNcM9+hpFhoy5JnUrUPInd2BZ7pmZiDuXmYJrHi0s7K5qL0EYDoe0 m1egPNNyRR125ozJ24M+09c3OQsi3bvTx1TJaV9Aov8hK4So8UmlJTHWpkLw97ku HuTre2IPSFbV4GwJE40V+KNuDVHxaKL7zrInYScqbr6/hOTqBCvFn4ib3CjpF5HG zDAA5S2PrcbL9NQOothVcVB/TZr3IkhglCFqEjVyCX80IL0JkNZkw8jAh0B8uqXx Ug/c1/Mssa8F1jLZMmW45Cway60txqVbcWntPJAymGJbrRErOO/++oUrV0u1C65u LW7gXAaIJWQTX9KnX0SEyejNod7ubZktBz7n5WfkJAPIzdw5wtJalhLa673YTgQ9 zyTPKiWjJj2myCq1AYrJvlK8hSsIBqbBFcUf1zX4SzZWKS+5mtp51o4gfVzcCRPd z/6/iPbB =g5tx -----END PGP SIGNATURE----- BabeConsensusDataProvider works with existing chains Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
1 parent 41ad0b8 commit a01079f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rpc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
1616
codec = { package = "parity-scale-codec", version = "1.3.1" }
17-
jsonrpc-core = "15.0.0"
18-
jsonrpc-core-client = "15.0.0"
19-
jsonrpc-derive = "15.0.0"
17+
jsonrpc-core = "15.1.0"
18+
jsonrpc-core-client = "15.1.0"
19+
jsonrpc-derive = "15.1.0"
2020
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
2121
sp-rpc = { version = "2.0.0", path = "../../../primitives/rpc" }
2222
serde = { version = "1.0.101", features = ["derive"] }

0 commit comments

Comments
 (0)