Skip to content

Commit

Permalink
Merge pull request #82 from itering/v15/latest
Browse files Browse the repository at this point in the history
V15 latest
  • Loading branch information
freehere107 authored Nov 21, 2023
2 parents 9242242 + ee2d5b4 commit 95cb892
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 95cb892

Please sign in to comment.