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)
Fix BTreeSet initialization when it forms part of query interfaces
Fix encoding for Vec<u8>-related types as part of constants
Internal adjustment of interface type locations (no impact on imports via @polkadot/types/interfaces)
v1.8.1
Breaking change The format for any custom RPCs have been changed alongside API-internal changes to allow for better RPC management. If you are currently using custom RPCs (or planning to do so), look at the updated documentation
Breaking change Alongside API RPC changes, the @polkadot/jsonrpc package has been removed. Since it was never documented and only used internally, this should not have adverse impacts. All RPC definitions itself has now been moved to the relevant modules inside @polkadot/types/interfaces
Important Substrate has an updated democracy module. If using an older chain add the ReferendumInfo: 'ReferendumInfoTo239' type when using referendums
The isRetracted Extrinsic status is now a warning, not a fatal error, correctly aligning with Polkadot/Substrate
The Substrate extrinsic phase definitions has been expanded with Initialization to align with the latest versions
Add support for all known substrate RPC methods
Extend account derives to include status flags, e.g. isCouncil, isSudo, ...
Adjusted referendum derives to cater for bot new/old democracy. Derived referendumInfo now includes status field, not info
Add initWasm flag to API options, that when set to false does not init the WASM portion (leaving it to the user elsewhere)
v1.7.1
Important Current versions of Polkadot/Substrate have dropped support for linked maps on storage entries. If you are using these queries to retrieve all entries, for instance staking.{nominators,validators}() and using an upgraded chain, you need to swap to retrieving entries via .entries() or .keys() for the keys.
Pull in support and types for latest Polkadot/Substrate
Add support for the new Substrate state_getKeysPaged RPC, including use in storage keys
Move derive.staking.controllers to derive.staking.stashes, reflecting actual content
Cater for adjusted storage (non-linked mapped) for derive.staking.stashes queries (with old-compat)
Expanded derive.staking.* derives, including addition of derive.staking.own*
Re-add fixed (with tests) checks for query args, previously disabled in 1.6.2
v1.6.2
Revert checks for query args, not working on .at() queries (proper fix in next version)
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*)
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)
Fix BTreeSet initialization when it forms part of query interfaces
Fix encoding for Vec<u8>-related types as part of constants
Internal adjustment of interface type locations (no impact on imports via @polkadot/types/interfaces)
1.8.1 Mar 22, 2020
Breaking change The format for any custom RPCs have been changed (alongside API-internal changes) to allow for better RPC management. If you are currently using custom RPCs (or planning to do so), look at the updated documentation
Breaking change Alongside API RPC changes, the @polkadot/jsonrpc package has been removed. Since it was never documented and only used internally, this should not have adverse impacts. All RPC definitions itself has now been moved to the relevant modules inside @polkadot/types/interfaces
Important Substrate has an updated democracy module. If using an older chain add the ReferendumInfo: 'ReferendumInfoTo239' type when using referendums
The isRetracted Extrinsic status is now a warning, not a fatal error, correctly aligning with Polkadot/Substrate
The Substrate extrinsic phase definitions has been expanded with Initialization to align with the latest versions
Add support for all known substrate RPC methods
Extend account derives to include status flags, e.g. isCouncil, isSudo, ...
Adjusted referendum derives to cater for bot new/old democracy. Derived referendumInfo now includes status field, not info
Add initWasm flag to API options. When set to false does not init the WASM portion (leaving it to the user elsewhere)
1.7.1 Mar 17, 2020
Important Current versions of Polkadot/Substrate have dropped support for linked maps on storage entries. If you are using these queries to retrieve all entries, for instance staking.{nominators,validators}() and using an upgraded chain, you need to swap to retrieving entries via .entries() or .keys() for the keys.
Pull in support and types for latest Polkadot/Substrate
Add support for the new Substrate state_getKeysPaged RPC, including use in storage keys
Move derive.staking.controllers to derive.staking.stashes, reflecting actual content
Cater for adjusted storage (non-linked mapped) for derive.staking.stashes queries (with old-compat)
Expanded derive.staking.* derives, including addition of derive.staking.own*
Re-add fixed (with tests) checks for query args, previously disabled in 1.6.2
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.10.1.
Release notes
Sourced from @polkadot/api's releases.
Changelog
Sourced from @polkadot/api's changelog.
Commits
0f08031
[CI Skip] 1.10.1e0bde92
1.10 (#2158)e569de5
[CI Skip] 1.10.0-beta.29a833dcc
All private prefixed with _ (#2157)b58d772
[CI Skip] 1.10.0-beta.28e5d9bbc
Filter old rewards with stakingLedger (ledger can update) (#2155)3089529
[CI Skip] 1.10.0-beta.275ab2439
Indicate all protected members and variables (#2154)245047a
[CI Skip] 1.10.0-beta.268aa1bd5
Indicate protected raw with _raw in Base codec (#2153)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)