substrate-parachain-template
substrate-parachain-template copied to clipboard
The jsonrpsee bump to 0.20.2 broke the node
The version was bumped in https://github.com/substrate-developer-hub/substrate-parachain-template/pull/222. Now we have two versions of jsonrpsee, 0.16.2 and 0.20.2. We should update other dependencies to manage this bump. Until then, if someone is using the template, the fix is to change the jsonrpsee version in node/Cargo.toml to 0.16.2 again.