Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2025

Bumps the polkadot-api group with 13 updates in the / directory:

Package From To
@polkadot-api/codegen 0.13.2 0.19.2
@polkadot-api/json-rpc-provider-proxy 0.2.4 0.2.5
@polkadot-api/metadata-builders 0.10.2 0.13.6
@polkadot-api/metadata-compatibility 0.2.0 0.3.7
@polkadot-api/observable-client 0.8.6 0.15.2
@polkadot-api/signer 0.1.15 0.2.10
@polkadot-api/substrate-bindings 0.11.1 0.16.4
@polkadot-api/substrate-client 0.3.0 0.4.7
@polkadot-api/utils 0.1.2 0.2.0
@polkadot-api/ws-provider 0.4.0 0.7.0
@polkadot-api/sm-provider 0.1.7 0.1.12
@polkadot-api/view-builder 0.4.3 0.4.14
polkadot-api 1.9.11 1.20.0

Updates @polkadot-api/codegen from 0.13.2 to 0.19.2

Commits

Updates @polkadot-api/json-rpc-provider-proxy from 0.2.4 to 0.2.5

Commits

Updates @polkadot-api/metadata-builders from 0.10.2 to 0.13.6

Release notes

Sourced from @​polkadot-api/metadata-builders's releases.

[email protected]

Added

  • polkadot-api/smoldot/node-worker to create a smoldot worker in NodeJS.
  • polkadot-api/smoldot/from-node-worker to create a client from a node smoldot worker.
  • Add people chains for Kusama, Roccoco and Westend #617

Changed

  • ws-provider: rename WebSocketProvider => getWsProvider
  • polkadot-sdk-compat: replace default export with withPolkadotSdkCompat
  • Decode ModuleError from transactions DispatchError #615.

Fixed

  • Descriptors entry points when transaction and events have the same checksum.
  • Fixed correct ESM export for React Native.
  • chains: Update lightSyncState

[email protected]

Added

  • InvalidTxError: a new Error with all the information needed to determine what was the reason why the transaction is invlid. Its typings can be obtained via the TransactionValidityError type #589.
  • client: Add isCompatible(threshold: CompatibilityLevel, token?: CompatibilityToken) to every interaction.
  • chains: Add Polkadot People and Paseo AssetHub

Changed

  • cli: Commands add, remove and update run codegen by default after finishing #577.
  • cli: Move descriptors package out from node_modules #587.

Fixed

  • typedApi not being assignable to union of multiple chains.
  • descriptors: Whitelist entry for runtime apis
  • chains: Update bootnodes

Removed

  • client: Clean up leaked types from functions createTxEntry, submit, and submit$.

[email protected]

Changed

  • Replaced isCompatible() functions for getCompatibilityLevel(), for a more granular control of runtime upgrades #561
  • Replaced typedApi.runtime.latest() for typedApi.compatibilityToken #569

Added

... (truncated)

Commits

Updates @polkadot-api/metadata-compatibility from 0.2.0 to 0.3.7

Commits

Updates @polkadot-api/observable-client from 0.8.6 to 0.15.2

Release notes

Sourced from @​polkadot-api/observable-client's releases.

[email protected]

Added

  • polkadot-api/smoldot/node-worker to create a smoldot worker in NodeJS.
  • polkadot-api/smoldot/from-node-worker to create a client from a node smoldot worker.
  • Add people chains for Kusama, Roccoco and Westend #617

Changed

  • ws-provider: rename WebSocketProvider => getWsProvider
  • polkadot-sdk-compat: replace default export with withPolkadotSdkCompat
  • Decode ModuleError from transactions DispatchError #615.

Fixed

  • Descriptors entry points when transaction and events have the same checksum.
  • Fixed correct ESM export for React Native.
  • chains: Update lightSyncState

[email protected]

Added

  • InvalidTxError: a new Error with all the information needed to determine what was the reason why the transaction is invlid. Its typings can be obtained via the TransactionValidityError type #589.
  • client: Add isCompatible(threshold: CompatibilityLevel, token?: CompatibilityToken) to every interaction.
  • chains: Add Polkadot People and Paseo AssetHub

Changed

  • cli: Commands add, remove and update run codegen by default after finishing #577.
  • cli: Move descriptors package out from node_modules #587.

Fixed

  • typedApi not being assignable to union of multiple chains.
  • descriptors: Whitelist entry for runtime apis
  • chains: Update bootnodes

Removed

  • client: Clean up leaked types from functions createTxEntry, submit, and submit$.

[email protected]

