Skip to content

Commit 4f3fedc

Browse files
authored
beefy_getFinalizedHead (#4530)
1 parent 57a5892 commit 4f3fedc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Changes:
1212

1313
- Don't warn on `Lookup*` types missing (these are resolvable)
1414
- Don't clear injected `PortableRegistry` types on runtime upgrade
15+
- Clear warning for `Call`/`Event` on non-meta v14 runtimes
16+
- Add `beefy_getFinalizedHead` RPC support
1517
- Update to latest Substrate, Kusama & Polkadot static metadata
1618

1719

packages/types/src/interfaces/beefy/definitions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ export default {
1717
'unsubscribeJustifications'
1818
],
1919
type: 'BeefySignedCommitment'
20+
},
21+
getFinalizedHead: {
22+
description: 'Returns hash of the latest BEEFY finalized block as seen by this client.',
23+
params: [],
24+
type: 'H256'
2025
}
2126
},
2227
types: {

0 commit comments

Comments
 (0)