Skip to content

Commit e51cd1a

Browse files
authored
CheckNonZeroSender (#4316)
1 parent e586945 commit e51cd1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Changes:
66

77
- Add support for contracts V2 ABI metadata
8+
- `CheckNonZeroSender` signed extension support
89
- Generated TS Enum interfaces now expose the `type` (with allowed values)
910
- Remove old-style capabilities detection (unneeded with metadata v14+)
1011
- Add Kusama 9130 upgrade block

packages/types/src/extrinsic/signedExtensions/substrate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const substrate: ExtDef = {
3030
}
3131
},
3232
CheckMortality,
33+
CheckNonZeroSender: emptyCheck,
3334
CheckNonce: {
3435
extrinsic: {
3536
nonce: 'Compact<Index>'

0 commit comments

Comments
 (0)