Socket
Socket
Sign inDemoInstall

@polkadot/types-codec

Package Overview
Dependencies
Maintainers
2
Versions
492
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/types-codec - npm Package Versions

23
50

13.1.1

Diff

Changelog

Source

13.1.1 Sep 17, 2024

Changes:

  • Upgrade polkadot/common to 13.1.1 (#5982)
  • Implement xcm dryRunApi (#5970)
  • Initialize the API with metadata V15 (#5941)
  • Bump yarn to 4.5.0 (#5983)
polkadotjs
published 13.0.1 •

Changelog

Source

13.0.1 Sep 10, 2024

Breaking Changes:

  • Change assetId type in SignerPayloadJSON to HexString (#5967)
  • Keep assetId hex as an Option for toPayload (#5968)

NOTE: This is part of the current change to generalize the SignerPayloadJSON in order to simplify its integration across other tools. The return value of assetId field with toPayload will always be its true type now, which in this case is Option<TAssetConversion> where TAssetConversion is equal to MultiLocation | AssetId.

Changes:

  • Bump dev and typescript (#5964)
  • Bump yarn to 4.1.1 (#5978)
  • Add kusama types-known v1.3.0 upgrade (#5971)
  • Update Kusama augmented types to 1.3.0 (#5972)
    • Please reference the PR above to view any changes in the runtime types
polkadotjs
published 12.4.2 •

Changelog

Source

12.4.2 Aug 21, 2024

Changes:

  • Fix derive.balances.all when data is undefined (#5961)
polkadotjs
published 12.4.1 •

Changelog

Source

12.4.1 Aug 19, 2024

Contributed:

  • Add a check for tip in Submittable (Thanks to https://github.com/gupnik) (#5953)

Changes:

  • Bump yarn to 4.4.0 (#5952)
  • Update General Deps (patch only) (#5954)
  • Rework api.derive.balance.{account, all} to work with the new frame account data (#5955)
    • Adds transferable and frameSystemAccountInfo to the output of api.derive.balance.all
  • Revise api.derive.balances.all to include ED when necessary (#5957)
    • Fixes the formula used for transferable balance
polkadotjs
published 12.3.1 •

Changelog

Source

12.3.1 Aug 5, 2024

Contributed:

  • Revert alias for Noir types (Thanks to https://github.com/conr2d) (#5946)
  • Increase Vec Max Length (Thanks to https://github.com/rzadp) (#5947)

Changes:

  • Upgrade known Polkadot and Westend CodeUpdated blocks (#5948)
  • Update substrate types via metadata (#5949)
    • Note: Please review the above PR for any changes to the augmented types.
  • Support for BeefyApi v4 (#5950)
polkadotjs
published 12.2.3 •

Changelog

Source

12.2.3 July 29, 2024

Contributed:

  • Fix Fungible Api (Thanks to https://github.com/bkontur)
polkadotjs
published 12.2.2 •

Changelog

Source

12.2.2 July 25, 2024

Changes:

  • Fix toHuman error on mode
polkadotjs
published 12.2.1 •

Changelog

Source

12.2.1 July 13, 2024

Changes:

  • Bump polkadot/common to 13.0.2
    • This contains the latest changes to the Ledger interface in @polkadot/hw-ledger. For more info please see (13.0.1)
  • Bump Substrate Metadata to Latest
    • This includes additions and removals to the api's type augmentation. For more info please see (#5936)
  • Update Polkadot 1002006 types-known
  • Bump yarn to 4.3.1
polkadotjs
published 12.1.1 •

Changelog

Source

12.1.1 July 2, 2024

Contributed:

  • Implement xcm payment api (Thanks to https://github.com/girazoki)

Changes:

  • Update Augmented types for polkadot 1002005
  • Update Augmented types for kusama 1002006
    • Note: This removes type support for the Identity pallet for Kusama, and stateTrieMigration
  • Update upgrade blocks for {Kusama, Polkadot}
polkadotjs
published 12.0.2 •

Changelog

Source

12.0.2 June 27, 2024

Important Changes:

  • withSignedTransaction: This option has been added to SignerOptions. When using signAndSend, signAsync, and dryRun you may now enable or disable the use of the signedTransaction field by adding the withSignedTransaction option. When withSignedTransaction is not enabled but the signer adds a signedTransaction the api will error.
    • Always disabled by default.
    • This ensures no big breaking changes happen to the interface of signPayload.
    • withSignedTransaction has also been added to the SignerPayload type which allows for payload.toPayload() to include the option.
  • signAsync: now accepts the signedTransaction field as well. This means that if withSignedTransaction is enabled, and signedTransaction is present the api will adjust the current payload attached to the SubmittableExtrinsic, and add the signature. Then the user can call .send() as they please.
  • dryRun: All steps will be the same as signAsync with the exception that .send() has never needed to be called.

Contributed:

  • Add LocationToAccountApi::convert_location runtime API (Thanks to https://github.com/bkontur)
23
50
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc