Skip to content

Commit

Permalink
fixing test abi and slots
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Sep 22, 2023
1 parent bd7b079 commit 02f6800
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"typeArguments": [
{
"name": "",
"type": 8,
"type": 9,
"typeArguments": null
}
]
Expand All @@ -47,7 +47,7 @@
},
{
"name": "slots",
"type": 8,
"type": 9,
"typeArguments": null
}
],
Expand Down Expand Up @@ -83,7 +83,7 @@
"name": "intrinsic_load_word",
"output": {
"name": "",
"type": 8,
"type": 9,
"typeArguments": null
}
},
Expand Down Expand Up @@ -138,7 +138,7 @@
},
{
"name": "value",
"type": 8,
"type": 9,
"typeArguments": null
}
],
Expand Down Expand Up @@ -166,7 +166,7 @@
},
{
"name": "value",
"type": 8,
"type": 9,
"typeArguments": null
}
],
Expand Down Expand Up @@ -196,7 +196,40 @@
}
}
],
"loggedTypes": [],
"loggedTypes": [
{
"logId": 0,
"loggedType": {
"name": "",
"type": 8,
"typeArguments": null
}
},
{
"logId": 1,
"loggedType": {
"name": "",
"type": 8,
"typeArguments": null
}
},
{
"logId": 2,
"loggedType": {
"name": "",
"type": 1,
"typeArguments": null
}
},
{
"logId": 3,
"loggedType": {
"name": "",
"type": 1,
"typeArguments": null
}
}
],
"messagesTypes": [],
"types": [
{
Expand Down Expand Up @@ -246,22 +279,22 @@
"components": [
{
"name": "v1",
"type": 8,
"type": 9,
"typeArguments": null
},
{
"name": "v2",
"type": 8,
"type": 9,
"typeArguments": null
},
{
"name": "v3",
"type": 8,
"type": 9,
"typeArguments": null
},
{
"name": "v4",
"type": 8,
"type": 9,
"typeArguments": null
}
],
Expand All @@ -278,7 +311,7 @@
},
{
"name": "cap",
"type": 8,
"type": 9,
"typeArguments": null
}
],
Expand All @@ -303,7 +336,7 @@
},
{
"name": "len",
"type": 8,
"type": 9,
"typeArguments": null
}
],
Expand All @@ -315,9 +348,15 @@
},
{
"components": null,
"type": "u64",
"type": "u256",
"typeId": 8,
"typeParameters": null
},
{
"components": null,
"type": "u64",
"typeId": 9,
"typeParameters": null
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"key": "71217a24656901c411894bb65eb78a828dafa5a6844488ef5024eb5ac0cff79c",
"value": "0000000000000000000000000000000000000000000000000000000000000001"
"value": "0000000000000000000000000000000000000000000000000000000001234567"
},
{
"key": "7f91d1a929dce734e7f930bbb279ccfccdb5474227502ea8845815c74bd930a7",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
{
"key": "c7e08cdde76020f08f4ce5c3257422ae67f9676992689b64b85f35aa58752d9e",
"value": "0000000000000000000000000000000000000000000000000000000000000001"
"value": "0000000000000000000000000000000000000000000000000000000001234567"
},
{
"key": "d02e07f5a716bd3b6670aaf9a73352164e6b946c24db14f72005b7029e67d96a",
Expand Down

0 comments on commit 02f6800

Please sign in to comment.