sdk-js
sdk-js copied to clipboard
chore(deps): update polkadot dependencies to v13
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@polkadot/api (source) | ^12.0.0 -> ^13.0.0 |
||||
@polkadot/typegen (source) | ^12.0.0 -> ^13.0.0 |
||||
@polkadot/types (source) | ^12.0.0 -> ^13.0.0 |
Release Notes
polkadot-js/api (@polkadot/api)
v13.0.1
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
v12.4.2
Changes:
- Fix derive.balances.all when data is undefined (#5961)
v12.4.1
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
andframeSystemAccountInfo
to the output ofapi.derive.balance.all
- Adds
- Revise api.derive.balances.all to include ED when necessary (#5957)
- Fixes the formula used for transferable balance
v12.3.1
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)
v12.2.3
Contributed:
- Fix Fungible Api (Thanks to https://github.com/bkontur)
v12.2.2
Changes:
- Fix toHuman error on mode
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.