change rpc types from uint to hash to match fevm implementation

This commit is contained in:
mike seiler 2023-02-16 17:55:04 -07:00
parent a2b996e054
commit b2610bed52

View File

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