@polkadot/types-codec
Advanced tools
Changelog
9.14.1 Feb 12, 2023
Changes:
*_runtime::Runtime{Call, Event}
from metadataChangelog
9.13.6 Feb 5, 2023
Contributed:
eth_getTransactionCount
with frontier (Thanks to https://github.com/alko89)Changes:
Compact<{ refTime: u64 }>
chainsChangelog
9.13.5 Feb 2, 2023
Changes:
Weight
alias for 1.5 chainsChangelog
9.13.4 Feb 1, 2023
Changes:
Changelog
9.13.2 Jan 29, 2023
Changes:
Changelog
9.13.1 Jan 29, 2023
Contributed:
TransactionPaymentApi
(Thanks to https://github.com/notlesh)Changes:
Weight
alias detection (moved from PortableRegistry
-> Registry
)WeightV2
(does not affect runtime detection)PortableRegistry
Changelog
9.12.1 Jan 22, 2023
Changes:
isStorageFallback
on the Codec
interface. (true
if entry was created from a metadata fallback value from an empty storage item)api.queryMulti
returns empty result when no keys are providedVec/Tuple
inputsStruct.{toU8a/toPrimitive/toHuman/toJSON}
population of resultsChangelog
9.11.3 Jan 15, 2023
Changes:
Changelog
9.11.2 Jan 13, 2023
Changes:
derive.democracy.preimages
retrieves correctly from (current-gen) preimage
Changelog
9.11.1 Jan 8, 2023
ScProvider
you now need to explicitly pass @substrate/connect
as a parameter. This means the code needs to be adjusted as follows -import { ScProvider } from '@polkadot/api';
import * as Sc from '@substrate/connect';
const provider = new ScProvider(Sc, Sc.WellKnownChain.polkadot);
Contributed:
Changes:
ScProvider
interface now needs receive an @substrate/connect
instanceScProvider.WellKnownChains
has been removed