substrate-parachain-template icon indicating copy to clipboard operation
substrate-parachain-template copied to clipboard

The jsonrpsee bump to 0.20.2 broke the node

Open franciscoaguirre opened this issue 2 years ago • 0 comments

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.

franciscoaguirre avatar Nov 22 '23 14:11 franciscoaguirre