Merge pull request #10297 from filecoin-project/mikers/itests/flakyRPCFix2

fix: test: change Filter rpc type from uint to hash to match fevm implementation
This commit is contained in:
Aayush Rajasekaran 2023-02-17 14:48:01 -05:00 committed by GitHub
commit 10500611ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1794,9 +1794,9 @@
"result": {
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
},
@ -1807,9 +1807,9 @@
"result": {
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
},
@ -1820,9 +1820,9 @@
"result": {
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
},
@ -1833,9 +1833,9 @@
{
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
],
@ -1853,9 +1853,9 @@
{
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
],
@ -1954,9 +1954,9 @@
{
"name": "Filter Identifier",
"schema": {
"title": "hex encoded unsigned integer",
"title": "32 byte hex value",
"type": "string",
"pattern": "^0x([1-9a-f]+[0-9a-f]*|0)$"
"pattern": "^0x[0-9a-f]{64}$"
}
}
],