File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
packages/types-support/src/metadata/v15 Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ export default {
1414 "archive_unstable_genesisHash" ,
1515 "archive_unstable_hashByHeight" ,
1616 "archive_unstable_header" ,
17+ "archive_unstable_stopStorage" ,
1718 "archive_unstable_storage" ,
19+ "archive_unstable_storageDiff" ,
20+ "archive_unstable_storageDiff_stopStorageDiff" ,
1821 "author_hasKey" ,
1922 "author_hasSessionKeys" ,
2023 "author_insertKey" ,
Original file line number Diff line number Diff line change @@ -106,5 +106,6 @@ export default {
106106 ]
107107 ] ,
108108 "transactionVersion" : 26 ,
109+ "systemVersion" : 1 ,
109110 "stateVersion" : 1
110111} ;
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ export default {
1414 "archive_unstable_genesisHash" ,
1515 "archive_unstable_hashByHeight" ,
1616 "archive_unstable_header" ,
17+ "archive_unstable_stopStorage" ,
1718 "archive_unstable_storage" ,
19+ "archive_unstable_storageDiff" ,
20+ "archive_unstable_storageDiff_stopStorageDiff" ,
1821 "author_hasKey" ,
1922 "author_hasSessionKeys" ,
2023 "author_insertKey" ,
@@ -74,7 +77,6 @@ export default {
7477 "mmr_root" ,
7578 "mmr_verifyProof" ,
7679 "mmr_verifyProofStateless" ,
77- "offchain_localStorageClear" ,
7880 "offchain_localStorageGet" ,
7981 "offchain_localStorageSet" ,
8082 "payment_queryFeeDetails" ,
Original file line number Diff line number Diff line change @@ -106,5 +106,6 @@ export default {
106106 ]
107107 ] ,
108108 "transactionVersion" : 26 ,
109+ "systemVersion" : 1 ,
109110 "stateVersion" : 1
110111} ;
You can’t perform that action at this time.
0 commit comments