v1.6: Use blake3 message hash in status cache (#16507)

This commit is contained in:
Justin Starry
2021-04-13 16:57:20 +08:00
committed by GitHub
parent 81d636c2bf
commit 579065443a
30 changed files with 941 additions and 621 deletions

View File

@@ -3422,7 +3422,7 @@
],
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT sum(\"count\") AS \"duplicate_signature\" FROM \"$testnet\".\"autogen\".\"bank-process_transactions-error-duplicate_signature\" WHERE $timeFilter GROUP BY time(1s) FILL(0)\n\n\n\n",
"query": "SELECT sum(\"count\") AS \"already_processed\" FROM \"$testnet\".\"autogen\".\"bank-process_transactions-error-already_processed\" WHERE $timeFilter GROUP BY time(1s) FILL(0)\n\n\n\n",
"rawQuery": true,
"refId": "G",
"resultFormat": "time_series",