@polkadot/types-codec
Advanced tools
Changelog
9.8.1 Nov 13, 2022
Contributed:
api.rpc(...)
(Thanks to https://github.com/xlc)WeightV2
contract interfaces (Thanks to https://github.com/jasl)Changes:
TransactionPaymentApi/2
runtime callshas{DryRun, PaymentInfo}
on submittables (feature detection)Changelog
9.7.1 Nov 6, 2022
Contributed:
@substrate/connect
to latest (Thanks to https://github.com/wirednkod)api.rpc(method, ...params)
support (Thanks to https://github.com/xlc)Changes:
ScProvider
code structure with other providersisClonable
getter on providers (some, e.g. sc doesn't support this)Changelog
9.6.2 Oct 30, 2022
Changes:
DispatchError
type for statemint/statemine
Changelog
9.6.1 Oct 23, 2022
Contributed:
@substrate/connect
to latest (Thanks to https://github.com/wirednkod).?
operators in submittable class (Thanks to https://github.com/shunjizhan)Changes:
DispatchError
(additional preimage statuses)api.derive.democracy.*
to return imageHash
as HexString
(as applicable, supports current-gen preimages)api.derive.preimages.*
to retrieve via democracy
or preimage
palletsapiAt.<section>.<method>.key(...)
passes through the correct argumentsChangelog
9.5.2 Oct 16, 2022
Changes:
ParachainHost
version 3 runtime callsChangelog
9.5.1 Oct 8, 2022
Weight
type (used in runtime calls and RPCs) has not been swapped from the old u64
variant. This means that on new chains using WeightV2
, the TS decorated type will still reflect the old version.Changes:
Weight
type for V2 structuresWeight{V1, V2}
(used for type overrides)api-contract
Changelog
9.4.3 Oct 2, 2022
Contributed:
ink_primitives
types (Thanks to https://github.com/statictype)instantiate
call params (Thanks to https://github.com/statictype)Changes:
currentEra
vs activeEra
usage)@deprecated
flag to RPC interface generation (contracts_*
& state_get{Pairs/Keys}
)Changelog
9.4.2 Sep 24, 2022
Contributed:
ScProvider
(Thanks to https://github.com/wirednkod)Changes:
Changelog
9.4.1 Sep 17, 2022
Contributed:
@substrate/connect
to latest (Thanks to https://github.com/wirednkod)Changes:
Changelog
9.3.3 Sep 6, 2022
Contributed:
Changes:
AccountId{32, 33}