@polkadot/types-known
Advanced tools
Changelog
1.9.1 Apr 1, 2020
api.derive.*
have been adjusted for consistency, all starting with Derive*
(previously a mixture of Derived*
and Derive*
)Changes:
signAndSend
& signAsync
now tries to use the last finalized block (depending on finalized drift)api.rpc.childstate.*
Substrate RPCs, older nodes with still populate api.rpc.state.*
with the child methodsError.message
on RPC failures to not include the (already known) method signature@polkadot/types/known
into @polkadot/types-known
, allowing for base API overridesapi.derive.democracy
to cater for dispatchQueue and externalsapi.derive.council
to cater for new phragmen electionsqueryStorageAt
for query .entries
, removing unneeded subscriptions (use as available)BTreeSet
initialization when it forms part of query interfacesVec<u8>
-related types as part of constants@polkadot/types/interfaces
)