Breaking Changes:
nockandmock-socketare no longer production dependencies of@polkadot/rpc-provider, so they are no longer installed transitively by@polkadot/apiconsumers. This also clears nock'surl.parse()deprecation (DEP0169) on Node 22+.- The undocumented internal test helpers deep-importable as
@polkadot/rpc-provider/mock/mockHttpand@polkadot/rpc-provider/mock/mockWsare no longer published. The publicMockProvider(@polkadot/rpc-provider/mock) is unaffected.
Changes:
- Only mark a nominator era claimed once every validator has paid (#6280)
- fix(types-known): decode foreign-asset ChargeAssetTxPayment on Westend Asset Hub (#6268)
- fix(rpc-provider)!: move nock to devDependencies so it no longer ships (#6266)
- chore(metadata): update chain metadata and regenerate types to v16 (#6265)
- fix: correct XCM VersionedMultiLocation V5 key and VersionedResponse enum (#6264)
Contributions: