@polkadot/rpc-provider
Advanced tools
Changelog
9.9.2 Nov 27, 2022
Changes:
Changelog
9.9.1 Nov 20, 2022
Changes:
Changelog
9.8.2 Nov 16, 2022
Changes:
api.rpc.payment.queryInfo
to always return WeightV1
responsesapi.rpc.payment.queryInfo
as deprecated (will be in a future Substrate version)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