We should update our runtime dependencies to version polkadot-v0.9.38 so that we get rid of some dependency conflicts.
For example, we were running into problems because our spacewalk pallets use jsonrpsee with version >0.16.0 but other parachain pallets that are on polkadot-v0.9.37 still use jsonrpsee version 0.15.x (e.g. Zenlink) which then leads to conflicts when importing RPC modules from their pallets.
We should update our runtime dependencies to version
polkadot-v0.9.38so that we get rid of some dependency conflicts.For example, we were running into problems because our spacewalk pallets use
jsonrpseewith version >0.16.0 but other parachain pallets that are onpolkadot-v0.9.37still usejsonrpseeversion 0.15.x (e.g. Zenlink) which then leads to conflicts when importing RPC modules from their pallets.