git.delta.rocks / unique-network / refs/commits / cd49ae6ff709

difftreelog

fix(node) use jsonrpsee with unknown fields patch

Yaroslav Bolyukin2022-07-19parent: #74f532a.patch.diff
in: master

1 file changed

modifiedCargo.tomldiffbeforeafterboth
16panic = 'unwind'13panic = 'unwind'
1714
18[patch.crates-io]15[patch.crates-io]
19jsonrpsee = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}16jsonrpsee = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" }
20jsonrpsee-types = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}17jsonrpsee-types = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" }
21jsonrpsee-core = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}18jsonrpsee-core = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" }
2219
23[patch."https://github.com/paritytech/substrate"]20[patch."https://github.com/paritytech/substrate"]
24beefy-gadget = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}21beefy-gadget = {git = "https://github.com/uniquenetwork/substrate", branch = "polkadot-v0.9.24-hack-substitute"}