Socket
Socket
Sign inDemoInstall

@polkadot/rpc-provider

Package Overview
Dependencies
78
Maintainers
2
Versions
2989
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
299Next

9.13.4

Diff

Changelog

Source

9.13.4 Feb 1, 2023

Changes:

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

Changelog

Source

9.13.3 Feb 1, 2023

Changes:

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

Changelog

Source

9.13.2 Jan 29, 2023

Changes:

  • Allow null as valid param to Int/UInt
polkadotjs
published 9.13.1 •

Changelog

Source

9.13.1 Jan 29, 2023

Contributed:

  • Add support for V3 of TransactionPaymentApi (Thanks to https://github.com/notlesh)

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
polkadotjs
published 9.12.1 •

Changelog

Source

9.12.1 Jan 22, 2023

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
polkadotjs
published 9.11.3 •

Changelog

Source

9.11.3 Jan 15, 2023

Changes:

  • Update to latest Polkadot, Kusama & Substrate metadata
polkadotjs
published 9.11.2 •

Changelog

Source

9.11.2 Jan 13, 2023

Changes:

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

Changelog

Source

9.11.1 Jan 8, 2023

  • 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 '@polkadot/api';
import * as Sc from '@substrate/connect';

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

Contributed:

  • Fix for typegen with nested tuples (Thanks to https://github.com/sander2)
  • Expose blockNumber on submittable results (Thanks to https://github.com/ken-centrality)

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
polkadotjs
published 9.10.5 •

Changelog

Source

9.10.5 Dec 27, 2022

Changes:

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

Changelog

Source

9.10.4 Dec 25, 2022

Changes:

  • Align runtime paymentInfo calls with Substrate (w/ decoding fallbacks)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc