Skip to content

Commit

Permalink
[CI Skip] release/stable 0.0.287
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Apr 12, 2024
1 parent 41b1d9e commit da9fdc8
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
1 Micha Roon add link to ss58 registry (#408)
1 Michał Mirończuk Update blocks.md (#64)
1 MOZGIII Fix the metadata at custom RPC docs (#242)
1 muddlebee Update code.md (#461)
1 Niklas P Update cookbook.md (#431)
1 oftenoccur docs: fix some typos (#470)
1 Olitelkes lowercase to uppercase const ALICE (#399)
1 omahs fix typos (#449)
1 Pedro Filho fixing typos on usage FAQ (#387)
Expand Down
2 changes: 1 addition & 1 deletion docs/kusama/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ ___

### maxRegistrars: `u32`
- **interface**: `api.consts.identity.maxRegistrars`
- **summary**: Maximum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements.
- **summary**: Maxmimum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements.

### maxSubAccounts: `u32`
- **interface**: `api.consts.identity.maxSubAccounts`
Expand Down
4 changes: 2 additions & 2 deletions docs/kusama/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ ___
- **interface**: `api.events.electionProviderMultiPhase.SolutionStored.is`
- **summary**: A solution was stored with the given compute.

The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submitted in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one.
The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submited in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one.

___

Expand Down Expand Up @@ -680,7 +680,7 @@ ___

### Transferred(`AccountId32`, `AccountId32`, `u32`)
- **interface**: `api.events.nis.Transferred.is`
- **summary**: A receipt was transferred.
- **summary**: A receipt was transfered.

___

Expand Down
2 changes: 1 addition & 1 deletion docs/polkadot/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ ___

### maxRegistrars: `u32`
- **interface**: `api.consts.identity.maxRegistrars`
- **summary**: Maximum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements.
- **summary**: Maxmimum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements.

### maxSubAccounts: `u32`
- **interface**: `api.consts.identity.maxSubAccounts`
Expand Down
2 changes: 1 addition & 1 deletion docs/polkadot/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ ___
- **interface**: `api.events.electionProviderMultiPhase.SolutionStored.is`
- **summary**: A solution was stored with the given compute.

The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submitted in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one.
The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submited in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one.

___

Expand Down
2 changes: 1 addition & 1 deletion docs/substrate/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ ___

### maxRegistrars: `u32`
- **interface**: `api.consts.identity.maxRegistrars`
- **summary**: Maximum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements.
- **summary**: Maxmimum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements.

### maxSubAccounts: `u32`
- **interface**: `api.consts.identity.maxSubAccounts`
Expand Down
2 changes: 1 addition & 1 deletion docs/substrate/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2998,7 +2998,7 @@ ___

### MissingStateData
- **interface**: `api.errors.transactionStorage.MissingStateData.is`
- **summary**: Unable to verify proof because state data is missing.
- **summary**: Unable to verify proof becasue state data is missing.

### NotConfigured
- **interface**: `api.errors.transactionStorage.NotConfigured.is`
Expand Down
4 changes: 2 additions & 2 deletions docs/substrate/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ ___
- **interface**: `api.events.electionProviderMultiPhase.SolutionStored.is`
- **summary**: A solution was stored with the given compute.

The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submitted in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one.
The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`, the stored solution was submited in the signed phase by a miner with the `AccountId`. Otherwise, the solution was stored either during the unsigned phase or by `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make room for this one.

___

Expand Down Expand Up @@ -1358,7 +1358,7 @@ ___

### Transferred(`AccountId32`, `AccountId32`, `u32`)
- **interface**: `api.events.nis.Transferred.is`
- **summary**: A receipt was transferred.
- **summary**: A receipt was transfered.

___

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-js",
"version": "0.0.286",
"version": "0.0.287",
"engine-strict": true,
"engines": {
"node": ">=18.14"
Expand Down Expand Up @@ -46,7 +46,7 @@
"@cmfcmf/docusaurus-search-local": "^1.1.0"
},
"versions": {
"git": "0.0.286",
"npm": "0.0.286"
"git": "0.0.287",
"npm": "0.0.287"
}
}

0 comments on commit da9fdc8

Please sign in to comment.