You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Polkadot crates use jsonrpsee >=0.2.0-alpha5 but subxt is fixed on alpha3. It makes it impossible to use subxt and polkadot in the same project.
It would be very helpful to upgrade the used jsonrpsee version up to the latest.