We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e586945 commit e51cd1aCopy full SHA for e51cd1a
CHANGELOG.md
@@ -5,6 +5,7 @@
5
Changes:
6
7
- Add support for contracts V2 ABI metadata
8
+- `CheckNonZeroSender` signed extension support
9
- Generated TS Enum interfaces now expose the `type` (with allowed values)
10
- Remove old-style capabilities detection (unneeded with metadata v14+)
11
- Add Kusama 9130 upgrade block
packages/types/src/extrinsic/signedExtensions/substrate.ts
@@ -30,6 +30,7 @@ export const substrate: ExtDef = {
30
}
31
},
32
CheckMortality,
33
+ CheckNonZeroSender: emptyCheck,
34
CheckNonce: {
35
extrinsic: {
36
nonce: 'Compact<Index>'
0 commit comments