Changed

  • Replaced isCompatible() functions for getCompatibilityLevel(), for a more granular control of runtime upgrades #561
  • Replaced typedApi.runtime.latest() for typedApi.compatibilityToken #569

Added

... (truncated)

Commits

Updates @polkadot-api/signer from 0.1.15 to 0.2.10

Commits

Updates @polkadot-api/substrate-bindings from 0.11.1 to 0.16.4

Release notes

Sourced from @​polkadot-api/substrate-bindings's releases.

[email protected]

Added

  • polkadot-api/smoldot/node-worker to create a smoldot worker in NodeJS.
  • polkadot-api/smoldot/from-node-worker to create a client from a node smoldot worker.
  • Add people chains for Kusama, Roccoco and Westend #617

Changed

  • ws-provider: rename WebSocketProvider => getWsProvider
  • polkadot-sdk-compat: replace default export with withPolkadotSdkCompat
  • Decode ModuleError from transactions DispatchError #615.

Fixed

  • Descriptors entry points when transaction and events have the same checksum.
  • Fixed correct ESM export for React Native.
  • chains: Update lightSyncState

[email protected]

Added

  • InvalidTxError: a new Error with all the information needed to determine what was the reason why the transaction is invlid. Its typings can be obtained via the TransactionValidityError type #589.
  • client: Add isCompatible(threshold: CompatibilityLevel, token?: CompatibilityToken) to every interaction.
  • chains: Add Polkadot People and Paseo AssetHub

Changed

  • cli: Commands add, remove and update run codegen by default after finishing #577.
  • cli: Move descriptors package out from node_modules #587.

Fixed

  • typedApi not being assignable to union of multiple chains.
  • descriptors: Whitelist entry for runtime apis
  • chains: Update bootnodes

Removed

  • client: Clean up leaked types from functions createTxEntry, submit, and submit$.

[email protected]

Changed

  • Replaced isCompatible() functions for getCompatibilityLevel(), for a more granular control of runtime upgrades #561
  • Replaced typedApi.runtime.latest() for typedApi.compatibilityToken #569

Added

... (truncated)

Commits

Updates @polkadot-api/substrate-client from 0.3.0 to 0.4.7

Commits

Updates @polkadot-api/utils from 0.1.2 to 0.2.0

Commits

Updates @polkadot-api/ws-provider from 0.4.0 to 0.7.0

Release notes

Sourced from @​polkadot-api/ws-provider's releases.

[email protected]

Added

  • The client now exposes a _request method, which is meant as an "escape hatch" to allow the consumers of the JSON-RPC provider have access to debugging endpoints such as system_version, and other useful endpoints that are not spec compliant.
  • Suppot for "optimistic" transactions via the at option when creating/broadcasting transactions. This makes it possible to create transactions against blocks that are not yet finalized. #486
  • Allow users to manually pass the nonce when creating a transaction. #498
  • Decouple descriptor types from descriptor values: Now operations won't show empty pallets.
  • Lazy load descriptor values

Changed

  • The payload of the transaction bestChainBlockIncluded event is now consistent with the payload of the finalized event. #500
  • Improve transaction events and return payloads as described in #497. #507

Fixed

  • substrate-client: improve the cancelation logic on operations that have not yet received its operationId #484
  • observable-client: ensure bestBlocks$ always start with latest known finalizedBlock #491
  • Stop-recovery: blocks from previous session getting unpinned
  • observable-client: operationLimit-recovery: properly recover from operationLimit responses #494 Closes #492
  • Recover from stop events when runtime hasn't loaded and finalized block changes
  • pjs-signer: Ensure SignerPayloadJSON to be the same as PJS api
  • Keeps on validating transactions after they have been broadcasted. #500
  • smoldot: Upgraded to [email protected]

PRs merged

... (truncated)

Commits

Updates @polkadot-api/sm-provider from 0.1.7 to 0.1.12

Commits

Updates @polkadot-api/view-builder from 0.4.3 to 0.4.14

Commits

Updates polkadot-api from 1.9.11 to 1.20.0

Release notes

Sourced from polkadot-api's releases.

[email protected]

Added

  • WS Provider:
    • heartbeatTimeout option to control how long to wait without having received notifications from the server before switching connections. It defaults to 40 secs.

Fixed

  • Use 0x${string} type for Binary.asHex()
  • SM/WS Provider:
    • Make transaction methods resilient to reconnections
  • WS Provider:
    • WebSocket connections might become stale without triggering a "close" event. The only way to detect that is through either the ping/pong control frame events, or by reacting when it's been too long without receiving a notification from the server. This release applies a heartbeat strategy which prevents connections from becoming stale.
  • Chains::
    • Update lightSyncState

