Skip to content

Commit

Permalink
Fix storage key is tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Nov 29, 2024
1 parent cc90688 commit 79267d4
Show file tree
Hide file tree
Showing 7 changed files with 43,115 additions and 53,135 deletions.
2 changes: 1 addition & 1 deletion source/base.go

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions source/xcm/v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
[
"ExecutionResult",
"ResponseV2Result"
],
[
"Version",
"U32"
]
],
"type": "enum"
Expand Down Expand Up @@ -162,7 +166,7 @@
],
"type": "enum"
},
"ResponseV2Result": "Result<Null, ResponseV2Error>",
"ResponseV2Result": "Result<U32, ResponseV2Error>",
"MultiAssetFilterV2": "MultiAssetFilterV1",
"MultiLocationV2": "MultiLocationV1",
"JunctionV2": "JunctionV1",
Expand Down Expand Up @@ -199,7 +203,7 @@
],
[
"QueryResponse",
"[[\"queryId\", \"Compact<u64>\"], [\"response\", \"ResponseV2\"], [\"maxWeight\", \"Compact<u64>\"]]"
"[[\"query_id\", \"Compact<u64>\"], [\"response\", \"ResponseV2\"], [\"max_weight\", \"Compact<u64>\"]]"
],
[
"TransferAsset",
Expand Down Expand Up @@ -235,7 +239,7 @@
],
[
"ReportError",
"[[\"queryId\", \"Compact<u64>\"], [\"dest\", \"MultiLocationV2\"], [\"maxResponseWeight\", \"Compact<u64>\"]]"
"[[\"query_id\", \"Compact<u64>\"], [\"dest\", \"MultiLocationV2\"], [\"maxResponseWeight\", \"Compact<u64>\"]]"
],
[
"DepositAsset",
Expand Down
Loading

0 comments on commit 79267d4

Please sign in to comment.