From 5eeda07ba9b35a584372038dff1cd969e4be3311 Mon Sep 17 00:00:00 2001 From: Vasyl Ivanchuk Date: Mon, 13 Nov 2023 20:34:45 +0200 Subject: [PATCH] fix: add missing logs file --- .gitignore | 1 + .../test/logs/block-with-no-txs-logs.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 packages/worker/test/logs/block-with-no-txs-logs.json diff --git a/.gitignore b/.gitignore index cf84bf3d88..497bd3e2a4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ tests/e2e/artifacts/ # Logs logs +!/packages/worker/test/logs/ *.log npm-debug.log* yarn-debug.log* diff --git a/packages/worker/test/logs/block-with-no-txs-logs.json b/packages/worker/test/logs/block-with-no-txs-logs.json new file mode 100644 index 0000000000..fd00518101 --- /dev/null +++ b/packages/worker/test/logs/block-with-no-txs-logs.json @@ -0,0 +1,18 @@ +[ + { + "blockNumber": 6711853, + "blockHash": "0xe9b0940095e6e708deebd75fa0320cad868ec5029f92cf8cc8fb464314f5141e", + "transactionIndex": 0, + "removed": false, + "address": "0x000000000000000000000000000000000000800A", + "data": "0x00000000000000000000000000000000000000000000000000f22ec29c9c4980", + "topics": [ + "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "0x0000000000000000000000000000000000000000000000000000000000008001", + "0x000000000000000000000000a9232040bf0e0aea2578a5b2243f2916dbfc0a69" + ], + "transactionHash": "0x0000000000000000000000000000000000000000000000000000000000000000", + "logIndex": 0, + "l1BatchNumber": 76725 + } +] \ No newline at end of file