From cd49ae6ff7094f8e47853fac08db32b2e11e2af6 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 19 Jul 2022 16:22:53 +0000 Subject: [PATCH] fix(node): use jsonrpsee with unknown fields patch --- --- a/Cargo.toml +++ b/Cargo.toml @@ -8,17 +8,14 @@ 'crates/*', 'runtime/tests', ] -exclude = [ - "runtime/unique", - "runtime/quartz" -] +exclude = ["runtime/unique", "runtime/quartz"] [profile.release] panic = 'unwind' [patch.crates-io] -jsonrpsee = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"} -jsonrpsee-types = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"} -jsonrpsee-core = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"} +jsonrpsee = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" } +jsonrpsee-types = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" } +jsonrpsee-core = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" } [patch."https://github.com/paritytech/substrate"] beefy-gadget = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"} @@ -193,4 +190,3 @@ substrate-test-utils-derive = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"} substrate-wasm-builder = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"} try-runtime-cli = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"} - -- gitstuff