Ensure proper propagation of api.runtimeVersion (used for signing) after upgrade
Field ordering fix for deprecated Linkage (used in linked maps)
derive.account.info now returns all field enum types decoded (not only raw)
Add banner with FAQ entries for node-template to aid with common issues
Digest has been moved to definitions, removal of GenericDigest type
Support Fixed128 type
Add transactionVersion to RuntimeVersion struct
Enhance API support for non-subscription providers (skip subscription to runtimeVersion)
Adjust types for Kusama 1057 (notably the new StakingLedger)
v1.10.1
Important Substrate master has updated staking, on older chains apply StakingLedger: 'StakingLedgerTo240'
Add rpc.system.chainType to retrieve the chain type (Development. Local, Live & Custom)
Adjust types for Westend after the reset
Adjust democracy derives, including the support of the frame-scheduler for scheduled deployments
Allow staking derives to work with new staking payouts, specifically tx.staking.payoutStakers
Cleanups to derives for democracy & staking to be more performant
Add Centrifuge base types to @polkadot/types-known
Adjust with all the latest substrate master types
Internally all private/protected methods/variables are now _ prefixed (Aligning with the private/protected indicators in the TS definitions)
Update metadata/docs-from-metadata to the latest Substrate
v1.9.1
Breaking change (TypeScript with derives only) The return type names for api.derive.* have been adjusted for consistency, all starting with Derive* (previously a mixture of Derived* and Derive*)
Breaking change (derives only) Additional cleanups of democracy proposal & referenda derives, including support for new Polkadot/Substrate vote retrievals
Tx signing via signAndSend & signAsync now tries to use the last finalized block (depending on finalized drift)
Add support for api.rpc.childstate.* Substrate RPCs, older nodes with still populate api.rpc.state.* with the child methods
Adjust Error.message on RPC failures to not include the (already known) method signature
Split @polkadot/types/known into @polkadot/types-known, allowing for base API overrides
Extended api.derive.democracy to cater for dispatchQueue and externals
Extended api.derive.council to cater for new phragmen elections
Use new queryStorageAt for query .entries, removing unneeded subscriptions (use as available)
Ensure proper propagation of api.runtimeVersion (used for signing) after upgrade
Field ordering fix for deprecated Linkage (used in linked maps)
derive.account.info now returns all field enum types decoded (not only raw)
Add banner with FAQ entries for node-template to aid with common issues
Digest has been moved to definitions, removal of GenericDigest type
Support Fixed128 type
Add transactionVersion to RuntimeVersion struct
Enhance API support for non-subscription providers (skip subscription to runtimeVersion)
Adjust types for Kusama 1057 (notably the new StakingLedger)
1.10.1 Apr 13, 2020
Important Substrate master has updated staking, on older chains apply StakingLedger: 'StakingLedgerTo240'
Add rpc.system.chainType to retrieve the chain type (Development. Local, Live & Custom)
Adjust types for Westend after the reset
Adjust democracy derives, including the support of the frame-scheduler for scheduled deployments
Allow staking derives to work with new staking payouts, specifically tx.staking.payoutStakers
Cleanups to derives for democracy & staking to be more performant
Add Centrifuge base types to @polkadot/types-known
Adjust with all the latest substrate master types
Internally all private/protected methods/variables are now _ prefixed (Aligning with the private/protected indicators in the TS definitions)
Update metadata/docs-from-metadata to the latest Substrate
1.9.1 Apr 1, 2020
Breaking change (TypeScript with derives only) The return type names for api.derive.* have been adjusted for consistency, all starting with Derive* (previously a mixture of Derived* and Derive*)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps @polkadot/api from 1.0.1 to 1.12.2.
Release notes
Sourced from @polkadot/api's releases.
Changelog
Sourced from @polkadot/api's changelog.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)