Skip to content

Commit

Permalink
bump latest metadata v15
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Sep 6, 2023
1 parent 674ee94 commit ee2d5b4
Show file tree
Hide file tree
Showing 7 changed files with 15,529 additions and 12,729 deletions.
3 changes: 2 additions & 1 deletion metadata_test.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/base.go

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions source/metadata/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,48 @@
],
"type": "struct"
},
"ExtrinsicMetadataV15": {
"type_mapping": [
[
"version",
"u8"
],
[
"addressType",
"SiLookupTypeId"
],
[
"callType",
"SiLookupTypeId"
],
[
"signatureType",
"SiLookupTypeId"
],
[
"extraType",
"SiLookupTypeId"
],
[
"signedExtensions",
"Vec<SignedExtensionMetadataV14>"
]
],
"type": "struct"
},
"CustomValueMetadata15": {
"type_mapping": [
[
"type",
"SiLookupTypeId"
],
[
"value",
"Bytes"
]
],
"type": "struct"
},
"SignedExtensionMetadataV14": {
"type": "struct",
"type_mapping": [
Expand Down
Loading

0 comments on commit ee2d5b4

Please sign in to comment.