@polkadot/rpc-provider
Advanced tools
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 removedChangelog
9.10.5 Dec 27, 2022
Changes:
Weight
)Changelog
9.10.4 Dec 25, 2022
Changes:
paymentInfo
calls with Substrate (w/ decoding fallbacks)Changelog
9.10.3 Dec 17, 2022
Changes:
registry
appear as a fieldChangelog
9.10.2 Dec 9, 2022
Changes:
derive.balances.account
detection for system vs balancesChangelog
9.10.1 Dec 4, 2022
WellKnownChain
for light clients is via ScProvider.WellKnownChain
. This release removes the explicit export from the ScProvider
root.Changes:
BlockHash
types (as applicable)ScProvider
@polkadot/util
10.2.1Changelog
9.9.4 Nov 28, 2022
Changes: