Skip to content

Commit

Permalink
Fix sqlx-data
Browse files Browse the repository at this point in the history
Signed-off-by: deniallugo <[email protected]>
  • Loading branch information
Deniallugo committed Jul 29, 2022
1 parent 324d086 commit 3dae0a8
Showing 1 changed file with 160 additions and 160 deletions.
320 changes: 160 additions & 160 deletions core/lib/storage/sqlx-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1407,86 +1407,6 @@
]
}
},
"20c3f14f055c818f21183125b4609da923d51a698bcf8a25941a39f564f0d35f": {
"query": "\n SELECT \n sequence_number,\n tx_hash,\n operation as op,\n block_number,\n created_at,\n true as \"success!\",\n Null as fail_reason,\n eth_hash as \"eth_hash?\", \n priority_op_serialid as \"priority_op_serialid?\",\n block_index as \"block_index?\",\n Null::bigint as batch_id\n FROM executed_priority_operations \n WHERE sequence_number IN (SELECT u.sequence_number\n FROM UNNEST ($1::bigint[])\n AS u(sequence_number)\n )\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "sequence_number",
"type_info": "Int8"
},
{
"ordinal": 1,
"name": "tx_hash",
"type_info": "Bytea"
},
{
"ordinal": 2,
"name": "op",
"type_info": "Jsonb"
},
{
"ordinal": 3,
"name": "block_number",
"type_info": "Int8"
},
{
"ordinal": 4,
"name": "created_at",
"type_info": "Timestamptz"
},
{
"ordinal": 5,
"name": "success!",
"type_info": "Bool"
},
{
"ordinal": 6,
"name": "fail_reason",
"type_info": "Text"
},
{
"ordinal": 7,
"name": "eth_hash?",
"type_info": "Bytea"
},
{
"ordinal": 8,
"name": "priority_op_serialid?",
"type_info": "Int8"
},
{
"ordinal": 9,
"name": "block_index?",
"type_info": "Int4"
},
{
"ordinal": 10,
"name": "batch_id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8Array"
]
},
"nullable": [
true,
false,
false,
false,
false,
null,
null,
false,
false,
false,
null
]
}
},
"21d959769e02bf5c52b68e69732363716534dbbbf0638a500ef46152136d2cab": {
"query": "\n SELECT id, address, decimals, kind as \"kind: _\", symbol FROM tokens\n WHERE address = $1\n LIMIT 1\n ",
"describe": {
Expand Down Expand Up @@ -2622,6 +2542,86 @@
"nullable": []
}
},
"450e7bde5e9e9bbcc4b4124a7d2fe6d4c818a96c0af5a9586cf29c01944c53b5": {
"query": "\n SELECT \n sequence_number,\n tx_hash as \"tx_hash!\",\n operation as \"op!\",\n block_number as \"block_number!\",\n created_at as \"created_at!\",\n true as \"success!\",\n Null as fail_reason,\n eth_hash as \"eth_hash?\", \n priority_op_serialid as \"priority_op_serialid?\",\n block_index as \"block_index?\",\n Null::bigint as batch_id\n FROM executed_priority_operations \n WHERE sequence_number IN (SELECT u.sequence_number\n FROM UNNEST ($1::bigint[])\n AS u(sequence_number)\n )\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "sequence_number",
"type_info": "Int8"
},
{
"ordinal": 1,
"name": "tx_hash!",
"type_info": "Bytea"
},
{
"ordinal": 2,
"name": "op!",
"type_info": "Jsonb"
},
{
"ordinal": 3,
"name": "block_number!",
"type_info": "Int8"
},
{
"ordinal": 4,
"name": "created_at!",
"type_info": "Timestamptz"
},
{
"ordinal": 5,
"name": "success!",
"type_info": "Bool"
},
{
"ordinal": 6,
"name": "fail_reason",
"type_info": "Text"
},
{
"ordinal": 7,
"name": "eth_hash?",
"type_info": "Bytea"
},
{
"ordinal": 8,
"name": "priority_op_serialid?",
"type_info": "Int8"
},
{
"ordinal": 9,
"name": "block_index?",
"type_info": "Int4"
},
{
"ordinal": 10,
"name": "batch_id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8Array"
]
},
"nullable": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
]
}
},
"457b4a87812ac9dcad6fbfc356952f05481a5729074ce305c3dedb33f99672f6": {
"query": "\n DELETE FROM pending_block WHERE number = $1\n ",
"describe": {
Expand Down Expand Up @@ -3644,6 +3644,86 @@
]
}
},
"6b690884e0984b833c6b8c1640d3442d6bf123b7b7a3ef175fa9d9e4c57d8b8a": {
"query": "\n SELECT\n sequence_number,\n tx_hash as \"tx_hash!\",\n tx as \"op!\",\n block_number as \"block_number!\",\n created_at as \"created_at!\",\n success as \"success!\",\n fail_reason,\n Null::bytea as eth_hash,\n Null::bigint as priority_op_serialid,\n block_index,\n batch_id\n FROM executed_transactions \n WHERE sequence_number IN (SELECT u.sequence_number\n FROM UNNEST ($1::bigint[])\n AS u(sequence_number)\n )\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "sequence_number",
"type_info": "Int8"
},
{
"ordinal": 1,
"name": "tx_hash!",
"type_info": "Bytea"
},
{
"ordinal": 2,
"name": "op!",
"type_info": "Jsonb"
},
{
"ordinal": 3,
"name": "block_number!",
"type_info": "Int8"
},
{
"ordinal": 4,
"name": "created_at!",
"type_info": "Timestamptz"
},
{
"ordinal": 5,
"name": "success!",
"type_info": "Bool"
},
{
"ordinal": 6,
"name": "fail_reason",
"type_info": "Text"
},
{
"ordinal": 7,
"name": "eth_hash",
"type_info": "Bytea"
},
{
"ordinal": 8,
"name": "priority_op_serialid",
"type_info": "Int8"
},
{
"ordinal": 9,
"name": "block_index",
"type_info": "Int4"
},
{
"ordinal": 10,
"name": "batch_id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8Array"
]
},
"nullable": [
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true
]
}
},
"6b7f7d188590b0f727f81e1b15c1ec0a883c30ee5e3cab515b8ca5929b140a18": {
"query": "INSERT INTO mempool_reverted_txs_meta (\n tx_hash, operation, block_number, block_index, tx_hash_bytes, \n from_account, to_account, primary_account_address, \n success, tx_type\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, true, 'L1')",
"describe": {
Expand Down Expand Up @@ -5286,86 +5366,6 @@
]
}
},
"98b0bebc9881ab8e0cb553f03400d8fd935998dc827905645dd5ff5d222fd95d": {
"query": "\n SELECT\n sequence_number,\n tx_hash,\n tx as op,\n block_number,\n created_at,\n success,\n fail_reason,\n Null::bytea as eth_hash,\n Null::bigint as priority_op_serialid,\n block_index,\n batch_id\n FROM executed_transactions \n WHERE sequence_number IN (SELECT u.sequence_number\n FROM UNNEST ($1::bigint[])\n AS u(sequence_number)\n )\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "sequence_number",
"type_info": "Int8"
},
{
"ordinal": 1,
"name": "tx_hash",
"type_info": "Bytea"
},
{
"ordinal": 2,
"name": "op",
"type_info": "Jsonb"
},
{
"ordinal": 3,
"name": "block_number",
"type_info": "Int8"
},
{
"ordinal": 4,
"name": "created_at",
"type_info": "Timestamptz"
},
{
"ordinal": 5,
"name": "success",
"type_info": "Bool"
},
{
"ordinal": 6,
"name": "fail_reason",
"type_info": "Text"
},
{
"ordinal": 7,
"name": "eth_hash",
"type_info": "Bytea"
},
{
"ordinal": 8,
"name": "priority_op_serialid",
"type_info": "Int8"
},
{
"ordinal": 9,
"name": "block_index",
"type_info": "Int4"
},
{
"ordinal": 10,
"name": "batch_id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8Array"
]
},
"nullable": [
true,
false,
false,
false,
false,
false,
true,
null,
null,
true,
true
]
}
},
"98f87793202531586603307eab53987f75f4e07614af8706e6180413f808a1b4": {
"query": "INSERT INTO txs_batches_signatures VALUES($1, $2)",
"describe": {
Expand Down

0 comments on commit 3dae0a8

Please sign in to comment.