@polkadot/types-codec
Advanced tools
Changelog
12.2.3 July 29, 2024
Contributed:
Changelog
12.2.1 July 13, 2024
Changes:
@polkadot/hw-ledger
. For more info please see (13.0.1)Changelog
12.1.1 July 2, 2024
Contributed:
Changes:
Changelog
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.
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:
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