Releases: polkadot-js/api
Releases · polkadot-js/api
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:
v12.2.3
Contributed:
- Fix Fungible Api (Thanks to https://github.com/bkontur)
v12.2.2
Changes:
- Fix toHuman error on mode
v12.2.1
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)
- This contains the latest changes to the Ledger interface in
- 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
v12.1.1
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}
v12.0.2
Important Changes:
withSignedTransaction
: This option has been added toSignerOptions
. When usingsignAndSend
,signAsync
, anddryRun
you may now enable or disable the use of thesignedTransaction
field by adding thewithSignedTransaction
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 theSignerPayload
type which allows forpayload.toPayload()
to include the option.
signAsync
: now accepts thesignedTransaction
field as well. This means that ifwithSignedTransaction
is enabled, andsignedTransaction
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)
v12.0.1
Important Changes:
- Addition of an optional
signedTransaction
field to theSignerResult
response for injected signers. This only applies to thesignPayload
method exposed in theSigner
interface for polkadot-js. As the name suggests the field expects a signed transaction (extrinsic) when inputted. When its present, the api will not add the signature to the payload, but instead broadcast the inputted signed transaction. This means the signer may modify the payload it's given. The only part of the payload that may not be modified is the call data. This is verified on the api, and will throw an error if it does not match the initial payloads call data.- This is very useful for signers that want to adjust the
mode
andmetadataHash
field for theCheckMetadataHash
signed extension. - Note that this is not your traditional breaking change since it more-so acts as an addition, but since this is a high magnitude change it is going to be considered a MAJOR bump.
- For more info please review the following PR (#5914)
- This is very useful for signers that want to adjust the
Changes:
- Replace
system_accountNextIndex
with runtime api callaccountNonceApi
forapi.derive.tx.signingInfo
- Sanitize
eras
forapi.derive.staking._stakerRewards
v11.3.1
Changes:
- Fix period assumption on signingInfo (derive)
- Bump dev to 0.79.3
- Update {Polkadot, Kusama, Westend} types-known
- Bump Substrate metadata to latest
- NOTE: Moving forward when bumping the metadata for {Polkadot, Kusama, Substrate} the version will
always be a minor bump since it can add, modify, remove augmented types.
- NOTE: Moving forward when bumping the metadata for {Polkadot, Kusama, Substrate} the version will
v11.2.1
Contributed:
- fix: Re-subscribe to chain updates on reconnection if not a clone (Thanks to https://github.com/F-OBrien)
Changes:
- Add support for AuraUnincludedSegmentApi (Thanks to https://github.com/bee344)
- Add support for ParachainHost v11 Api
- Update Kusama and Westend block upgrades
- Update Substrate metadata to latest