[email protected]

Fixed

  • WS Provider:
    • Ensure that it attempts to switch endpoints when it finds a faulty RPC that's constantly emitting stop events
    • Propagate innerEnhancer disconnection

[email protected]

Fixed

  • WS Provider:
    • Typescript import when moduleResolution = node.
    • Ensure that it attempts to switch endpoints when it finds a faulty RPC that's constantly emitting stop events
  • Codegen:
    • Fix solidity tuple[] contract codegen.
    • Weaken solidity HexString types.

[email protected]

Added

  • CLI
    • sol subcommand analogous to ink for managing solidity contracts.

[email protected]

Fixed

  • Fix txHash field on transaction events: should be an hexadecimal string value.

[email protected]

Added

  • WS Provider:

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the polkadot-api group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@polkadot-api/codegen](https://github.com/polkadot-api/polkadot-api) | `0.13.2` | `0.19.2` |
| [@polkadot-api/json-rpc-provider-proxy](https://github.com/polkadot-api/polkadot-api) | `0.2.4` | `0.2.5` |
| [@polkadot-api/metadata-builders](https://github.com/polkadot-api/polkadot-api) | `0.10.2` | `0.13.6` |
| [@polkadot-api/metadata-compatibility](https://github.com/polkadot-api/polkadot-api) | `0.2.0` | `0.3.7` |
| [@polkadot-api/observable-client](https://github.com/polkadot-api/polkadot-api) | `0.8.6` | `0.15.2` |
| [@polkadot-api/signer](https://github.com/polkadot-api/polkadot-api) | `0.1.15` | `0.2.10` |
| [@polkadot-api/substrate-bindings](https://github.com/polkadot-api/polkadot-api) | `0.11.1` | `0.16.4` |
| [@polkadot-api/substrate-client](https://github.com/polkadot-api/polkadot-api) | `0.3.0` | `0.4.7` |
| [@polkadot-api/utils](https://github.com/polkadot-api/polkadot-api) | `0.1.2` | `0.2.0` |
| [@polkadot-api/ws-provider](https://github.com/polkadot-api/polkadot-api) | `0.4.0` | `0.7.0` |
| [@polkadot-api/sm-provider](https://github.com/polkadot-api/polkadot-api) | `0.1.7` | `0.1.12` |
| [@polkadot-api/view-builder](https://github.com/polkadot-api/polkadot-api) | `0.4.3` | `0.4.14` |
| [polkadot-api](https://github.com/polkadot-api/polkadot-api) | `1.9.11` | `1.20.0` |



Updates `@polkadot-api/codegen` from 0.13.2 to 0.19.2
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/json-rpc-provider-proxy` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/metadata-builders` from 0.10.2 to 0.13.6
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/metadata-compatibility` from 0.2.0 to 0.3.7
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/observable-client` from 0.8.6 to 0.15.2
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/signer` from 0.1.15 to 0.2.10
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/substrate-bindings` from 0.11.1 to 0.16.4
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/substrate-client` from 0.3.0 to 0.4.7
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/utils` from 0.1.2 to 0.2.0
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/ws-provider` from 0.4.0 to 0.7.0
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits/[email protected])

Updates `@polkadot-api/sm-provider` from 0.1.7 to 0.1.12
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-api/view-builder` from 0.4.3 to 0.4.14
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `polkadot-api` from 1.9.11 to 1.20.0
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/compare/[email protected]@1.20.0)

---
updated-dependencies:
- dependency-name: "@polkadot-api/codegen"
  dependency-version: 0.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/json-rpc-provider-proxy"
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/metadata-builders"
  dependency-version: 0.13.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/metadata-compatibility"
  dependency-version: 0.3.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/observable-client"
  dependency-version: 0.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/signer"
  dependency-version: 0.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/substrate-bindings"
  dependency-version: 0.16.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/substrate-client"
  dependency-version: 0.4.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/utils"
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/ws-provider"
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/sm-provider"
  dependency-version: 0.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: "@polkadot-api/view-builder"
  dependency-version: 0.4.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: polkadot-api
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: polkadot-api
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the automerge Instructs Mergify to queue this pull request for automatic merging label Oct 9, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 9, 2025

🦋 Changeset detected

Latest commit: c8a7b8d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@substrate/light-client-extension-helpers Patch
@substrate/ws-provider Patch
@substrate/extension Patch
@substrate/wallet-template Patch
@substrate/smoldot-discovery-connector Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Instructs Mergify to queue this pull request for automatic merging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants