Moved stack allocation from memory to calldata

This commit is contained in:
PedroCailleret
2023-05-22 06:40:53 -03:00
committed by hueso
parent 6e7a5813b9
commit 3f9dff5b56
43 changed files with 933 additions and 826 deletions

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/f220dbc6fa6f1dbf5c2cb562d65f0725.json"
"buildInfo": "../../../build-info/3d12978eb8a70621f317c36179381ad8.json"
}

View File

@@ -213,9 +213,9 @@
},
{
"indexed": false,
"internalType": "uint256",
"internalType": "address",
"name": "seller",
"type": "uint256"
"type": "address"
},
{
"indexed": false,
@@ -529,9 +529,9 @@
{
"inputs": [
{
"internalType": "uint256",
"internalType": "address",
"name": "sellerKey",
"type": "uint256"
"type": "address"
}
],
"name": "sellerAllowList",