Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update polkadot to v9.14.2 #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@polkadot/api (source) 9.10.2 -> 9.14.2 age adoption passing confidence
@polkadot/rpc-provider (source) 9.10.2 -> 9.14.2 age adoption passing confidence
@polkadot/types (source) 9.10.2 -> 9.14.2 age adoption passing confidence

Release Notes

polkadot-js/api (@​polkadot/api)

v9.14.2

Compare Source

Changes:

  • Don't allow WsProvider.connect() on an open connection (creates resource leaks)
  • Adjust typegen to use metadata-defined aliases in query return decoration
  • Update to latest Polkadot, Kusama & Substrate metadata

v9.14.1

Compare Source

Changes:

  • Extract aliases for *_runtime::Runtime{Call, Event} from metadata
  • Update to latest Polkadot, Kusama & Substrate metadata

v9.13.6

Compare Source

Contributed:

Changes:

  • Additional override for Compact<{ refTime: u64 }> chains
  • Add script to retrieve local rpc, version & metadata for typegen

v9.13.5

Compare Source

Changes:

  • Adjust Weight alias for 1.5 chains
  • Ensure correct registry is pass through for runtime TS generation

v9.13.4

Compare Source

Changes:

  • None from 9.13.3 (The previous version had npm registry publishing issues)

v9.13.3

Compare Source

Changes:

  • Adjust Weight alias detection to cater for WeightV0/u32 overrides (e.g. early Kusama blocks)

v9.13.2

Compare Source

Changes:

  • Allow null as valid param to Int/UInt

v9.13.1

Compare Source

Contributed:

Changes:

  • Adjust Weight alias detection (moved from PortableRegistry -> Registry)
  • Move default (typegen) weight alias to WeightV2 (does not affect runtime detection)
  • Prepare metadata docs from chain generation for future cli arguments
  • Add base type object for (future) composite types
  • Apply additional JSDoc comments into PortableRegistry
  • Update to latest Polkadot, Kusama & Substrate metadata

v9.12.1

Compare Source

Changes:

  • Add isStorageFallback on the Codec interface. (true if entry was created from a metadata fallback value from an empty storage item)
  • Ensure api.queryMulti returns empty result when no keys are provided
  • Add explicit Array checks on Vec/Tuple inputs
  • Align Struct.{toU8a/toPrimitive/toHuman/toJSON} population of results
  • Apply memoization to batched API queries
  • Update to latest Polkadot, Kusama & Substrate metadata

v9.11.3

Compare Source

Changes:

  • Update to latest Polkadot, Kusama & Substrate metadata

v9.11.2

Compare Source

Changes:

  • Ensure derive.democracy.preimages retrieves correctly from (current-gen) preimage

v9.11.1

Compare Source

  • Breaking change For users of ScProvider you now need to explicitly pass @substrate/connect as a parameter. This means the code needs to be adjusted as follows -
import { ScProvider } from '@&#8203;polkadot/api';
import * as Sc from '@&#8203;substrate/connect';

const provider = new ScProvider(Sc, Sc.WellKnownChain.polkadot);

Contributed:

Changes:

  • The ScProvider interface now needs receive an @substrate/connect instance
  • Along with the above ScProvider.WellKnownChains has been removed
  • Update to latest Polkadot, Kusama & Substrate metadata

v9.10.5

Compare Source

Changes:

  • Revert 9.10.4 paymentInfo changes (fallback only works on struct, not Weight)

v9.10.4

Compare Source

Changes:

  • Align runtime paymentInfo calls with Substrate (w/ decoding fallbacks)

v9.10.3

Compare Source

Changes:

  • Add override for Structs where registry appear as a field
  • Update to latest Polkadot, Kusama & Substrate metadata
  • Kusama 9320/9340/9350 & Westend 9330/9340/9350 upgrade blocks

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/polkadot branch 2 times, most recently from fdc0d5c to c894ee3 Compare January 31, 2024 13:49
@renovate renovate bot force-pushed the renovate/polkadot branch 3 times, most recently from 3c4053e to 8dcdef4 Compare May 27, 2024 15:21
@renovate renovate bot force-pushed the renovate/polkadot branch 5 times, most recently from 79be44c to 2c6f621 Compare June 12, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants