Skip to content

Commit

Permalink
[CI Skip] release/stable 0.0.280
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Nov 18, 2023
1 parent 0c609a6 commit b1ec075
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
291 Jaco Bump API (#453)
292 Jaco Bump deps (#456)
7 Kevin Veros Hamonangan Update ss58.md (#81)
5 brettkolodny Contract query subscriptions workaround in Contract FAQ (#60)
5 Jhon Update types.basics.md (#165)
Expand Down
4 changes: 2 additions & 2 deletions docs/kusama/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ ___
- **jsonrpc**: `beefy_getFinalizedHead`
- **summary**: Returns hash of the latest BEEFY finalized block as seen by this client.

### subscribeJustifications(): `BeefySignedCommitment`
### subscribeJustifications(): `BeefyVersionedFinalityProof`
- **interface**: `api.rpc.beefy.subscribeJustifications`
- **jsonrpc**: `beefy_subscribeJustifications`
- **summary**: Returns the block most recently finalized by BEEFY, alongside side its justification.
- **summary**: Returns the block most recently finalized by BEEFY, alongside its justification.

___

Expand Down
4 changes: 4 additions & 0 deletions docs/kusama/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1826,6 +1826,10 @@ _These are well-known keys that are always available to the runtime implementati
### heapPages(): `u64`
- **interface**: `api.query.substrate.heapPages`
- **summary**: Number of wasm linear memory pages required for execution of the runtime.

### intrablockEntropy(): `AccountId32`
- **interface**: `api.query.substrate.intrablockEntropy`
- **summary**: Current intra-block entropy (a universally unique `[u8; 32]` value) is stored here.

___

Expand Down
4 changes: 2 additions & 2 deletions docs/polkadot/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ ___
- **jsonrpc**: `beefy_getFinalizedHead`
- **summary**: Returns hash of the latest BEEFY finalized block as seen by this client.

### subscribeJustifications(): `BeefySignedCommitment`
### subscribeJustifications(): `BeefyVersionedFinalityProof`
- **interface**: `api.rpc.beefy.subscribeJustifications`
- **jsonrpc**: `beefy_subscribeJustifications`
- **summary**: Returns the block most recently finalized by BEEFY, alongside side its justification.
- **summary**: Returns the block most recently finalized by BEEFY, alongside its justification.

___

Expand Down
4 changes: 4 additions & 0 deletions docs/polkadot/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1483,6 +1483,10 @@ _These are well-known keys that are always available to the runtime implementati
### heapPages(): `u64`
- **interface**: `api.query.substrate.heapPages`
- **summary**: Number of wasm linear memory pages required for execution of the runtime.

### intrablockEntropy(): `AccountId32`
- **interface**: `api.query.substrate.intrablockEntropy`
- **summary**: Current intra-block entropy (a universally unique `[u8; 32]` value) is stored here.

___

Expand Down
4 changes: 2 additions & 2 deletions docs/substrate/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ ___
- **jsonrpc**: `beefy_getFinalizedHead`
- **summary**: Returns hash of the latest BEEFY finalized block as seen by this client.

### subscribeJustifications(): `BeefySignedCommitment`
### subscribeJustifications(): `BeefyVersionedFinalityProof`
- **interface**: `api.rpc.beefy.subscribeJustifications`
- **jsonrpc**: `beefy_subscribeJustifications`
- **summary**: Returns the block most recently finalized by BEEFY, alongside side its justification.
- **summary**: Returns the block most recently finalized by BEEFY, alongside its justification.

___

Expand Down
4 changes: 4 additions & 0 deletions docs/substrate/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1831,6 +1831,10 @@ _These are well-known keys that are always available to the runtime implementati
### heapPages(): `u64`
- **interface**: `api.query.substrate.heapPages`
- **summary**: Number of wasm linear memory pages required for execution of the runtime.

### intrablockEntropy(): `AccountId32`
- **interface**: `api.query.substrate.intrablockEntropy`
- **summary**: Current intra-block entropy (a universally unique `[u8; 32]` value) is stored here.

___

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.279",
"version": "0.0.280",
"engine-strict": true,
"engines": {
"node": ">=18.14"
Expand Down Expand Up @@ -45,7 +45,7 @@
"@cmfcmf/docusaurus-search-local": "^1.1.0"
},
"versions": {
"git": "0.0.279",
"npm": "0.0.279"
"git": "0.0.280",
"npm": "0.0.280"
}
}

0 comments on commit b1ec075

Please sign in to comment.