@polkadot/types-known
Advanced tools
Changelog
12.0.1 June 24, 2024
Important Changes:
signedTransaction
field to the SignerResult
response for injected signers. This only applies to the signPayload
method exposed in the Signer
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.
mode
and metadataHash
field for the CheckMetadataHash
signed extension.Changes:
system_accountNextIndex
with runtime api call accountNonceApi
for api.derive.tx.signingInfo
eras
for api.derive.staking._stakerRewards
Changelog
11.3.1 June 17, 2024
Changes:
Changelog
11.2.1 May 28, 2024
Contributed:
Changes:
Changelog
11.1.1 May 21, 2024
Changes
api.derive.staking.nextElected
toHuman
(Thanks to https://github.com/bee344)api.derive.accounts.{info && identity}
CheckMetadataHash
signedExtension (Thanks to https://github.com/bee344)Changelog
11.0.3 May 8, 2024
Changes
api.derive.staking.*
backwards compatibleclaimedRewards
regression in api.derive.staking.queryMulti
Changelog
11.0.2 Apr 24, 2024
Changes
Changelog
11.0.1 Apr 23, 2024
Breaking Changes:
Note! The following breaking changes only refer to @polkadot/api-derive
calls under api.derive.staking.*
due to the most recent breaking changes in runtime version v1.2. Please refer to the link next to the bullet points for more information.
api.derive.staking
calls with breaking changes (#5860)claimedRewardsEra
to api.derive.staking.query for compatibility with legacyClaimedRewards (#5862)Contributed:
Changes:
Changelog
10.13.1 Apr 16, 2024
Changes:
Changelog
10.12.6 Apr 2, 2024
NOTE: Because of a broken CI build for 10.12.5 -> 10.12.6 is a replacement
Contributed:
Changes:
disableAscii
option for toHuman, and toPrimitiveassetId
getter field to to necessary ExtrinsicPayloadsChangelog
10.12.4 Mar 19, 2024
Contributed: