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
To perform the upgrade of Pendulum to Polkadot-sdk release 1.6.0 we need to update all the Spacewalk dependencies to polkadot-sdk release v1.6.0.
Note on extra dependencies
subxt and jsonrpc are two critical dependencies that we may want (or need) to update, depending on the common dependencies used also with polkadot-sdk.
polkadot-sdk released Jan 16, an idea would be to update subxt to v0.34.0 which released right after that. Consequently, jsonrpc could be bumped to 0.21 which is what subxtuses for that version. This may not be needed since we are already at v0.33.0 with subxt but is good to keep in mind, since hard-to-debug compilation errors may arise from these version definitions (see what happened here as described on PR description).
There are other jsonrpc imports which use a previous version and may require more refactor to upgrade, with low or no benefit.
The text was updated successfully, but these errors were encountered:
Part of master ticket tasks/#419.
To perform the upgrade of Pendulum to Polkadot-sdk release
1.6.0
we need to update all the Spacewalk dependencies to polkadot-sdk release v1.6.0.Note on extra dependencies
subxt
andjsonrpc
are two critical dependencies that we may want (or need) to update, depending on the common dependencies used also withpolkadot-sdk
.polkadot-sdk
released Jan 16, an idea would be to updatesubxt
tov0.34.0
which released right after that. Consequently,jsonrpc
could be bumped to0.21
which is whatsubxt
uses for that version. This may not be needed since we are already atv0.33.0
withsubxt
but is good to keep in mind, since hard-to-debug compilation errors may arise from these version definitions (see what happened here as described on PR description).There are other
jsonrpc
imports which use a previous version and may require more refactor to upgrade, with low or no benefit.The text was updated successfully, but these errors were encountered: