File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
packages/types/src/interfaces/beefy Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments