Created
February 21, 2025 16:00
-
-
Save 0xB10C/34e2771136cce901f319b8ce3c898fa6 to your computer and use it in GitHub Desktop.
benchmarking for https://github.com/0xB10C/transactionfee-info/pull/27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nbformat": 4, | |
"nbformat_minor": 0, | |
"metadata": { | |
"colab": { | |
"provenance": [] | |
}, | |
"kernelspec": { | |
"name": "python3", | |
"display_name": "Python 3" | |
}, | |
"language_info": { | |
"name": "python" | |
} | |
}, | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 3, | |
"metadata": { | |
"id": "F_Yp5Xd7gfjb" | |
}, | |
"outputs": [], | |
"source": [ | |
"import seaborn as sns\n", | |
"import pandas as pd" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"source": [ | |
"log_master = \"\"\"[2025-02-20T15:57:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700103)\n", | |
"[2025-02-20T15:57:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700200)\n", | |
"[2025-02-20T15:57:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700309)\n", | |
"[2025-02-20T15:58:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700405)\n", | |
"[2025-02-20T15:58:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700501)\n", | |
"[2025-02-20T15:58:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700603)\n", | |
"[2025-02-20T15:58:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700703)\n", | |
"[2025-02-20T15:58:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700803)\n", | |
"[2025-02-20T15:58:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700908)\n", | |
"[2025-02-20T15:58:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701010)\n", | |
"[2025-02-20T15:58:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701106)\n", | |
"[2025-02-20T15:58:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701208)\n", | |
"[2025-02-20T15:58:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701305)\n", | |
"[2025-02-20T15:58:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701402)\n", | |
"[2025-02-20T15:58:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701507)\n", | |
"[2025-02-20T15:58:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701601)\n", | |
"[2025-02-20T15:58:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701701)\n", | |
"[2025-02-20T15:58:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701807)\n", | |
"[2025-02-20T15:58:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701905)\n", | |
"[2025-02-20T15:58:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702000)\n", | |
"[2025-02-20T15:58:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702105)\n", | |
"[2025-02-20T15:58:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702209)\n", | |
"[2025-02-20T15:58:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702304)\n", | |
"[2025-02-20T15:58:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702400)\n", | |
"[2025-02-20T15:58:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702511)\n", | |
"[2025-02-20T15:58:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702606)\n", | |
"[2025-02-20T15:58:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702710)\n", | |
"[2025-02-20T15:58:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702802)\n", | |
"[2025-02-20T15:58:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702900)\n", | |
"[2025-02-20T15:59:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703001)\n", | |
"[2025-02-20T15:59:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703100)\n", | |
"[2025-02-20T15:59:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703207)\n", | |
"[2025-02-20T15:59:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703305)\n", | |
"[2025-02-20T15:59:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703403)\n", | |
"[2025-02-20T15:59:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703508)\n", | |
"[2025-02-20T15:59:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703604)\n", | |
"[2025-02-20T15:59:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703700)\n", | |
"[2025-02-20T15:59:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703802)\n", | |
"[2025-02-20T15:59:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703901)\n", | |
"[2025-02-20T15:59:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704000)\n", | |
"[2025-02-20T15:59:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704103)\n", | |
"[2025-02-20T15:59:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704207)\n", | |
"[2025-02-20T15:59:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704303)\n", | |
"[2025-02-20T15:59:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704400)\n", | |
"[2025-02-20T15:59:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704502)\n", | |
"[2025-02-20T15:59:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704603)\n", | |
"[2025-02-20T15:59:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704700)\n", | |
"[2025-02-20T15:59:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704809)\n", | |
"[2025-02-20T15:59:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704910)\n", | |
"[2025-02-20T15:59:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705000)\n", | |
"[2025-02-20T16:00:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705106)\n", | |
"[2025-02-20T16:00:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705200)\n", | |
"[2025-02-20T16:00:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705307)\n", | |
"[2025-02-20T16:00:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705404)\n", | |
"[2025-02-20T16:00:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705503)\n", | |
"[2025-02-20T16:00:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705600)\n", | |
"[2025-02-20T16:00:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705701)\n", | |
"[2025-02-20T16:00:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705804)\n", | |
"[2025-02-20T16:00:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705911)\n", | |
"[2025-02-20T16:00:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706002)\n", | |
"[2025-02-20T16:00:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706109)\n", | |
"[2025-02-20T16:00:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706204)\n", | |
"[2025-02-20T16:00:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706307)\n", | |
"[2025-02-20T16:00:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706408)\n", | |
"[2025-02-20T16:00:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706507)\n", | |
"[2025-02-20T16:00:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706604)\n", | |
"[2025-02-20T16:00:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706705)\n", | |
"[2025-02-20T16:00:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706800)\n", | |
"[2025-02-20T16:00:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706900)\n", | |
"[2025-02-20T16:00:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707006)\n", | |
"[2025-02-20T16:00:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707104)\n", | |
"[2025-02-20T16:01:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707207)\n", | |
"[2025-02-20T16:01:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707300)\n", | |
"[2025-02-20T16:01:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707409)\n", | |
"[2025-02-20T16:01:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707503)\n", | |
"[2025-02-20T16:01:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707607)\n", | |
"[2025-02-20T16:01:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707700)\n", | |
"[2025-02-20T16:01:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707809)\n", | |
"[2025-02-20T16:01:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707901)\n", | |
"[2025-02-20T16:01:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708000)\n", | |
"[2025-02-20T16:01:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708101)\n", | |
"[2025-02-20T16:01:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708202)\n", | |
"[2025-02-20T16:01:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708300)\n", | |
"[2025-02-20T16:01:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708405)\n", | |
"[2025-02-20T16:01:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708501)\n", | |
"[2025-02-20T16:01:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708608)\n", | |
"[2025-02-20T16:01:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708710)\n", | |
"[2025-02-20T16:01:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708800)\n", | |
"[2025-02-20T16:01:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708902)\n", | |
"[2025-02-20T16:01:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709004)\n", | |
"[2025-02-20T16:01:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709111)\n", | |
"[2025-02-20T16:01:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709207)\n", | |
"[2025-02-20T16:01:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709309)\n", | |
"[2025-02-20T16:02:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709400)\n", | |
"[2025-02-20T16:02:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709509)\n", | |
"[2025-02-20T16:02:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709609)\n", | |
"[2025-02-20T16:02:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709702)\n", | |
"[2025-02-20T16:02:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709801)\n", | |
"[2025-02-20T16:02:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709901)\n", | |
"[2025-02-20T16:02:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710000)\n", | |
"[2025-02-20T16:02:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710100)\n", | |
"[2025-02-20T16:02:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710200)\n", | |
"[2025-02-20T16:02:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710300)\n", | |
"[2025-02-20T16:02:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710403)\n", | |
"[2025-02-20T16:02:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710503)\n", | |
"[2025-02-20T16:02:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710600)\n", | |
"[2025-02-20T16:02:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710700)\n", | |
"[2025-02-20T16:02:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710802)\n", | |
"[2025-02-20T16:02:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710900)\n", | |
"[2025-02-20T16:02:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711000)\n", | |
"[2025-02-20T16:02:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711105)\n", | |
"[2025-02-20T16:02:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711206)\n", | |
"[2025-02-20T16:02:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711301)\n", | |
"[2025-02-20T16:02:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711406)\n", | |
"[2025-02-20T16:02:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711501)\n", | |
"[2025-02-20T16:02:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711603)\n", | |
"[2025-02-20T16:03:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711709)\n", | |
"[2025-02-20T16:03:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711800)\n", | |
"[2025-02-20T16:03:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711907)\n", | |
"[2025-02-20T16:03:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712000)\n", | |
"[2025-02-20T16:03:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712101)\n", | |
"[2025-02-20T16:03:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712203)\n", | |
"[2025-02-20T16:03:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712301)\n", | |
"[2025-02-20T16:03:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712406)\n", | |
"[2025-02-20T16:03:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712509)\n", | |
"[2025-02-20T16:03:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712600)\n", | |
"[2025-02-20T16:03:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712701)\n", | |
"[2025-02-20T16:03:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712801)\n", | |
"[2025-02-20T16:03:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712904)\n", | |
"[2025-02-20T16:03:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713009)\n", | |
"[2025-02-20T16:03:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713100)\n", | |
"[2025-02-20T16:03:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713208)\n", | |
"[2025-02-20T16:03:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713300)\n", | |
"[2025-02-20T16:03:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713400)\n", | |
"[2025-02-20T16:03:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713504)\n", | |
"[2025-02-20T16:03:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713604)\n", | |
"[2025-02-20T16:03:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713709)\n", | |
"[2025-02-20T16:03:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713802)\n", | |
"[2025-02-20T16:03:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713909)\n", | |
"[2025-02-20T16:03:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714000)\n", | |
"[2025-02-20T16:04:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714106)\n", | |
"[2025-02-20T16:04:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714205)\n", | |
"[2025-02-20T16:04:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714300)\n", | |
"[2025-02-20T16:04:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714400)\n", | |
"[2025-02-20T16:04:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714506)\n", | |
"[2025-02-20T16:04:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714600)\n", | |
"[2025-02-20T16:04:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714710)\n", | |
"[2025-02-20T16:04:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714804)\n", | |
"[2025-02-20T16:04:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714903)\n", | |
"[2025-02-20T16:04:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715001)\n", | |
"[2025-02-20T16:04:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715101)\n", | |
"[2025-02-20T16:04:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715206)\n", | |
"[2025-02-20T16:04:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715302)\n", | |
"[2025-02-20T16:04:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715402)\n", | |
"[2025-02-20T16:04:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715506)\n", | |
"[2025-02-20T16:04:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715601)\n", | |
"[2025-02-20T16:04:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715701)\n", | |
"[2025-02-20T16:04:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715802)\n", | |
"[2025-02-20T16:04:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715902)\n", | |
"[2025-02-20T16:04:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716000)\n", | |
"[2025-02-20T16:04:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716101)\n", | |
"[2025-02-20T16:04:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716200)\n", | |
"[2025-02-20T16:05:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716301)\n", | |
"[2025-02-20T16:05:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716400)\n", | |
"[2025-02-20T16:05:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716501)\n", | |
"[2025-02-20T16:05:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716607)\n", | |
"[2025-02-20T16:05:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716709)\n", | |
"[2025-02-20T16:05:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716808)\n", | |
"[2025-02-20T16:05:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716905)\n", | |
"[2025-02-20T16:05:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717003)\n", | |
"[2025-02-20T16:05:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717110)\n", | |
"[2025-02-20T16:05:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717203)\n", | |
"[2025-02-20T16:05:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717303)\n", | |
"[2025-02-20T16:05:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717408)\n", | |
"[2025-02-20T16:05:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717507)\n", | |
"[2025-02-20T16:05:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717602)\n", | |
"[2025-02-20T16:05:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717711)\n", | |
"[2025-02-20T16:05:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717807)\n", | |
"[2025-02-20T16:05:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717908)\n", | |
"[2025-02-20T16:05:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718002)\n", | |
"[2025-02-20T16:05:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718109)\n", | |
"[2025-02-20T16:05:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718210)\n", | |
"[2025-02-20T16:05:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718301)\n", | |
"[2025-02-20T16:05:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718410)\n", | |
"[2025-02-20T16:05:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718500)\n", | |
"[2025-02-20T16:05:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718600)\n", | |
"[2025-02-20T16:05:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718701)\n", | |
"[2025-02-20T16:06:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718805)\n", | |
"[2025-02-20T16:06:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718908)\n", | |
"[2025-02-20T16:06:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719007)\n", | |
"[2025-02-20T16:06:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719106)\n", | |
"[2025-02-20T16:06:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719203)\n", | |
"[2025-02-20T16:06:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719302)\n", | |
"[2025-02-20T16:06:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719402)\n", | |
"[2025-02-20T16:06:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719500)\n", | |
"[2025-02-20T16:06:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719604)\n", | |
"[2025-02-20T16:06:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719704)\n", | |
"[2025-02-20T16:06:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719803)\n", | |
"[2025-02-20T16:06:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719900)\n", | |
"[2025-02-20T16:06:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720007)\n", | |
"[2025-02-20T16:06:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720100)\n", | |
"[2025-02-20T16:06:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720200)\n", | |
"[2025-02-20T16:06:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720306)\n", | |
"[2025-02-20T16:06:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720401)\n", | |
"[2025-02-20T16:06:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720500)\n", | |
"[2025-02-20T16:06:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720602)\n", | |
"[2025-02-20T16:06:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720707)\n", | |
"[2025-02-20T16:06:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720802)\n", | |
"[2025-02-20T16:06:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720901)\n", | |
"[2025-02-20T16:06:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721002)\n", | |
"[2025-02-20T16:06:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721100)\n", | |
"[2025-02-20T16:06:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721202)\n", | |
"[2025-02-20T16:07:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721306)\n", | |
"[2025-02-20T16:07:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721402)\n", | |
"[2025-02-20T16:07:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721501)\n", | |
"[2025-02-20T16:07:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721604)\n", | |
"[2025-02-20T16:07:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721705)\n", | |
"[2025-02-20T16:07:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721800)\n", | |
"[2025-02-20T16:07:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721902)\n", | |
"[2025-02-20T16:07:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722007)\n", | |
"[2025-02-20T16:07:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722108)\n", | |
"[2025-02-20T16:07:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722200)\n", | |
"[2025-02-20T16:07:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722305)\n", | |
"[2025-02-20T16:07:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722401)\n", | |
"[2025-02-20T16:07:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722504)\n", | |
"[2025-02-20T16:07:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722600)\n", | |
"[2025-02-20T16:07:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722700)\n", | |
"[2025-02-20T16:07:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722801)\n", | |
"[2025-02-20T16:07:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722901)\n", | |
"[2025-02-20T16:07:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723009)\n", | |
"[2025-02-20T16:07:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723108)\n", | |
"[2025-02-20T16:07:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723210)\n", | |
"[2025-02-20T16:07:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723300)\n", | |
"[2025-02-20T16:07:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723406)\n", | |
"[2025-02-20T16:07:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723508)\n", | |
"[2025-02-20T16:08:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723605)\n", | |
"[2025-02-20T16:08:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723707)\n", | |
"[2025-02-20T16:08:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723801)\n", | |
"[2025-02-20T16:08:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723900)\n", | |
"[2025-02-20T16:08:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724008)\n", | |
"[2025-02-20T16:08:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724107)\n", | |
"[2025-02-20T16:08:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724202)\n", | |
"[2025-02-20T16:08:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724300)\n", | |
"[2025-02-20T16:08:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724406)\n", | |
"[2025-02-20T16:08:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724505)\n", | |
"[2025-02-20T16:08:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724601)\n", | |
"[2025-02-20T16:08:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724710)\n", | |
"[2025-02-20T16:08:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724803)\n", | |
"[2025-02-20T16:08:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724905)\n", | |
"[2025-02-20T16:08:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725009)\n", | |
"[2025-02-20T16:08:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725108)\n", | |
"[2025-02-20T16:08:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725208)\n", | |
"[2025-02-20T16:08:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725303)\n", | |
"[2025-02-20T16:08:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725405)\n", | |
"[2025-02-20T16:08:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725503)\n", | |
"[2025-02-20T16:08:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725600)\n", | |
"[2025-02-20T16:08:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725709)\n", | |
"[2025-02-20T16:08:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725811)\n", | |
"[2025-02-20T16:08:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725901)\n", | |
"[2025-02-20T16:09:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726006)\n", | |
"[2025-02-20T16:09:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726106)\n", | |
"[2025-02-20T16:09:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726204)\n", | |
"[2025-02-20T16:09:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726302)\n", | |
"[2025-02-20T16:09:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726409)\n", | |
"[2025-02-20T16:09:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726505)\n", | |
"[2025-02-20T16:09:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726601)\n", | |
"[2025-02-20T16:09:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726704)\n", | |
"[2025-02-20T16:09:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726805)\n", | |
"[2025-02-20T16:09:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726902)\n", | |
"[2025-02-20T16:09:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727010)\n", | |
"[2025-02-20T16:09:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727110)\n", | |
"[2025-02-20T16:09:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727208)\n", | |
"[2025-02-20T16:09:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727300)\n", | |
"[2025-02-20T16:09:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727408)\n", | |
"[2025-02-20T16:09:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727508)\n", | |
"[2025-02-20T16:09:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727600)\n", | |
"[2025-02-20T16:09:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727704)\n", | |
"[2025-02-20T16:09:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727804)\n", | |
"[2025-02-20T16:09:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727901)\n", | |
"[2025-02-20T16:09:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728005)\n", | |
"[2025-02-20T16:09:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728107)\n", | |
"[2025-02-20T16:09:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728209)\n", | |
"[2025-02-20T16:09:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728310)\n", | |
"[2025-02-20T16:09:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728402)\n", | |
"[2025-02-20T16:09:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728504)\n", | |
"[2025-02-20T16:10:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728606)\n", | |
"[2025-02-20T16:10:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728701)\n", | |
"[2025-02-20T16:10:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728803)\n", | |
"[2025-02-20T16:10:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728900)\n", | |
"[2025-02-20T16:10:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729008)\n", | |
"[2025-02-20T16:10:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729108)\n", | |
"[2025-02-20T16:10:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729210)\n", | |
"[2025-02-20T16:10:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729302)\n", | |
"[2025-02-20T16:10:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729410)\n", | |
"[2025-02-20T16:10:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729504)\n", | |
"[2025-02-20T16:10:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729601)\n", | |
"[2025-02-20T16:10:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729700)\n", | |
"[2025-02-20T16:10:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729800)\n", | |
"[2025-02-20T16:10:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729902)\n", | |
"[2025-02-20T16:10:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730002)\n", | |
"[2025-02-20T16:10:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730102)\n", | |
"[2025-02-20T16:10:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730206)\n", | |
"[2025-02-20T16:10:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730308)\n", | |
"[2025-02-20T16:10:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730403)\n", | |
"[2025-02-20T16:11:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730509)\n", | |
"[2025-02-20T16:11:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730600)\n", | |
"[2025-02-20T16:11:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730705)\n", | |
"[2025-02-20T16:11:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730803)\n", | |
"[2025-02-20T16:11:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730909)\n", | |
"[2025-02-20T16:11:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731002)\n", | |
"[2025-02-20T16:11:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731110)\n", | |
"[2025-02-20T16:11:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731210)\n", | |
"[2025-02-20T16:11:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731301)\n", | |
"[2025-02-20T16:11:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731401)\n", | |
"[2025-02-20T16:11:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731500)\n", | |
"[2025-02-20T16:11:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731602)\n", | |
"[2025-02-20T16:11:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731700)\n", | |
"[2025-02-20T16:11:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731810)\n", | |
"[2025-02-20T16:11:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731901)\n", | |
"[2025-02-20T16:11:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732010)\n", | |
"[2025-02-20T16:11:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732109)\n", | |
"[2025-02-20T16:11:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732209)\n", | |
"[2025-02-20T16:11:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732305)\n", | |
"[2025-02-20T16:11:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732400)\n", | |
"[2025-02-20T16:11:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732508)\n", | |
"[2025-02-20T16:11:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732601)\n", | |
"[2025-02-20T16:11:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732702)\n", | |
"[2025-02-20T16:11:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732809)\n", | |
"[2025-02-20T16:11:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732901)\n", | |
"[2025-02-20T16:11:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733008)\n", | |
"[2025-02-20T16:12:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733104)\n", | |
"[2025-02-20T16:12:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733202)\n", | |
"[2025-02-20T16:12:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733309)\n", | |
"[2025-02-20T16:12:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733409)\n", | |
"[2025-02-20T16:12:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733500)\n", | |
"[2025-02-20T16:12:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733605)\n", | |
"[2025-02-20T16:12:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733701)\n", | |
"[2025-02-20T16:12:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733802)\n", | |
"[2025-02-20T16:12:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733906)\n", | |
"[2025-02-20T16:12:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734000)\n", | |
"[2025-02-20T16:12:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734100)\n", | |
"[2025-02-20T16:12:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734209)\n", | |
"[2025-02-20T16:12:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734308)\n", | |
"[2025-02-20T16:12:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734411)\n", | |
"[2025-02-20T16:12:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734507)\n", | |
"[2025-02-20T16:12:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734602)\n", | |
"[2025-02-20T16:12:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734706)\n", | |
"[2025-02-20T16:12:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734810)\n", | |
"[2025-02-20T16:12:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734900)\n", | |
"[2025-02-20T16:12:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735001)\n", | |
"[2025-02-20T16:12:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735101)\n", | |
"[2025-02-20T16:12:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735201)\n", | |
"[2025-02-20T16:12:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735304)\n", | |
"[2025-02-20T16:12:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735402)\n", | |
"[2025-02-20T16:12:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735501)\n", | |
"[2025-02-20T16:13:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735601)\n", | |
"[2025-02-20T16:13:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735709)\n", | |
"[2025-02-20T16:13:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735800)\n", | |
"[2025-02-20T16:13:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735902)\n", | |
"[2025-02-20T16:13:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736006)\n", | |
"[2025-02-20T16:13:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736100)\n", | |
"[2025-02-20T16:13:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736201)\n", | |
"[2025-02-20T16:13:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736300)\n", | |
"[2025-02-20T16:13:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736400)\n", | |
"[2025-02-20T16:13:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736504)\n", | |
"[2025-02-20T16:13:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736603)\n", | |
"[2025-02-20T16:13:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736702)\n", | |
"[2025-02-20T16:13:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736801)\n", | |
"[2025-02-20T16:13:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736904)\n", | |
"[2025-02-20T16:13:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737004)\n", | |
"[2025-02-20T16:13:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737101)\n", | |
"[2025-02-20T16:13:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737201)\n", | |
"[2025-02-20T16:13:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737302)\n", | |
"[2025-02-20T16:13:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737403)\n", | |
"[2025-02-20T16:13:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737510)\n", | |
"[2025-02-20T16:13:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737600)\n", | |
"[2025-02-20T16:13:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737706)\n", | |
"[2025-02-20T16:14:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737810)\n", | |
"[2025-02-20T16:14:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737903)\n", | |
"[2025-02-20T16:14:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738008)\n", | |
"[2025-02-20T16:14:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738105)\n", | |
"[2025-02-20T16:14:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738205)\n", | |
"[2025-02-20T16:14:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738300)\n", | |
"[2025-02-20T16:14:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738408)\n", | |
"[2025-02-20T16:14:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738503)\n", | |
"[2025-02-20T16:14:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738602)\n", | |
"[2025-02-20T16:14:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738704)\n", | |
"[2025-02-20T16:14:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738805)\n", | |
"[2025-02-20T16:14:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738900)\n", | |
"[2025-02-20T16:14:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739000)\n", | |
"[2025-02-20T16:14:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739106)\n", | |
"[2025-02-20T16:14:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739204)\n", | |
"[2025-02-20T16:14:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739309)\n", | |
"[2025-02-20T16:14:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739401)\n", | |
"[2025-02-20T16:14:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739511)\n", | |
"[2025-02-20T16:14:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739601)\n", | |
"[2025-02-20T16:14:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739703)\n", | |
"[2025-02-20T16:14:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739807)\n", | |
"[2025-02-20T16:14:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739909)\n", | |
"[2025-02-20T16:14:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740002)\n", | |
"[2025-02-20T16:14:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740101)\n", | |
"[2025-02-20T16:14:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740200)\n", | |
"[2025-02-20T16:15:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740306)\n", | |
"[2025-02-20T16:15:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740407)\n", | |
"[2025-02-20T16:15:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740503)\n", | |
"[2025-02-20T16:15:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740603)\n", | |
"[2025-02-20T16:15:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740701)\n", | |
"[2025-02-20T16:15:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740802)\n", | |
"[2025-02-20T16:15:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740904)\n", | |
"[2025-02-20T16:15:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741002)\n", | |
"[2025-02-20T16:15:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741104)\n", | |
"[2025-02-20T16:15:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741202)\n", | |
"[2025-02-20T16:15:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741305)\n", | |
"[2025-02-20T16:15:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741406)\n", | |
"[2025-02-20T16:15:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741507)\n", | |
"[2025-02-20T16:15:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741601)\n", | |
"[2025-02-20T16:15:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741708)\n", | |
"[2025-02-20T16:15:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741804)\n", | |
"[2025-02-20T16:15:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741901)\n", | |
"[2025-02-20T16:15:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742005)\n", | |
"[2025-02-20T16:15:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742103)\n", | |
"[2025-02-20T16:15:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742209)\n", | |
"[2025-02-20T16:15:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742302)\n", | |
"[2025-02-20T16:16:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742400)\n", | |
"[2025-02-20T16:16:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742503)\n", | |
"[2025-02-20T16:16:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742600)\n", | |
"[2025-02-20T16:16:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742711)\n", | |
"[2025-02-20T16:16:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742804)\n", | |
"[2025-02-20T16:16:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742900)\n", | |
"[2025-02-20T16:16:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743008)\n", | |
"[2025-02-20T16:16:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743107)\n", | |
"[2025-02-20T16:16:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743201)\n", | |
"[2025-02-20T16:16:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743300)\n", | |
"[2025-02-20T16:16:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743409)\n", | |
"[2025-02-20T16:16:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743506)\n", | |
"[2025-02-20T16:16:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743608)\n", | |
"[2025-02-20T16:16:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743700)\n", | |
"[2025-02-20T16:16:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743809)\n", | |
"[2025-02-20T16:16:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743900)\n", | |
"[2025-02-20T16:16:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744000)\n", | |
"[2025-02-20T16:16:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744107)\n", | |
"[2025-02-20T16:16:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744201)\n", | |
"[2025-02-20T16:16:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744310)\n", | |
"[2025-02-20T16:16:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744404)\n", | |
"[2025-02-20T16:16:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744505)\n", | |
"[2025-02-20T16:16:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744601)\n", | |
"[2025-02-20T16:16:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744700)\n", | |
"[2025-02-20T16:16:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744806)\n", | |
"[2025-02-20T16:17:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744903)\n", | |
"[2025-02-20T16:17:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745001)\n", | |
"[2025-02-20T16:17:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745103)\n", | |
"[2025-02-20T16:17:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745208)\n", | |
"[2025-02-20T16:17:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745309)\n", | |
"[2025-02-20T16:17:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745401)\n", | |
"[2025-02-20T16:17:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745501)\n", | |
"[2025-02-20T16:17:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745606)\n", | |
"[2025-02-20T16:17:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745709)\n", | |
"[2025-02-20T16:17:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745800)\n", | |
"[2025-02-20T16:17:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745903)\n", | |
"[2025-02-20T16:17:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746008)\n", | |
"[2025-02-20T16:17:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746103)\n", | |
"[2025-02-20T16:17:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746204)\n", | |
"[2025-02-20T16:17:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746306)\n", | |
"[2025-02-20T16:17:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746404)\n", | |
"[2025-02-20T16:17:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746506)\n", | |
"[2025-02-20T16:17:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746608)\n", | |
"[2025-02-20T16:17:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746711)\n", | |
"[2025-02-20T16:17:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746805)\n", | |
"[2025-02-20T16:17:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746903)\n", | |
"[2025-02-20T16:17:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747008)\n", | |
"[2025-02-20T16:17:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747108)\n", | |
"[2025-02-20T16:17:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747204)\n", | |
"[2025-02-20T16:18:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747308)\n", | |
"[2025-02-20T16:18:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747407)\n", | |
"[2025-02-20T16:18:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747502)\n", | |
"[2025-02-20T16:18:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747604)\n", | |
"[2025-02-20T16:18:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747701)\n", | |
"[2025-02-20T16:18:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747803)\n", | |
"[2025-02-20T16:18:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747908)\n", | |
"[2025-02-20T16:18:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748009)\n", | |
"[2025-02-20T16:18:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748102)\n", | |
"[2025-02-20T16:18:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748206)\n", | |
"[2025-02-20T16:18:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748306)\n", | |
"[2025-02-20T16:18:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748403)\n", | |
"[2025-02-20T16:18:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748506)\n", | |
"[2025-02-20T16:18:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748601)\n", | |
"[2025-02-20T16:18:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748700)\n", | |
"[2025-02-20T16:18:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748807)\n", | |
"[2025-02-20T16:18:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748901)\n", | |
"[2025-02-20T16:18:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749001)\n", | |
"[2025-02-20T16:18:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749104)\n", | |
"[2025-02-20T16:18:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749209)\n", | |
"[2025-02-20T16:18:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749300)\n", | |
"[2025-02-20T16:18:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749401)\n", | |
"[2025-02-20T16:18:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749509)\n", | |
"[2025-02-20T16:18:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749600)\n", | |
"[2025-02-20T16:18:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749702)\n", | |
"[2025-02-20T16:19:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749810)\n", | |
"[2025-02-20T16:19:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749901)\n", | |
"[2025-02-20T16:19:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750002)\n", | |
"[2025-02-20T16:19:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750106)\n", | |
"[2025-02-20T16:19:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750200)\n", | |
"[2025-02-20T16:19:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750303)\n", | |
"[2025-02-20T16:19:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750411)\n", | |
"[2025-02-20T16:19:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750510)\n", | |
"[2025-02-20T16:19:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750605)\n", | |
"[2025-02-20T16:19:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750706)\n", | |
"[2025-02-20T16:19:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750803)\n", | |
"[2025-02-20T16:19:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750902)\n", | |
"[2025-02-20T16:19:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751008)\n", | |
"[2025-02-20T16:19:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751100)\n", | |
"[2025-02-20T16:19:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751209)\n", | |
"[2025-02-20T16:19:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751304)\n", | |
"[2025-02-20T16:19:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751401)\n", | |
"[2025-02-20T16:19:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751510)\n", | |
"[2025-02-20T16:19:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751610)\n", | |
"[2025-02-20T16:19:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751710)\n", | |
"[2025-02-20T16:19:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751810)\n", | |
"[2025-02-20T16:19:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751900)\n", | |
"[2025-02-20T16:19:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752000)\n", | |
"[2025-02-20T16:19:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752106)\n", | |
"[2025-02-20T16:19:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752201)\n", | |
"[2025-02-20T16:19:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752300)\n", | |
"[2025-02-20T16:20:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752409)\n", | |
"[2025-02-20T16:20:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752504)\n", | |
"[2025-02-20T16:20:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752602)\n", | |
"[2025-02-20T16:20:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752708)\n", | |
"[2025-02-20T16:20:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752809)\n", | |
"[2025-02-20T16:20:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752901)\n", | |
"[2025-02-20T16:20:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753008)\n", | |
"[2025-02-20T16:20:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753108)\n", | |
"[2025-02-20T16:20:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753205)\n", | |
"[2025-02-20T16:20:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753302)\n", | |
"[2025-02-20T16:20:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753410)\n", | |
"[2025-02-20T16:20:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753508)\n", | |
"[2025-02-20T16:20:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753609)\n", | |
"[2025-02-20T16:20:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753708)\n", | |
"[2025-02-20T16:20:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753801)\n", | |
"[2025-02-20T16:20:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753907)\n", | |
"[2025-02-20T16:20:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754004)\n", | |
"[2025-02-20T16:20:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754102)\n", | |
"[2025-02-20T16:20:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754203)\n", | |
"[2025-02-20T16:20:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754306)\n", | |
"[2025-02-20T16:20:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754402)\n", | |
"[2025-02-20T16:20:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754505)\n", | |
"[2025-02-20T16:20:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754609)\n", | |
"[2025-02-20T16:21:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754705)\n", | |
"[2025-02-20T16:21:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754801)\n", | |
"[2025-02-20T16:21:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754906)\n", | |
"[2025-02-20T16:21:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755008)\n", | |
"[2025-02-20T16:21:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755100)\n", | |
"[2025-02-20T16:21:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755207)\n", | |
"[2025-02-20T16:21:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755304)\n", | |
"[2025-02-20T16:21:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755403)\n", | |
"[2025-02-20T16:21:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755510)\n", | |
"[2025-02-20T16:21:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755607)\n", | |
"[2025-02-20T16:21:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755709)\n", | |
"[2025-02-20T16:21:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755802)\n", | |
"[2025-02-20T16:21:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755903)\n", | |
"[2025-02-20T16:21:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756010)\n", | |
"[2025-02-20T16:21:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756100)\n", | |
"[2025-02-20T16:21:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756202)\n", | |
"[2025-02-20T16:21:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756307)\n", | |
"[2025-02-20T16:21:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756403)\n", | |
"[2025-02-20T16:21:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756506)\n", | |
"[2025-02-20T16:21:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756607)\n", | |
"[2025-02-20T16:21:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756710)\n", | |
"[2025-02-20T16:21:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756805)\n", | |
"[2025-02-20T16:21:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756901)\n", | |
"[2025-02-20T16:21:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757005)\n", | |
"[2025-02-20T16:22:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757105)\n", | |
"[2025-02-20T16:22:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757208)\n", | |
"[2025-02-20T16:22:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757304)\n", | |
"[2025-02-20T16:22:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757400)\n", | |
"[2025-02-20T16:22:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757507)\n", | |
"[2025-02-20T16:22:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757606)\n", | |
"[2025-02-20T16:22:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757709)\n", | |
"[2025-02-20T16:22:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757810)\n", | |
"[2025-02-20T16:22:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757905)\n", | |
"[2025-02-20T16:22:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758003)\n", | |
"[2025-02-20T16:22:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758109)\n", | |
"[2025-02-20T16:22:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758208)\n", | |
"[2025-02-20T16:22:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758307)\n", | |
"[2025-02-20T16:22:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758401)\n", | |
"[2025-02-20T16:22:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758506)\n", | |
"[2025-02-20T16:22:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758603)\n", | |
"[2025-02-20T16:22:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758700)\n", | |
"[2025-02-20T16:22:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758800)\n", | |
"[2025-02-20T16:22:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758909)\n", | |
"[2025-02-20T16:22:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759005)\n", | |
"[2025-02-20T16:22:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759102)\n", | |
"[2025-02-20T16:22:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759203)\n", | |
"[2025-02-20T16:22:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759301)\n", | |
"[2025-02-20T16:22:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759400)\n", | |
"[2025-02-20T16:22:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759502)\n", | |
"[2025-02-20T16:22:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759608)\n", | |
"[2025-02-20T16:23:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759706)\n", | |
"[2025-02-20T16:23:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759804)\n", | |
"[2025-02-20T16:23:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759908)\n", | |
"[2025-02-20T16:23:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760005)\n", | |
"[2025-02-20T16:23:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760103)\n", | |
"[2025-02-20T16:23:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760209)\n", | |
"[2025-02-20T16:23:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760301)\n", | |
"[2025-02-20T16:23:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760400)\n", | |
"[2025-02-20T16:23:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760507)\n", | |
"[2025-02-20T16:23:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760609)\n", | |
"[2025-02-20T16:23:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760701)\n", | |
"[2025-02-20T16:23:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760808)\n", | |
"[2025-02-20T16:23:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760910)\n", | |
"[2025-02-20T16:23:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761009)\n", | |
"[2025-02-20T16:23:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761103)\n", | |
"[2025-02-20T16:23:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761200)\n", | |
"[2025-02-20T16:23:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761310)\n", | |
"[2025-02-20T16:23:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761408)\n", | |
"[2025-02-20T16:23:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761502)\n", | |
"[2025-02-20T16:23:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761604)\n", | |
"[2025-02-20T16:23:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761700)\n", | |
"[2025-02-20T16:23:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761807)\n", | |
"[2025-02-20T16:23:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761903)\n", | |
"[2025-02-20T16:23:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762001)\n", | |
"[2025-02-20T16:24:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762100)\n", | |
"[2025-02-20T16:24:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762209)\n", | |
"[2025-02-20T16:24:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762300)\n", | |
"[2025-02-20T16:24:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762405)\n", | |
"[2025-02-20T16:24:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762500)\n", | |
"[2025-02-20T16:24:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762600)\n", | |
"[2025-02-20T16:24:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762705)\n", | |
"[2025-02-20T16:24:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762810)\n", | |
"[2025-02-20T16:24:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762901)\n", | |
"[2025-02-20T16:24:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763011)\n", | |
"[2025-02-20T16:24:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763106)\n", | |
"[2025-02-20T16:24:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763202)\n", | |
"[2025-02-20T16:24:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763301)\n", | |
"[2025-02-20T16:24:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763400)\n", | |
"[2025-02-20T16:24:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763500)\n", | |
"[2025-02-20T16:24:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763600)\n", | |
"[2025-02-20T16:24:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763700)\n", | |
"[2025-02-20T16:24:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763808)\n", | |
"[2025-02-20T16:24:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763902)\n", | |
"[2025-02-20T16:24:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764005)\n", | |
"[2025-02-20T16:24:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764100)\n", | |
"[2025-02-20T16:24:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764201)\n", | |
"[2025-02-20T16:25:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764302)\n", | |
"[2025-02-20T16:25:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764400)\n", | |
"[2025-02-20T16:25:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764504)\n", | |
"[2025-02-20T16:25:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764604)\n", | |
"[2025-02-20T16:25:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764701)\n", | |
"[2025-02-20T16:25:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764803)\n", | |
"[2025-02-20T16:25:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764902)\n", | |
"[2025-02-20T16:25:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765003)\n", | |
"[2025-02-20T16:25:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765110)\n", | |
"[2025-02-20T16:25:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765200)\n", | |
"[2025-02-20T16:25:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765309)\n", | |
"[2025-02-20T16:25:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765402)\n", | |
"[2025-02-20T16:25:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765500)\n", | |
"[2025-02-20T16:25:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765601)\n", | |
"[2025-02-20T16:25:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765702)\n", | |
"[2025-02-20T16:25:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765810)\n", | |
"[2025-02-20T16:25:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765905)\n", | |
"[2025-02-20T16:25:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766001)\n", | |
"[2025-02-20T16:25:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766105)\n", | |
"[2025-02-20T16:25:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766201)\n", | |
"[2025-02-20T16:25:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766301)\n", | |
"[2025-02-20T16:26:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766411)\n", | |
"[2025-02-20T16:26:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766505)\n", | |
"[2025-02-20T16:26:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766606)\n", | |
"[2025-02-20T16:26:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766700)\n", | |
"[2025-02-20T16:26:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766802)\n", | |
"[2025-02-20T16:26:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766900)\n", | |
"[2025-02-20T16:26:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767007)\n", | |
"[2025-02-20T16:26:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767103)\n", | |
"[2025-02-20T16:26:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767200)\n", | |
"[2025-02-20T16:26:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767301)\n", | |
"[2025-02-20T16:26:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767403)\n", | |
"[2025-02-20T16:26:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767505)\n", | |
"[2025-02-20T16:26:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767607)\n", | |
"[2025-02-20T16:26:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767702)\n", | |
"[2025-02-20T16:26:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767807)\n", | |
"[2025-02-20T16:26:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767910)\n", | |
"[2025-02-20T16:26:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768008)\n", | |
"[2025-02-20T16:26:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768101)\n", | |
"[2025-02-20T16:26:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768206)\n", | |
"[2025-02-20T16:26:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768302)\n", | |
"[2025-02-20T16:26:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768402)\n", | |
"[2025-02-20T16:26:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768501)\n", | |
"[2025-02-20T16:26:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768601)\n", | |
"[2025-02-20T16:26:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768701)\n", | |
"[2025-02-20T16:27:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768805)\n", | |
"[2025-02-20T16:27:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768904)\n", | |
"[2025-02-20T16:27:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769003)\n", | |
"[2025-02-20T16:27:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769104)\n", | |
"[2025-02-20T16:27:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769203)\n", | |
"[2025-02-20T16:27:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769306)\n", | |
"[2025-02-20T16:27:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769405)\n", | |
"[2025-02-20T16:27:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769503)\n", | |
"[2025-02-20T16:27:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769602)\n", | |
"[2025-02-20T16:27:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769707)\n", | |
"[2025-02-20T16:27:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769800)\n", | |
"[2025-02-20T16:27:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769903)\n", | |
"[2025-02-20T16:27:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770010)\n", | |
"[2025-02-20T16:27:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770101)\n", | |
"[2025-02-20T16:27:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770203)\n", | |
"[2025-02-20T16:27:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770304)\n", | |
"[2025-02-20T16:27:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770407)\n", | |
"[2025-02-20T16:27:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770502)\n", | |
"[2025-02-20T16:27:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770608)\n", | |
"[2025-02-20T16:27:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770708)\n", | |
"[2025-02-20T16:27:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770806)\n", | |
"[2025-02-20T16:27:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770906)\n", | |
"[2025-02-20T16:27:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771008)\n", | |
"[2025-02-20T16:27:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771103)\n", | |
"[2025-02-20T16:27:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771201)\n", | |
"[2025-02-20T16:28:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771306)\n", | |
"[2025-02-20T16:28:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771400)\n", | |
"[2025-02-20T16:28:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771503)\n", | |
"[2025-02-20T16:28:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771601)\n", | |
"[2025-02-20T16:28:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771701)\n", | |
"[2025-02-20T16:28:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771801)\n", | |
"[2025-02-20T16:28:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771906)\n", | |
"[2025-02-20T16:28:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772004)\n", | |
"[2025-02-20T16:28:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772105)\n", | |
"[2025-02-20T16:28:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772204)\n", | |
"[2025-02-20T16:28:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772306)\n", | |
"[2025-02-20T16:28:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772400)\n", | |
"[2025-02-20T16:28:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772501)\n", | |
"[2025-02-20T16:28:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772600)\n", | |
"[2025-02-20T16:28:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772701)\n", | |
"[2025-02-20T16:28:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772803)\n", | |
"[2025-02-20T16:28:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772909)\n", | |
"[2025-02-20T16:28:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773011)\n", | |
"[2025-02-20T16:28:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773106)\n", | |
"[2025-02-20T16:28:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773203)\n", | |
"[2025-02-20T16:28:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773308)\n", | |
"[2025-02-20T16:28:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773402)\n", | |
"[2025-02-20T16:29:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773506)\n", | |
"[2025-02-20T16:29:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773604)\n", | |
"[2025-02-20T16:29:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773705)\n", | |
"[2025-02-20T16:29:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773806)\n", | |
"[2025-02-20T16:29:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773900)\n", | |
"[2025-02-20T16:29:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774004)\n", | |
"[2025-02-20T16:29:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774107)\n", | |
"[2025-02-20T16:29:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774201)\n", | |
"[2025-02-20T16:29:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774304)\n", | |
"[2025-02-20T16:29:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774400)\n", | |
"[2025-02-20T16:29:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774501)\n", | |
"[2025-02-20T16:29:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774602)\n", | |
"[2025-02-20T16:29:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774706)\n", | |
"[2025-02-20T16:29:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774807)\n", | |
"[2025-02-20T16:29:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774901)\n", | |
"[2025-02-20T16:29:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775000)\n", | |
"[2025-02-20T16:29:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775105)\n", | |
"[2025-02-20T16:29:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775200)\n", | |
"[2025-02-20T16:29:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775301)\n", | |
"[2025-02-20T16:29:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775400)\n", | |
"[2025-02-20T16:29:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775504)\n", | |
"[2025-02-20T16:29:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775600)\n", | |
"[2025-02-20T16:29:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775701)\n", | |
"[2025-02-20T16:30:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775800)\n", | |
"[2025-02-20T16:30:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775900)\n", | |
"[2025-02-20T16:30:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776001)\n", | |
"[2025-02-20T16:30:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776100)\n", | |
"[2025-02-20T16:30:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776203)\n", | |
"[2025-02-20T16:30:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776303)\n", | |
"[2025-02-20T16:30:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776400)\n", | |
"[2025-02-20T16:30:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776501)\n", | |
"[2025-02-20T16:30:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776601)\n", | |
"[2025-02-20T16:30:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776704)\n", | |
"[2025-02-20T16:30:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776801)\n", | |
"[2025-02-20T16:30:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776910)\n", | |
"[2025-02-20T16:30:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777002)\n", | |
"[2025-02-20T16:30:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777102)\n", | |
"[2025-02-20T16:30:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777201)\n", | |
"[2025-02-20T16:30:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777303)\n", | |
"[2025-02-20T16:30:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777401)\n", | |
"[2025-02-20T16:30:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777500)\n", | |
"[2025-02-20T16:30:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777601)\n", | |
"[2025-02-20T16:30:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777700)\n", | |
"[2025-02-20T16:31:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777807)\n", | |
"[2025-02-20T16:31:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777900)\n", | |
"[2025-02-20T16:31:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778001)\n", | |
"[2025-02-20T16:31:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778101)\n", | |
"[2025-02-20T16:31:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778202)\n", | |
"[2025-02-20T16:31:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778300)\n", | |
"[2025-02-20T16:31:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778407)\n", | |
"[2025-02-20T16:31:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778502)\n", | |
"[2025-02-20T16:31:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778605)\n", | |
"[2025-02-20T16:31:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778700)\n", | |
"[2025-02-20T16:31:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778800)\n", | |
"[2025-02-20T16:31:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778900)\n", | |
"[2025-02-20T16:31:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779000)\n", | |
"[2025-02-20T16:31:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779101)\n", | |
"[2025-02-20T16:31:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779201)\n", | |
"[2025-02-20T16:31:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779307)\n", | |
"[2025-02-20T16:31:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779405)\n", | |
"[2025-02-20T16:31:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779503)\n", | |
"[2025-02-20T16:31:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779600)\n", | |
"[2025-02-20T16:31:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779701)\n", | |
"[2025-02-20T16:31:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779802)\n", | |
"[2025-02-20T16:32:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779900)\n", | |
"[2025-02-20T16:32:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780000)\n", | |
"[2025-02-20T16:32:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780102)\n", | |
"[2025-02-20T16:32:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780201)\n", | |
"[2025-02-20T16:32:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780303)\n", | |
"[2025-02-20T16:32:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780403)\n", | |
"[2025-02-20T16:32:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780501)\n", | |
"[2025-02-20T16:32:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780604)\n", | |
"[2025-02-20T16:32:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780706)\n", | |
"[2025-02-20T16:32:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780800)\n", | |
"[2025-02-20T16:32:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780902)\n", | |
"[2025-02-20T16:32:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781006)\n", | |
"[2025-02-20T16:32:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781100)\n", | |
"[2025-02-20T16:32:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781201)\n", | |
"[2025-02-20T16:32:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781306)\n", | |
"[2025-02-20T16:32:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781402)\n", | |
"[2025-02-20T16:32:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781502)\n", | |
"[2025-02-20T16:32:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781602)\n", | |
"[2025-02-20T16:32:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781700)\n", | |
"[2025-02-20T16:32:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781800)\n", | |
"[2025-02-20T16:32:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781902)\n", | |
"[2025-02-20T16:33:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782001)\n", | |
"[2025-02-20T16:33:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782100)\n", | |
"[2025-02-20T16:33:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782205)\n", | |
"[2025-02-20T16:33:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782300)\n", | |
"[2025-02-20T16:33:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782403)\n", | |
"[2025-02-20T16:33:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782503)\n", | |
"[2025-02-20T16:33:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782600)\n", | |
"[2025-02-20T16:33:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782703)\n", | |
"[2025-02-20T16:33:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782800)\n", | |
"[2025-02-20T16:33:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782900)\n", | |
"[2025-02-20T16:33:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783001)\n", | |
"[2025-02-20T16:33:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783103)\n", | |
"[2025-02-20T16:33:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783201)\n", | |
"[2025-02-20T16:33:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783301)\n", | |
"[2025-02-20T16:33:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783401)\n", | |
"[2025-02-20T16:33:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783502)\n", | |
"[2025-02-20T16:33:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783600)\n", | |
"[2025-02-20T16:33:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783704)\n", | |
"[2025-02-20T16:33:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783800)\n", | |
"[2025-02-20T16:33:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783907)\n", | |
"[2025-02-20T16:33:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784003)\n", | |
"[2025-02-20T16:34:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784105)\n", | |
"[2025-02-20T16:34:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784200)\n", | |
"[2025-02-20T16:34:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784301)\n", | |
"[2025-02-20T16:34:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784400)\n", | |
"[2025-02-20T16:34:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784500)\n", | |
"[2025-02-20T16:34:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784603)\n", | |
"[2025-02-20T16:34:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784700)\n", | |
"[2025-02-20T16:34:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784800)\n", | |
"[2025-02-20T16:34:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784901)\n", | |
"[2025-02-20T16:34:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785007)\n", | |
"[2025-02-20T16:34:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785103)\n", | |
"[2025-02-20T16:34:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785200)\n", | |
"[2025-02-20T16:34:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785307)\n", | |
"[2025-02-20T16:34:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785402)\n", | |
"[2025-02-20T16:34:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785500)\n", | |
"[2025-02-20T16:34:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785607)\n", | |
"[2025-02-20T16:34:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785701)\n", | |
"[2025-02-20T16:34:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785800)\n", | |
"[2025-02-20T16:34:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785900)\n", | |
"[2025-02-20T16:35:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786002)\n", | |
"[2025-02-20T16:35:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786106)\n", | |
"[2025-02-20T16:35:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786205)\n", | |
"[2025-02-20T16:35:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786300)\n", | |
"[2025-02-20T16:35:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786401)\n", | |
"[2025-02-20T16:35:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786501)\n", | |
"[2025-02-20T16:35:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786601)\n", | |
"[2025-02-20T16:35:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786703)\n", | |
"[2025-02-20T16:35:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786801)\n", | |
"[2025-02-20T16:35:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786901)\n", | |
"[2025-02-20T16:35:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787002)\n", | |
"[2025-02-20T16:35:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787100)\n", | |
"[2025-02-20T16:35:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787203)\n", | |
"[2025-02-20T16:35:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787303)\n", | |
"[2025-02-20T16:35:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787403)\n", | |
"[2025-02-20T16:35:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787501)\n", | |
"[2025-02-20T16:35:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787600)\n", | |
"[2025-02-20T16:35:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787701)\n", | |
"[2025-02-20T16:35:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787802)\n", | |
"[2025-02-20T16:35:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787900)\n", | |
"[2025-02-20T16:35:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788000)\n", | |
"[2025-02-20T16:35:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788101)\n", | |
"[2025-02-20T16:36:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788206)\n", | |
"[2025-02-20T16:36:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788300)\n", | |
"[2025-02-20T16:36:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788405)\n", | |
"[2025-02-20T16:36:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788502)\n", | |
"[2025-02-20T16:36:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788601)\n", | |
"[2025-02-20T16:36:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788703)\n", | |
"[2025-02-20T16:36:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788802)\n", | |
"[2025-02-20T16:36:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788901)\n", | |
"[2025-02-20T16:36:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789000)\n", | |
"[2025-02-20T16:36:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789101)\n", | |
"[2025-02-20T16:36:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789201)\n", | |
"[2025-02-20T16:36:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789300)\n", | |
"[2025-02-20T16:36:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789400)\n", | |
"[2025-02-20T16:36:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789502)\n", | |
"[2025-02-20T16:36:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789600)\n", | |
"[2025-02-20T16:36:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789703)\n", | |
"[2025-02-20T16:36:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789800)\n", | |
"[2025-02-20T16:36:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789900)\n", | |
"[2025-02-20T16:36:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790000)\n", | |
"[2025-02-20T16:36:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790100)\n", | |
"[2025-02-20T16:36:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790201)\n", | |
"[2025-02-20T16:36:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790303)\n", | |
"[2025-02-20T16:36:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790402)\n", | |
"[2025-02-20T16:36:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790502)\n", | |
"[2025-02-20T16:37:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790601)\n", | |
"[2025-02-20T16:37:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790700)\n", | |
"[2025-02-20T16:37:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790802)\n", | |
"[2025-02-20T16:37:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790900)\n", | |
"[2025-02-20T16:37:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791001)\n", | |
"[2025-02-20T16:37:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791104)\n", | |
"[2025-02-20T16:37:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791200)\n", | |
"[2025-02-20T16:37:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791301)\n", | |
"[2025-02-20T16:37:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791400)\n", | |
"[2025-02-20T16:37:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791503)\n", | |
"[2025-02-20T16:37:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791601)\n", | |
"[2025-02-20T16:37:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791700)\n", | |
"[2025-02-20T16:37:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791801)\n", | |
"[2025-02-20T16:37:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791901)\n", | |
"[2025-02-20T16:37:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792001)\n", | |
"[2025-02-20T16:37:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792102)\n", | |
"[2025-02-20T16:37:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792202)\n", | |
"[2025-02-20T16:37:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792300)\n", | |
"[2025-02-20T16:37:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792400)\n", | |
"[2025-02-20T16:37:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792501)\n", | |
"[2025-02-20T16:37:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792600)\n", | |
"[2025-02-20T16:37:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792701)\n", | |
"[2025-02-20T16:37:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792801)\n", | |
"[2025-02-20T16:38:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792900)\n", | |
"[2025-02-20T16:38:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793002)\n", | |
"[2025-02-20T16:38:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793100)\n", | |
"[2025-02-20T16:38:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793200)\n", | |
"[2025-02-20T16:38:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793300)\n", | |
"[2025-02-20T16:38:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793400)\n", | |
"[2025-02-20T16:38:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793500)\n", | |
"[2025-02-20T16:38:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793600)\n", | |
"[2025-02-20T16:38:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793702)\n", | |
"[2025-02-20T16:38:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793801)\n", | |
"[2025-02-20T16:38:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793900)\n", | |
"[2025-02-20T16:38:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794001)\n", | |
"[2025-02-20T16:38:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794102)\n", | |
"[2025-02-20T16:38:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794202)\n", | |
"[2025-02-20T16:38:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794300)\n", | |
"[2025-02-20T16:38:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794400)\n", | |
"[2025-02-20T16:38:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794500)\n", | |
"[2025-02-20T16:38:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794600)\n", | |
"[2025-02-20T16:38:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794701)\n", | |
"[2025-02-20T16:39:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794802)\n", | |
"[2025-02-20T16:39:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794907)\n", | |
"[2025-02-20T16:39:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795001)\n", | |
"[2025-02-20T16:39:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795101)\n", | |
"[2025-02-20T16:39:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795200)\n", | |
"[2025-02-20T16:39:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795300)\n", | |
"[2025-02-20T16:39:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795400)\n", | |
"[2025-02-20T16:39:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795500)\n", | |
"[2025-02-20T16:39:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795600)\n", | |
"[2025-02-20T16:39:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795701)\n", | |
"[2025-02-20T16:39:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795801)\n", | |
"[2025-02-20T16:39:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795905)\n", | |
"[2025-02-20T16:39:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796000)\n", | |
"[2025-02-20T16:39:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796102)\n", | |
"[2025-02-20T16:39:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796200)\n", | |
"[2025-02-20T16:39:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796300)\n", | |
"[2025-02-20T16:39:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796400)\n", | |
"[2025-02-20T16:39:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796504)\n", | |
"[2025-02-20T16:39:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796600)\n", | |
"[2025-02-20T16:40:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796701)\n", | |
"[2025-02-20T16:40:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796802)\n", | |
"[2025-02-20T16:40:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796903)\n", | |
"[2025-02-20T16:40:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797001)\n", | |
"[2025-02-20T16:40:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797105)\n", | |
"[2025-02-20T16:40:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797201)\n", | |
"[2025-02-20T16:40:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797302)\n", | |
"[2025-02-20T16:40:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797407)\n", | |
"[2025-02-20T16:40:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797500)\n", | |
"[2025-02-20T16:40:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797601)\n", | |
"[2025-02-20T16:40:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797704)\n", | |
"[2025-02-20T16:40:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797800)\n", | |
"[2025-02-20T16:40:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797903)\n", | |
"[2025-02-20T16:40:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798001)\n", | |
"[2025-02-20T16:40:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798102)\n", | |
"[2025-02-20T16:40:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798202)\n", | |
"[2025-02-20T16:40:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798300)\n", | |
"[2025-02-20T16:40:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798401)\n", | |
"[2025-02-20T16:40:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798500)\n", | |
"[2025-02-20T16:41:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798602)\n", | |
"[2025-02-20T16:41:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798700)\n", | |
"[2025-02-20T16:41:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798804)\n", | |
"[2025-02-20T16:41:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798904)\n", | |
"[2025-02-20T16:41:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799001)\n", | |
"[2025-02-20T16:41:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799101)\n", | |
"[2025-02-20T16:41:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799201)\n", | |
"[2025-02-20T16:41:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799305)\n", | |
"[2025-02-20T16:41:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799404)\n", | |
"[2025-02-20T16:41:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799500)\n", | |
"[2025-02-20T16:41:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799601)\n", | |
"[2025-02-20T16:41:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799705)\n", | |
"[2025-02-20T16:41:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799801)\n", | |
"[2025-02-20T16:41:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799900)\n", | |
"[2025-02-20T16:41:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800003)\n", | |
"[2025-02-20T16:41:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800100)\n", | |
"[2025-02-20T16:41:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800200)\n", | |
"[2025-02-20T16:41:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800302)\n", | |
"[2025-02-20T16:42:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800400)\n", | |
"[2025-02-20T16:42:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800501)\n", | |
"[2025-02-20T16:42:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800601)\n", | |
"[2025-02-20T16:42:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800706)\n", | |
"[2025-02-20T16:42:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800802)\n", | |
"[2025-02-20T16:42:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800901)\n", | |
"[2025-02-20T16:42:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801003)\n", | |
"[2025-02-20T16:42:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801100)\n", | |
"[2025-02-20T16:42:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801203)\n", | |
"[2025-02-20T16:42:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801302)\n", | |
"[2025-02-20T16:42:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801401)\n", | |
"[2025-02-20T16:42:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801500)\n", | |
"[2025-02-20T16:42:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801600)\n", | |
"[2025-02-20T16:42:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801701)\n", | |
"[2025-02-20T16:42:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801801)\n", | |
"[2025-02-20T16:42:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801903)\n", | |
"[2025-02-20T16:42:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802000)\n", | |
"[2025-02-20T16:42:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802105)\n", | |
"[2025-02-20T16:42:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802200)\n", | |
"[2025-02-20T16:42:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802308)\n", | |
"[2025-02-20T16:43:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802401)\n", | |
"[2025-02-20T16:43:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802504)\n", | |
"[2025-02-20T16:43:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802601)\n", | |
"[2025-02-20T16:43:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802700)\n", | |
"[2025-02-20T16:43:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802800)\n", | |
"[2025-02-20T16:43:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802906)\n", | |
"[2025-02-20T16:43:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803000)\n", | |
"[2025-02-20T16:43:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803103)\n", | |
"[2025-02-20T16:43:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803204)\n", | |
"[2025-02-20T16:43:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803304)\n", | |
"[2025-02-20T16:43:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803401)\n", | |
"[2025-02-20T16:43:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803504)\n", | |
"[2025-02-20T16:43:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803604)\n", | |
"[2025-02-20T16:43:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803700)\n", | |
"[2025-02-20T16:43:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803800)\n", | |
"[2025-02-20T16:43:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803903)\n", | |
"[2025-02-20T16:43:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804003)\n", | |
"[2025-02-20T16:43:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804101)\n", | |
"[2025-02-20T16:43:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804201)\n", | |
"[2025-02-20T16:43:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804302)\n", | |
"[2025-02-20T16:43:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804403)\n", | |
"[2025-02-20T16:44:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804507)\n", | |
"[2025-02-20T16:44:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804604)\n", | |
"[2025-02-20T16:44:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804707)\n", | |
"[2025-02-20T16:44:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804800)\n", | |
"[2025-02-20T16:44:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804900)\n", | |
"[2025-02-20T16:44:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805003)\n", | |
"[2025-02-20T16:44:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805104)\n", | |
"[2025-02-20T16:44:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805202)\n", | |
"[2025-02-20T16:44:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805302)\n", | |
"[2025-02-20T16:44:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805405)\n", | |
"[2025-02-20T16:44:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805500)\n", | |
"[2025-02-20T16:44:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805600)\n", | |
"[2025-02-20T16:44:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805703)\n", | |
"[2025-02-20T16:44:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805800)\n", | |
"[2025-02-20T16:44:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805900)\n", | |
"[2025-02-20T16:44:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806001)\n", | |
"[2025-02-20T16:44:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806101)\n", | |
"[2025-02-20T16:44:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806203)\n", | |
"[2025-02-20T16:45:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806300)\n", | |
"[2025-02-20T16:45:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806400)\n", | |
"[2025-02-20T16:45:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806502)\n", | |
"[2025-02-20T16:45:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806603)\n", | |
"[2025-02-20T16:45:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806700)\n", | |
"[2025-02-20T16:45:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806800)\n", | |
"[2025-02-20T16:45:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806901)\n", | |
"[2025-02-20T16:45:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807000)\n", | |
"[2025-02-20T16:45:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807103)\n", | |
"[2025-02-20T16:45:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807201)\n", | |
"[2025-02-20T16:45:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807300)\n", | |
"[2025-02-20T16:45:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807402)\n", | |
"[2025-02-20T16:45:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807500)\n", | |
"[2025-02-20T16:45:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807603)\n", | |
"[2025-02-20T16:45:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807702)\n", | |
"[2025-02-20T16:45:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807801)\n", | |
"[2025-02-20T16:45:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807902)\n", | |
"[2025-02-20T16:45:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808000)\n", | |
"[2025-02-20T16:45:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808102)\n", | |
"[2025-02-20T16:45:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808202)\n", | |
"[2025-02-20T16:46:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808300)\n", | |
"[2025-02-20T16:46:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808403)\n", | |
"[2025-02-20T16:46:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808502)\n", | |
"[2025-02-20T16:46:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808600)\n", | |
"[2025-02-20T16:46:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808701)\n", | |
"[2025-02-20T16:46:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808801)\n", | |
"[2025-02-20T16:46:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808901)\n", | |
"[2025-02-20T16:46:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809001)\n", | |
"[2025-02-20T16:46:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809101)\n", | |
"[2025-02-20T16:46:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809200)\n", | |
"[2025-02-20T16:46:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809303)\n", | |
"[2025-02-20T16:46:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809400)\n", | |
"[2025-02-20T16:46:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809504)\n", | |
"[2025-02-20T16:46:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809603)\n", | |
"[2025-02-20T16:46:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809700)\n", | |
"[2025-02-20T16:46:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809801)\n", | |
"[2025-02-20T16:46:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809905)\n", | |
"[2025-02-20T16:46:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810001)\n", | |
"[2025-02-20T16:47:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810101)\n", | |
"[2025-02-20T16:47:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810203)\n", | |
"[2025-02-20T16:47:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810300)\n", | |
"[2025-02-20T16:47:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810401)\n", | |
"[2025-02-20T16:47:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810507)\n", | |
"[2025-02-20T16:47:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810603)\n", | |
"[2025-02-20T16:47:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810703)\n", | |
"[2025-02-20T16:47:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810811)\n", | |
"[2025-02-20T16:47:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810900)\n", | |
"[2025-02-20T16:47:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811001)\n", | |
"[2025-02-20T16:47:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811102)\n", | |
"[2025-02-20T16:47:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811205)\n", | |
"[2025-02-20T16:47:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811301)\n", | |
"[2025-02-20T16:47:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811400)\n", | |
"[2025-02-20T16:47:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811501)\n", | |
"[2025-02-20T16:47:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811605)\n", | |
"[2025-02-20T16:47:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811704)\n", | |
"[2025-02-20T16:47:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811803)\n", | |
"[2025-02-20T16:48:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811901)\n", | |
"[2025-02-20T16:48:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812005)\n", | |
"[2025-02-20T16:48:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812102)\n", | |
"[2025-02-20T16:48:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812200)\n", | |
"[2025-02-20T16:48:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812304)\n", | |
"[2025-02-20T16:48:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812401)\n", | |
"[2025-02-20T16:48:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812502)\n", | |
"[2025-02-20T16:48:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812600)\n", | |
"[2025-02-20T16:48:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812701)\n", | |
"[2025-02-20T16:48:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812801)\n", | |
"[2025-02-20T16:48:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812902)\n", | |
"[2025-02-20T16:48:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813006)\n", | |
"[2025-02-20T16:48:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813101)\n", | |
"[2025-02-20T16:48:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813202)\n", | |
"[2025-02-20T16:48:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813302)\n", | |
"[2025-02-20T16:48:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813401)\n", | |
"[2025-02-20T16:48:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813503)\n", | |
"[2025-02-20T16:49:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813602)\n", | |
"[2025-02-20T16:49:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813703)\n", | |
"[2025-02-20T16:49:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813801)\n", | |
"[2025-02-20T16:49:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813900)\n", | |
"[2025-02-20T16:49:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814000)\n", | |
"[2025-02-20T16:49:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814103)\n", | |
"[2025-02-20T16:49:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814200)\n", | |
"[2025-02-20T16:49:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814303)\n", | |
"[2025-02-20T16:49:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814400)\n", | |
"[2025-02-20T16:49:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814510)\n", | |
"[2025-02-20T16:49:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814600)\n", | |
"[2025-02-20T16:49:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814702)\n", | |
"[2025-02-20T16:49:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814803)\n", | |
"[2025-02-20T16:49:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814900)\n", | |
"[2025-02-20T16:49:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815001)\n", | |
"[2025-02-20T16:49:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815104)\n", | |
"[2025-02-20T16:49:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815200)\n", | |
"[2025-02-20T16:49:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815300)\n", | |
"[2025-02-20T16:49:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815400)\n", | |
"[2025-02-20T16:49:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815500)\n", | |
"[2025-02-20T16:50:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815602)\n", | |
"[2025-02-20T16:50:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815701)\n", | |
"[2025-02-20T16:50:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815802)\n", | |
"[2025-02-20T16:50:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815901)\n", | |
"[2025-02-20T16:50:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816004)\n", | |
"[2025-02-20T16:50:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816102)\n", | |
"[2025-02-20T16:50:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816201)\n", | |
"[2025-02-20T16:50:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816301)\n", | |
"[2025-02-20T16:50:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816400)\n", | |
"[2025-02-20T16:50:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816501)\n", | |
"[2025-02-20T16:50:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816600)\n", | |
"[2025-02-20T16:50:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816701)\n", | |
"[2025-02-20T16:50:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816801)\n", | |
"[2025-02-20T16:50:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816900)\n", | |
"[2025-02-20T16:50:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817001)\n", | |
"[2025-02-20T16:50:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817100)\n", | |
"[2025-02-20T16:50:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817205)\n", | |
"[2025-02-20T16:50:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817300)\n", | |
"[2025-02-20T16:50:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817403)\n", | |
"[2025-02-20T16:50:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817501)\n", | |
"[2025-02-20T16:51:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817601)\n", | |
"[2025-02-20T16:51:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817700)\n", | |
"[2025-02-20T16:51:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817800)\n", | |
"[2025-02-20T16:51:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817900)\n", | |
"[2025-02-20T16:51:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818000)\n", | |
"[2025-02-20T16:51:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818101)\n", | |
"[2025-02-20T16:51:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818200)\n", | |
"[2025-02-20T16:51:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818302)\n", | |
"[2025-02-20T16:51:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818400)\n", | |
"[2025-02-20T16:51:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818500)\n", | |
"[2025-02-20T16:51:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818602)\n", | |
"[2025-02-20T16:51:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818700)\n", | |
"[2025-02-20T16:51:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818801)\n", | |
"[2025-02-20T16:51:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818904)\n", | |
"[2025-02-20T16:51:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819000)\n", | |
"[2025-02-20T16:51:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819101)\n", | |
"[2025-02-20T16:51:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819200)\n", | |
"[2025-02-20T16:51:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819300)\n", | |
"[2025-02-20T16:51:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819400)\n", | |
"[2025-02-20T16:52:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819501)\n", | |
"[2025-02-20T16:52:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819601)\n", | |
"[2025-02-20T16:52:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819700)\n", | |
"[2025-02-20T16:52:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819800)\n", | |
"[2025-02-20T16:52:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819900)\n", | |
"[2025-02-20T16:52:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820004)\n", | |
"[2025-02-20T16:52:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820103)\n", | |
"[2025-02-20T16:52:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820201)\n", | |
"[2025-02-20T16:52:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820300)\n", | |
"[2025-02-20T16:52:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820401)\n", | |
"[2025-02-20T16:52:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820501)\n", | |
"[2025-02-20T16:52:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820600)\n", | |
"[2025-02-20T16:52:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820700)\n", | |
"[2025-02-20T16:52:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820801)\n", | |
"[2025-02-20T16:52:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820901)\n", | |
"[2025-02-20T16:52:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821000)\n", | |
"[2025-02-20T16:52:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821100)\n", | |
"[2025-02-20T16:52:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821200)\n", | |
"[2025-02-20T16:52:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821300)\n", | |
"[2025-02-20T16:53:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821400)\n", | |
"[2025-02-20T16:53:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821500)\n", | |
"[2025-02-20T16:53:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821600)\n", | |
"[2025-02-20T16:53:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821700)\n", | |
"[2025-02-20T16:53:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821802)\n", | |
"[2025-02-20T16:53:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821901)\n", | |
"[2025-02-20T16:53:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822000)\n", | |
"[2025-02-20T16:53:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822102)\n", | |
"[2025-02-20T16:53:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822200)\n", | |
"[2025-02-20T16:53:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822300)\n", | |
"[2025-02-20T16:53:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822401)\n", | |
"[2025-02-20T16:53:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822502)\n", | |
"[2025-02-20T16:53:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822601)\n", | |
"[2025-02-20T16:53:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822700)\n", | |
"[2025-02-20T16:53:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822800)\n", | |
"[2025-02-20T16:53:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822901)\n", | |
"[2025-02-20T16:53:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823000)\n", | |
"[2025-02-20T16:53:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823102)\n", | |
"[2025-02-20T16:53:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823201)\n", | |
"[2025-02-20T16:53:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823300)\n", | |
"[2025-02-20T16:54:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823401)\n", | |
"[2025-02-20T16:54:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823501)\n", | |
"[2025-02-20T16:54:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823600)\n", | |
"[2025-02-20T16:54:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823702)\n", | |
"[2025-02-20T16:54:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823802)\n", | |
"[2025-02-20T16:54:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823902)\n", | |
"[2025-02-20T16:54:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824000)\n", | |
"[2025-02-20T16:54:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824102)\n", | |
"[2025-02-20T16:54:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824200)\n", | |
"[2025-02-20T16:54:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824303)\n", | |
"[2025-02-20T16:54:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824401)\n", | |
"[2025-02-20T16:54:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824502)\n", | |
"[2025-02-20T16:54:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824604)\n", | |
"[2025-02-20T16:54:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824700)\n", | |
"[2025-02-20T16:54:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824800)\n", | |
"[2025-02-20T16:54:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824901)\n", | |
"[2025-02-20T16:54:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825002)\n", | |
"[2025-02-20T16:54:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825100)\n", | |
"[2025-02-20T16:54:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825203)\n", | |
"[2025-02-20T16:54:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825303)\n", | |
"[2025-02-20T16:54:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825400)\n", | |
"[2025-02-20T16:55:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825500)\n", | |
"[2025-02-20T16:55:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825600)\n", | |
"[2025-02-20T16:55:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825700)\n", | |
"[2025-02-20T16:55:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825801)\n", | |
"[2025-02-20T16:55:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825900)\n", | |
"[2025-02-20T16:55:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826002)\n", | |
"[2025-02-20T16:55:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826100)\n", | |
"[2025-02-20T16:55:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826200)\n", | |
"[2025-02-20T16:55:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826302)\n", | |
"[2025-02-20T16:55:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826402)\n", | |
"[2025-02-20T16:55:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826501)\n", | |
"[2025-02-20T16:55:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826600)\n", | |
"[2025-02-20T16:55:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826700)\n", | |
"[2025-02-20T16:55:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826801)\n", | |
"[2025-02-20T16:55:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826900)\n", | |
"[2025-02-20T16:55:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827002)\n", | |
"[2025-02-20T16:55:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827100)\n", | |
"[2025-02-20T16:55:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827200)\n", | |
"[2025-02-20T16:55:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827302)\n", | |
"[2025-02-20T16:56:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827403)\n", | |
"[2025-02-20T16:56:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827501)\n", | |
"[2025-02-20T16:56:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827601)\n", | |
"[2025-02-20T16:56:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827700)\n", | |
"[2025-02-20T16:56:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827802)\n", | |
"[2025-02-20T16:56:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827900)\n", | |
"[2025-02-20T16:56:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828006)\n", | |
"[2025-02-20T16:56:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828101)\n", | |
"[2025-02-20T16:56:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828200)\n", | |
"[2025-02-20T16:56:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828300)\n", | |
"[2025-02-20T16:56:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828401)\n", | |
"[2025-02-20T16:56:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828500)\n", | |
"[2025-02-20T16:56:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828601)\n", | |
"[2025-02-20T16:56:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828700)\n", | |
"[2025-02-20T16:56:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828801)\n", | |
"[2025-02-20T16:56:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828900)\n", | |
"[2025-02-20T16:56:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829000)\n", | |
"[2025-02-20T16:56:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829101)\n", | |
"[2025-02-20T16:56:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829200)\n", | |
"[2025-02-20T16:56:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829302)\n", | |
"[2025-02-20T16:56:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829402)\n", | |
"[2025-02-20T16:56:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829501)\n", | |
"[2025-02-20T16:57:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829600)\n", | |
"[2025-02-20T16:57:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829701)\n", | |
"[2025-02-20T16:57:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829800)\n", | |
"[2025-02-20T16:57:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829904)\n", | |
"[2025-02-20T16:57:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830000)\n", | |
"[2025-02-20T16:57:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830101)\n", | |
"[2025-02-20T16:57:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830201)\n", | |
"[2025-02-20T16:57:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830301)\n", | |
"[2025-02-20T16:57:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830403)\n", | |
"[2025-02-20T16:57:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830500)\n", | |
"[2025-02-20T16:57:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830603)\n", | |
"[2025-02-20T16:57:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830701)\n", | |
"[2025-02-20T16:57:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830801)\n", | |
"[2025-02-20T16:57:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830901)\n", | |
"[2025-02-20T16:57:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831001)\n", | |
"[2025-02-20T16:57:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831104)\n", | |
"[2025-02-20T16:57:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831201)\n", | |
"[2025-02-20T16:57:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831300)\n", | |
"[2025-02-20T16:57:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831405)\n", | |
"[2025-02-20T16:58:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831503)\n", | |
"[2025-02-20T16:58:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831600)\n", | |
"[2025-02-20T16:58:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831700)\n", | |
"[2025-02-20T16:58:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831802)\n", | |
"[2025-02-20T16:58:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831901)\n", | |
"[2025-02-20T16:58:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832001)\n", | |
"[2025-02-20T16:58:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832105)\n", | |
"[2025-02-20T16:58:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832200)\n", | |
"[2025-02-20T16:58:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832300)\n", | |
"[2025-02-20T16:58:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832400)\n", | |
"[2025-02-20T16:58:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832504)\n", | |
"[2025-02-20T16:58:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832600)\n", | |
"[2025-02-20T16:58:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832700)\n", | |
"[2025-02-20T16:58:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832801)\n", | |
"[2025-02-20T16:58:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832900)\n", | |
"[2025-02-20T16:58:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833000)\n", | |
"[2025-02-20T16:58:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833100)\n", | |
"[2025-02-20T16:58:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833200)\n", | |
"[2025-02-20T16:58:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833301)\n", | |
"[2025-02-20T16:58:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833400)\n", | |
"[2025-02-20T16:59:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833501)\n", | |
"[2025-02-20T16:59:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833603)\n", | |
"[2025-02-20T16:59:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833700)\n", | |
"[2025-02-20T16:59:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833802)\n", | |
"[2025-02-20T16:59:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833901)\n", | |
"[2025-02-20T16:59:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834001)\n", | |
"[2025-02-20T16:59:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834101)\n", | |
"[2025-02-20T16:59:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834202)\n", | |
"[2025-02-20T16:59:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834300)\n", | |
"[2025-02-20T16:59:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834402)\n", | |
"[2025-02-20T16:59:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834501)\n", | |
"[2025-02-20T16:59:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834600)\n", | |
"[2025-02-20T16:59:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834700)\n", | |
"[2025-02-20T16:59:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834803)\n", | |
"[2025-02-20T16:59:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834901)\n", | |
"[2025-02-20T16:59:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835001)\n", | |
"[2025-02-20T16:59:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835104)\n", | |
"[2025-02-20T16:59:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835201)\n", | |
"[2025-02-20T16:59:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835301)\n", | |
"[2025-02-20T16:59:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835400)\n", | |
"[2025-02-20T17:00:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835501)\n", | |
"[2025-02-20T17:00:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835602)\n", | |
"[2025-02-20T17:00:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835700)\n", | |
"[2025-02-20T17:00:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835802)\n", | |
"[2025-02-20T17:00:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835900)\n", | |
"[2025-02-20T17:00:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836003)\n", | |
"[2025-02-20T17:00:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836104)\n", | |
"[2025-02-20T17:00:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836201)\n", | |
"[2025-02-20T17:00:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836304)\n", | |
"[2025-02-20T17:00:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836400)\n", | |
"[2025-02-20T17:00:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836500)\n", | |
"[2025-02-20T17:00:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836600)\n", | |
"[2025-02-20T17:00:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836700)\n", | |
"[2025-02-20T17:00:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836800)\n", | |
"[2025-02-20T17:00:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836900)\n", | |
"[2025-02-20T17:00:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837000)\n", | |
"[2025-02-20T17:00:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837102)\n", | |
"[2025-02-20T17:00:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837200)\n", | |
"[2025-02-20T17:01:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837306)\n", | |
"[2025-02-20T17:01:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837401)\n", | |
"[2025-02-20T17:01:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837500)\n", | |
"[2025-02-20T17:01:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837600)\n", | |
"[2025-02-20T17:01:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837702)\n", | |
"[2025-02-20T17:01:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837801)\n", | |
"[2025-02-20T17:01:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837908)\n", | |
"[2025-02-20T17:01:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838001)\n", | |
"[2025-02-20T17:01:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838100)\n", | |
"[2025-02-20T17:01:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838200)\n", | |
"[2025-02-20T17:01:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838302)\n", | |
"[2025-02-20T17:01:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838401)\n", | |
"[2025-02-20T17:01:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838500)\n", | |
"[2025-02-20T17:01:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838603)\n", | |
"[2025-02-20T17:01:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838700)\n", | |
"[2025-02-20T17:01:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838800)\n", | |
"[2025-02-20T17:01:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838906)\n", | |
"[2025-02-20T17:01:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839001)\n", | |
"[2025-02-20T17:02:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839100)\n", | |
"[2025-02-20T17:02:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839200)\n", | |
"[2025-02-20T17:02:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839304)\n", | |
"[2025-02-20T17:02:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839401)\n", | |
"[2025-02-20T17:02:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839500)\n", | |
"[2025-02-20T17:02:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839602)\n", | |
"[2025-02-20T17:02:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839702)\n", | |
"[2025-02-20T17:02:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839802)\n", | |
"[2025-02-20T17:02:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839901)\n", | |
"[2025-02-20T17:02:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840000)\n", | |
"[2025-02-20T17:02:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840100)\n", | |
"[2025-02-20T17:02:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840200)\n", | |
"[2025-02-20T17:02:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840300)\n", | |
"[2025-02-20T17:02:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840402)\n", | |
"[2025-02-20T17:02:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840502)\n", | |
"[2025-02-20T17:02:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840601)\n", | |
"[2025-02-20T17:02:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840700)\n", | |
"[2025-02-20T17:02:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840800)\n", | |
"[2025-02-20T17:02:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840901)\n", | |
"[2025-02-20T17:02:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841001)\n", | |
"[2025-02-20T17:02:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841102)\n", | |
"[2025-02-20T17:03:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841200)\n", | |
"[2025-02-20T17:03:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841301)\n", | |
"[2025-02-20T17:03:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841400)\n", | |
"[2025-02-20T17:03:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841500)\n", | |
"[2025-02-20T17:03:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841600)\n", | |
"[2025-02-20T17:03:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841700)\n", | |
"[2025-02-20T17:03:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841800)\n", | |
"[2025-02-20T17:03:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841900)\n", | |
"[2025-02-20T17:03:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842000)\n", | |
"[2025-02-20T17:03:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842100)\n", | |
"[2025-02-20T17:03:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842200)\n", | |
"[2025-02-20T17:03:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842300)\n", | |
"[2025-02-20T17:03:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842400)\n", | |
"[2025-02-20T17:03:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842500)\n", | |
"[2025-02-20T17:03:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842605)\n", | |
"[2025-02-20T17:03:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842700)\n", | |
"[2025-02-20T17:03:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842800)\n", | |
"[2025-02-20T17:03:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842900)\n", | |
"[2025-02-20T17:03:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843000)\n", | |
"[2025-02-20T17:04:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843101)\n", | |
"[2025-02-20T17:04:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843200)\n", | |
"[2025-02-20T17:04:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843301)\n", | |
"[2025-02-20T17:04:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843400)\n", | |
"[2025-02-20T17:04:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843503)\n", | |
"[2025-02-20T17:04:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843601)\n", | |
"[2025-02-20T17:04:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843700)\n", | |
"[2025-02-20T17:04:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843801)\n", | |
"[2025-02-20T17:04:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843901)\n", | |
"[2025-02-20T17:04:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844005)\n", | |
"[2025-02-20T17:04:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844101)\n", | |
"[2025-02-20T17:04:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844208)\n", | |
"[2025-02-20T17:04:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844300)\n", | |
"[2025-02-20T17:04:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844400)\n", | |
"[2025-02-20T17:04:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844504)\n", | |
"[2025-02-20T17:04:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844600)\n", | |
"[2025-02-20T17:04:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844701)\n", | |
"[2025-02-20T17:04:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844801)\n", | |
"[2025-02-20T17:05:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844901)\n", | |
"[2025-02-20T17:05:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845001)\n", | |
"[2025-02-20T17:05:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845104)\n", | |
"[2025-02-20T17:05:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845201)\n", | |
"[2025-02-20T17:05:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845301)\n", | |
"[2025-02-20T17:05:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845400)\n", | |
"[2025-02-20T17:05:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845501)\n", | |
"[2025-02-20T17:05:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845600)\n", | |
"[2025-02-20T17:05:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845701)\n", | |
"[2025-02-20T17:05:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845800)\n", | |
"[2025-02-20T17:05:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845900)\n", | |
"[2025-02-20T17:05:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846001)\n", | |
"[2025-02-20T17:05:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846100)\n", | |
"[2025-02-20T17:05:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846202)\n", | |
"[2025-02-20T17:05:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846302)\n", | |
"[2025-02-20T17:05:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846403)\n", | |
"[2025-02-20T17:06:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846500)\n", | |
"[2025-02-20T17:06:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846600)\n", | |
"[2025-02-20T17:06:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846701)\n", | |
"[2025-02-20T17:06:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846801)\n", | |
"[2025-02-20T17:06:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846900)\n", | |
"[2025-02-20T17:06:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847001)\n", | |
"[2025-02-20T17:06:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847101)\n", | |
"[2025-02-20T17:06:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847201)\n", | |
"[2025-02-20T17:06:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847301)\n", | |
"[2025-02-20T17:06:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847400)\n", | |
"[2025-02-20T17:06:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847500)\n", | |
"[2025-02-20T17:06:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847601)\n", | |
"[2025-02-20T17:06:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847700)\n", | |
"[2025-02-20T17:06:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847801)\n", | |
"[2025-02-20T17:06:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847904)\n", | |
"[2025-02-20T17:06:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848000)\n", | |
"[2025-02-20T17:06:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848100)\n", | |
"[2025-02-20T17:06:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848200)\n", | |
"[2025-02-20T17:07:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848302)\n", | |
"[2025-02-20T17:07:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848400)\n", | |
"[2025-02-20T17:07:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848500)\n", | |
"[2025-02-20T17:07:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848600)\n", | |
"[2025-02-20T17:07:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848700)\n", | |
"[2025-02-20T17:07:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848800)\n", | |
"[2025-02-20T17:07:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848902)\n", | |
"[2025-02-20T17:07:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849000)\n", | |
"[2025-02-20T17:07:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849100)\n", | |
"[2025-02-20T17:07:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849201)\n", | |
"[2025-02-20T17:07:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849300)\n", | |
"[2025-02-20T17:07:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849400)\n", | |
"[2025-02-20T17:07:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849500)\n", | |
"[2025-02-20T17:07:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849603)\n", | |
"[2025-02-20T17:07:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849700)\n", | |
"[2025-02-20T17:07:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849800)\n", | |
"[2025-02-20T17:08:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849900)\n", | |
"[2025-02-20T17:08:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850000)\n", | |
"[2025-02-20T17:08:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850102)\n", | |
"[2025-02-20T17:08:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850200)\n", | |
"[2025-02-20T17:08:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850300)\n", | |
"[2025-02-20T17:08:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850400)\n", | |
"[2025-02-20T17:08:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850500)\n", | |
"[2025-02-20T17:08:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850603)\n", | |
"[2025-02-20T17:08:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850701)\n", | |
"[2025-02-20T17:08:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850800)\n", | |
"[2025-02-20T17:08:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850900)\n", | |
"[2025-02-20T17:08:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851003)\n", | |
"[2025-02-20T17:08:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851101)\n", | |
"[2025-02-20T17:08:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851201)\n", | |
"[2025-02-20T17:08:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851302)\n", | |
"[2025-02-20T17:08:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851402)\n", | |
"[2025-02-20T17:09:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851500)\n", | |
"[2025-02-20T17:09:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851600)\n", | |
"[2025-02-20T17:09:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851702)\n", | |
"[2025-02-20T17:09:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851801)\n", | |
"[2025-02-20T17:09:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851901)\n", | |
"[2025-02-20T17:09:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852001)\n", | |
"[2025-02-20T17:09:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852103)\n", | |
"[2025-02-20T17:09:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852202)\n", | |
"[2025-02-20T17:09:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852301)\n", | |
"[2025-02-20T17:09:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852400)\n", | |
"[2025-02-20T17:09:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852502)\n", | |
"[2025-02-20T17:09:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852600)\n", | |
"[2025-02-20T17:09:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852710)\n", | |
"[2025-02-20T17:09:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852800)\n", | |
"[2025-02-20T17:09:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852900)\n", | |
"[2025-02-20T17:09:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853000)\n", | |
"[2025-02-20T17:09:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853100)\n", | |
"[2025-02-20T17:10:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853200)\n", | |
"[2025-02-20T17:10:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853302)\n", | |
"[2025-02-20T17:10:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853403)\n", | |
"[2025-02-20T17:10:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853500)\n", | |
"[2025-02-20T17:10:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853600)\n", | |
"[2025-02-20T17:10:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853703)\n", | |
"[2025-02-20T17:10:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853802)\n", | |
"[2025-02-20T17:10:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853902)\n", | |
"[2025-02-20T17:10:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854001)\n", | |
"[2025-02-20T17:10:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854102)\n", | |
"[2025-02-20T17:10:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854206)\n", | |
"[2025-02-20T17:10:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854304)\n", | |
"[2025-02-20T17:10:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854400)\n", | |
"[2025-02-20T17:10:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854501)\n", | |
"[2025-02-20T17:11:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854602)\n", | |
"[2025-02-20T17:11:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854703)\n", | |
"[2025-02-20T17:11:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854800)\n", | |
"[2025-02-20T17:11:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854901)\n", | |
"[2025-02-20T17:11:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855004)\n", | |
"[2025-02-20T17:11:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855101)\n", | |
"[2025-02-20T17:11:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855202)\n", | |
"[2025-02-20T17:11:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855301)\n", | |
"[2025-02-20T17:11:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855407)\n", | |
"[2025-02-20T17:11:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855500)\n", | |
"[2025-02-20T17:11:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855607)\n", | |
"[2025-02-20T17:11:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855701)\n", | |
"[2025-02-20T17:11:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855804)\n", | |
"[2025-02-20T17:11:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855903)\n", | |
"[2025-02-20T17:11:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856002)\n", | |
"[2025-02-20T17:11:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856100)\n", | |
"[2025-02-20T17:11:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856201)\n", | |
"[2025-02-20T17:12:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856305)\n", | |
"[2025-02-20T17:12:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856404)\n", | |
"[2025-02-20T17:12:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856500)\n", | |
"[2025-02-20T17:12:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856601)\n", | |
"[2025-02-20T17:12:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856702)\n", | |
"[2025-02-20T17:12:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856800)\n", | |
"[2025-02-20T17:12:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856900)\n", | |
"[2025-02-20T17:12:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857001)\n", | |
"[2025-02-20T17:12:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857104)\n", | |
"[2025-02-20T17:12:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857201)\n", | |
"[2025-02-20T17:12:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857301)\n", | |
"[2025-02-20T17:12:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857400)\n", | |
"[2025-02-20T17:12:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857501)\n", | |
"[2025-02-20T17:12:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857601)\n", | |
"[2025-02-20T17:12:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857700)\n", | |
"[2025-02-20T17:12:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857800)\n", | |
"[2025-02-20T17:12:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857910)\n", | |
"[2025-02-20T17:12:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858000)\n", | |
"[2025-02-20T17:13:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858100)\n", | |
"[2025-02-20T17:13:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858202)\n", | |
"[2025-02-20T17:13:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858301)\n", | |
"[2025-02-20T17:13:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858401)\n", | |
"[2025-02-20T17:13:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858501)\n", | |
"[2025-02-20T17:13:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858600)\n", | |
"[2025-02-20T17:13:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858700)\n", | |
"[2025-02-20T17:13:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858801)\n", | |
"[2025-02-20T17:13:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858900)\n", | |
"[2025-02-20T17:13:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859002)\n", | |
"[2025-02-20T17:13:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859101)\n", | |
"[2025-02-20T17:13:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859203)\n", | |
"[2025-02-20T17:13:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859300)\n", | |
"[2025-02-20T17:13:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859401)\n", | |
"[2025-02-20T17:13:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859503)\n", | |
"[2025-02-20T17:13:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859600)\n", | |
"[2025-02-20T17:13:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859707)\n", | |
"[2025-02-20T17:14:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859800)\n", | |
"[2025-02-20T17:14:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859900)\n", | |
"[2025-02-20T17:14:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860000)\n", | |
"[2025-02-20T17:14:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860101)\n", | |
"[2025-02-20T17:14:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860201)\n", | |
"[2025-02-20T17:14:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860302)\n", | |
"[2025-02-20T17:14:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860402)\n", | |
"[2025-02-20T17:14:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860501)\n", | |
"[2025-02-20T17:14:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860600)\n", | |
"[2025-02-20T17:14:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860700)\n", | |
"[2025-02-20T17:14:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860800)\n", | |
"[2025-02-20T17:14:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860900)\n", | |
"[2025-02-20T17:14:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861001)\n", | |
"[2025-02-20T17:14:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861100)\n", | |
"[2025-02-20T17:14:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861201)\n", | |
"[2025-02-20T17:14:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861301)\n", | |
"[2025-02-20T17:15:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861400)\n", | |
"[2025-02-20T17:15:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861501)\n", | |
"[2025-02-20T17:15:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861601)\n", | |
"[2025-02-20T17:15:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861700)\n", | |
"[2025-02-20T17:15:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861800)\n", | |
"[2025-02-20T17:15:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861900)\n", | |
"[2025-02-20T17:15:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862003)\n", | |
"[2025-02-20T17:15:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862100)\n", | |
"[2025-02-20T17:15:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862200)\n", | |
"[2025-02-20T17:15:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862301)\n", | |
"[2025-02-20T17:15:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862400)\n", | |
"[2025-02-20T17:15:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862500)\n", | |
"[2025-02-20T17:15:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862600)\n", | |
"[2025-02-20T17:15:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862704)\n", | |
"[2025-02-20T17:15:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862800)\n", | |
"[2025-02-20T17:15:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862901)\n", | |
"[2025-02-20T17:16:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863005)\n", | |
"[2025-02-20T17:16:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863101)\n", | |
"[2025-02-20T17:16:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863200)\n", | |
"[2025-02-20T17:16:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863304)\n", | |
"[2025-02-20T17:16:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863400)\n", | |
"[2025-02-20T17:16:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863502)\n", | |
"[2025-02-20T17:16:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863601)\n", | |
"[2025-02-20T17:16:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863702)\n", | |
"[2025-02-20T17:16:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863804)\n", | |
"[2025-02-20T17:16:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863900)\n", | |
"[2025-02-20T17:16:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864002)\n", | |
"[2025-02-20T17:16:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864102)\n", | |
"[2025-02-20T17:16:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864202)\n", | |
"[2025-02-20T17:16:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864300)\n", | |
"[2025-02-20T17:16:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864405)\n", | |
"[2025-02-20T17:16:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864503)\n", | |
"[2025-02-20T17:16:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864600)\n", | |
"[2025-02-20T17:16:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864700)\n", | |
"[2025-02-20T17:17:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864800)\n", | |
"[2025-02-20T17:17:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864901)\n", | |
"[2025-02-20T17:17:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865001)\n", | |
"[2025-02-20T17:17:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865101)\n", | |
"[2025-02-20T17:17:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865200)\n", | |
"[2025-02-20T17:17:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865301)\n", | |
"[2025-02-20T17:17:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865404)\n", | |
"[2025-02-20T17:17:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865503)\n", | |
"[2025-02-20T17:17:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865600)\n", | |
"[2025-02-20T17:17:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865700)\n", | |
"[2025-02-20T17:17:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865802)\n", | |
"[2025-02-20T17:17:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865900)\n", | |
"[2025-02-20T17:17:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866001)\n", | |
"[2025-02-20T17:17:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866100)\n", | |
"[2025-02-20T17:17:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866201)\n", | |
"[2025-02-20T17:17:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866300)\n", | |
"[2025-02-20T17:17:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866400)\n", | |
"[2025-02-20T17:17:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866503)\n", | |
"[2025-02-20T17:18:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866601)\n", | |
"[2025-02-20T17:18:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866702)\n", | |
"[2025-02-20T17:18:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866801)\n", | |
"[2025-02-20T17:18:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866904)\n", | |
"[2025-02-20T17:18:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867001)\n", | |
"[2025-02-20T17:18:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867101)\n", | |
"[2025-02-20T17:18:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867200)\n", | |
"[2025-02-20T17:18:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867302)\n", | |
"[2025-02-20T17:18:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867400)\n", | |
"[2025-02-20T17:18:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867500)\n", | |
"[2025-02-20T17:18:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867600)\n", | |
"[2025-02-20T17:18:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867701)\n", | |
"[2025-02-20T17:18:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867801)\n", | |
"[2025-02-20T17:18:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867902)\n", | |
"[2025-02-20T17:18:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868000)\n", | |
"[2025-02-20T17:18:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868100)\n", | |
"[2025-02-20T17:18:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868201)\n", | |
"[2025-02-20T17:18:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868303)\n", | |
"[2025-02-20T17:19:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868400)\n", | |
"[2025-02-20T17:19:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868500)\n", | |
"[2025-02-20T17:19:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868601)\n", | |
"[2025-02-20T17:19:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868702)\n", | |
"[2025-02-20T17:19:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868800)\n", | |
"[2025-02-20T17:19:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868905)\n", | |
"[2025-02-20T17:19:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869000)\n", | |
"[2025-02-20T17:19:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869102)\n", | |
"[2025-02-20T17:19:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869200)\n", | |
"[2025-02-20T17:19:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869303)\n", | |
"[2025-02-20T17:19:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869402)\n", | |
"[2025-02-20T17:19:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869502)\n", | |
"[2025-02-20T17:19:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869603)\n", | |
"[2025-02-20T17:19:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869700)\n", | |
"[2025-02-20T17:19:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869802)\n", | |
"[2025-02-20T17:19:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869900)\n", | |
"[2025-02-20T17:19:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870002)\n", | |
"[2025-02-20T17:19:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870100)\n", | |
"[2025-02-20T17:20:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870200)\n", | |
"[2025-02-20T17:20:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870301)\n", | |
"[2025-02-20T17:20:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870401)\n", | |
"[2025-02-20T17:20:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870500)\n", | |
"[2025-02-20T17:20:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870600)\n", | |
"[2025-02-20T17:20:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870700)\n", | |
"[2025-02-20T17:20:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870803)\n", | |
"[2025-02-20T17:20:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870902)\n", | |
"[2025-02-20T17:20:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871001)\n", | |
"[2025-02-20T17:20:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871102)\n", | |
"[2025-02-20T17:20:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871200)\n", | |
"[2025-02-20T17:20:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871301)\n", | |
"[2025-02-20T17:20:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871400)\n", | |
"[2025-02-20T17:20:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871501)\n", | |
"[2025-02-20T17:20:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871601)\n", | |
"[2025-02-20T17:20:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871704)\n", | |
"[2025-02-20T17:20:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871805)\n", | |
"[2025-02-20T17:20:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871900)\n", | |
"[2025-02-20T17:21:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872001)\n", | |
"[2025-02-20T17:21:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872100)\n", | |
"[2025-02-20T17:21:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872201)\n", | |
"[2025-02-20T17:21:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872300)\n", | |
"[2025-02-20T17:21:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872402)\n", | |
"[2025-02-20T17:21:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872500)\n", | |
"[2025-02-20T17:21:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872601)\n", | |
"[2025-02-20T17:21:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872700)\n", | |
"[2025-02-20T17:21:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872802)\n", | |
"[2025-02-20T17:21:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872902)\n", | |
"[2025-02-20T17:21:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873001)\n", | |
"[2025-02-20T17:21:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873100)\n", | |
"[2025-02-20T17:21:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873201)\n", | |
"[2025-02-20T17:21:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873300)\n", | |
"[2025-02-20T17:21:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873400)\n", | |
"[2025-02-20T17:21:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873504)\n", | |
"[2025-02-20T17:21:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873603)\n", | |
"[2025-02-20T17:21:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873706)\n", | |
"[2025-02-20T17:21:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873800)\n", | |
"[2025-02-20T17:21:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873904)\n", | |
"[2025-02-20T17:22:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874000)\n", | |
"[2025-02-20T17:22:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874101)\n", | |
"[2025-02-20T17:22:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874203)\n", | |
"[2025-02-20T17:22:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874301)\n", | |
"[2025-02-20T17:22:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874400)\n", | |
"[2025-02-20T17:22:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874501)\n", | |
"[2025-02-20T17:22:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874601)\n", | |
"[2025-02-20T17:22:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874702)\n", | |
"[2025-02-20T17:22:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874802)\n", | |
"[2025-02-20T17:22:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874900)\n", | |
"[2025-02-20T17:22:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875001)\n", | |
"[2025-02-20T17:22:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875102)\n", | |
"[2025-02-20T17:22:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875200)\n", | |
"[2025-02-20T17:22:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875300)\n", | |
"[2025-02-20T17:22:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875400)\n", | |
"[2025-02-20T17:22:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875500)\n", | |
"[2025-02-20T17:23:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875601)\n", | |
"[2025-02-20T17:23:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875701)\n", | |
"[2025-02-20T17:23:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875802)\n", | |
"[2025-02-20T17:23:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875903)\n", | |
"[2025-02-20T17:23:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876002)\n", | |
"[2025-02-20T17:23:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876100)\n", | |
"[2025-02-20T17:23:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876201)\n", | |
"[2025-02-20T17:23:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876300)\n", | |
"[2025-02-20T17:23:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876401)\n", | |
"[2025-02-20T17:23:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876500)\n", | |
"[2025-02-20T17:23:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876603)\n", | |
"[2025-02-20T17:23:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876700)\n", | |
"[2025-02-20T17:23:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876803)\n", | |
"[2025-02-20T17:23:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876901)\n", | |
"[2025-02-20T17:24:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877003)\n", | |
"[2025-02-20T17:24:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877102)\n", | |
"[2025-02-20T17:24:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877205)\n", | |
"[2025-02-20T17:24:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877301)\n", | |
"[2025-02-20T17:24:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877402)\n", | |
"[2025-02-20T17:24:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877500)\n", | |
"[2025-02-20T17:24:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877600)\n", | |
"[2025-02-20T17:24:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877700)\n", | |
"[2025-02-20T17:24:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877802)\n", | |
"[2025-02-20T17:24:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877901)\n", | |
"[2025-02-20T17:24:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878000)\n", | |
"[2025-02-20T17:24:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878101)\n", | |
"[2025-02-20T17:24:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878200)\n", | |
"[2025-02-20T17:24:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878301)\n", | |
"[2025-02-20T17:25:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878401)\n", | |
"[2025-02-20T17:25:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878501)\n", | |
"[2025-02-20T17:25:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878601)\n", | |
"[2025-02-20T17:25:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878703)\n", | |
"[2025-02-20T17:25:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878802)\n", | |
"[2025-02-20T17:25:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878901)\n", | |
"[2025-02-20T17:25:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879003)\n", | |
"[2025-02-20T17:25:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879101)\n", | |
"[2025-02-20T17:25:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879203)\n", | |
"[2025-02-20T17:25:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879300)\n", | |
"[2025-02-20T17:25:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879401)\n", | |
"[2025-02-20T17:25:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879500)\n", | |
"[2025-02-20T17:25:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879600)\n", | |
"[2025-02-20T17:26:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879701)\n", | |
"[2025-02-20T17:26:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879800)\n", | |
"[2025-02-20T17:26:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879901)\n", | |
"[2025-02-20T17:26:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880002)\n", | |
"[2025-02-20T17:26:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880100)\n", | |
"[2025-02-20T17:26:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880200)\n", | |
"[2025-02-20T17:26:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880300)\n", | |
"[2025-02-20T17:26:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880400)\n", | |
"[2025-02-20T17:26:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880501)\n", | |
"[2025-02-20T17:26:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880602)\n", | |
"[2025-02-20T17:26:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880700)\n", | |
"[2025-02-20T17:26:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880800)\n", | |
"[2025-02-20T17:26:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880901)\n", | |
"[2025-02-20T17:26:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881004)\n", | |
"[2025-02-20T17:27:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881100)\n", | |
"[2025-02-20T17:27:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881201)\n", | |
"[2025-02-20T17:27:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881306)\n", | |
"[2025-02-20T17:27:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881400)\n", | |
"[2025-02-20T17:27:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881501)\n", | |
"[2025-02-20T17:27:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881601)\n", | |
"[2025-02-20T17:27:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881708)\n", | |
"[2025-02-20T17:27:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881803)\n", | |
"[2025-02-20T17:27:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881902)\n", | |
"[2025-02-20T17:27:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882000)\n", | |
"[2025-02-20T17:27:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882100)\n", | |
"[2025-02-20T17:27:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882200)\n", | |
"[2025-02-20T17:27:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882300)\n", | |
"[2025-02-20T17:27:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882400)\n", | |
"[2025-02-20T17:27:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882501)\n", | |
"[2025-02-20T17:28:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882600)\n", | |
"[2025-02-20T17:28:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882700)\n", | |
"[2025-02-20T17:28:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882803)\n", | |
"[2025-02-20T17:28:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882900)\n", | |
"[2025-02-20T17:28:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883000)\n", | |
"[2025-02-20T17:28:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883104)\n", | |
"[2025-02-20T17:28:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883201)\n", | |
"[2025-02-20T17:28:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883305)\n", | |
"[2025-02-20T17:28:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883403)\n", | |
"[2025-02-20T17:28:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883505)\n", | |
"[2025-02-20T17:28:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883603)\n", | |
"[2025-02-20T17:28:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883701)\n", | |
"[2025-02-20T17:28:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883807)\n", | |
"[2025-02-20T17:28:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883901)\n", | |
"[2025-02-20T17:28:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884005)\n", | |
"[2025-02-20T17:28:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884101)\n", | |
"[2025-02-20T17:28:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884203)\n", | |
"[2025-02-20T17:29:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884301)\n", | |
"[2025-02-20T17:29:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884402)\n", | |
"[2025-02-20T17:29:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884503)\"\"\"" | |
], | |
"metadata": { | |
"id": "SCgmhD0fhC2Y" | |
}, | |
"execution_count": 4, | |
"outputs": [] | |
}, | |
{ | |
"cell_type": "code", | |
"source": [ | |
"log_16_threads = \"\"\"[2025-02-20T21:51:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700109)\n", | |
"[2025-02-20T21:51:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700200)\n", | |
"[2025-02-20T21:51:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700313)\n", | |
"[2025-02-20T21:51:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700413)\n", | |
"[2025-02-20T21:51:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700510)\n", | |
"[2025-02-20T21:51:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700603)\n", | |
"[2025-02-20T21:51:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700699)\n", | |
"[2025-02-20T21:51:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700803)\n", | |
"[2025-02-20T21:51:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700908)\n", | |
"[2025-02-20T21:51:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701010)\n", | |
"[2025-02-20T21:52:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701106)\n", | |
"[2025-02-20T21:52:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701208)\n", | |
"[2025-02-20T21:52:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701301)\n", | |
"[2025-02-20T21:52:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701402)\n", | |
"[2025-02-20T21:52:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701510)\n", | |
"[2025-02-20T21:52:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701601)\n", | |
"[2025-02-20T21:52:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701703)\n", | |
"[2025-02-20T21:52:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701807)\n", | |
"[2025-02-20T21:52:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701906)\n", | |
"[2025-02-20T21:52:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702000)\n", | |
"[2025-02-20T21:52:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702105)\n", | |
"[2025-02-20T21:52:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702207)\n", | |
"[2025-02-20T21:53:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702304)\n", | |
"[2025-02-20T21:53:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702405)\n", | |
"[2025-02-20T21:53:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702500)\n", | |
"[2025-02-20T21:53:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702606)\n", | |
"[2025-02-20T21:53:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702710)\n", | |
"[2025-02-20T21:53:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702801)\n", | |
"[2025-02-20T21:53:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702909)\n", | |
"[2025-02-20T21:53:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703001)\n", | |
"[2025-02-20T21:53:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703106)\n", | |
"[2025-02-20T21:53:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703207)\n", | |
"[2025-02-20T21:53:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703305)\n", | |
"[2025-02-20T21:53:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703403)\n", | |
"[2025-02-20T21:54:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703508)\n", | |
"[2025-02-20T21:54:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703612)\n", | |
"[2025-02-20T21:54:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703706)\n", | |
"[2025-02-20T21:54:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703802)\n", | |
"[2025-02-20T21:54:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703903)\n", | |
"[2025-02-20T21:54:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704000)\n", | |
"[2025-02-20T21:54:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704100)\n", | |
"[2025-02-20T21:54:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704217)\n", | |
"[2025-02-20T21:54:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704312)\n", | |
"[2025-02-20T21:54:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704401)\n", | |
"[2025-02-20T21:54:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704503)\n", | |
"[2025-02-20T21:55:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704603)\n", | |
"[2025-02-20T21:55:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704700)\n", | |
"[2025-02-20T21:55:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704809)\n", | |
"[2025-02-20T21:55:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704910)\n", | |
"[2025-02-20T21:55:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705000)\n", | |
"[2025-02-20T21:55:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705106)\n", | |
"[2025-02-20T21:55:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705200)\n", | |
"[2025-02-20T21:55:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705308)\n", | |
"[2025-02-20T21:55:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705406)\n", | |
"[2025-02-20T21:55:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705503)\n", | |
"[2025-02-20T21:55:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705601)\n", | |
"[2025-02-20T21:56:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705702)\n", | |
"[2025-02-20T21:56:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705804)\n", | |
"[2025-02-20T21:56:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705911)\n", | |
"[2025-02-20T21:56:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706002)\n", | |
"[2025-02-20T21:56:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706109)\n", | |
"[2025-02-20T21:56:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706204)\n", | |
"[2025-02-20T21:56:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706311)\n", | |
"[2025-02-20T21:56:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706408)\n", | |
"[2025-02-20T21:56:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706511)\n", | |
"[2025-02-20T21:56:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706614)\n", | |
"[2025-02-20T21:56:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706705)\n", | |
"[2025-02-20T21:57:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706799)\n", | |
"[2025-02-20T21:57:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706903)\n", | |
"[2025-02-20T21:57:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707007)\n", | |
"[2025-02-20T21:57:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707104)\n", | |
"[2025-02-20T21:57:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707207)\n", | |
"[2025-02-20T21:57:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707306)\n", | |
"[2025-02-20T21:57:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707408)\n", | |
"[2025-02-20T21:57:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707511)\n", | |
"[2025-02-20T21:57:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707607)\n", | |
"[2025-02-20T21:57:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707701)\n", | |
"[2025-02-20T21:57:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707809)\n", | |
"[2025-02-20T21:58:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707909)\n", | |
"[2025-02-20T21:58:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708007)\n", | |
"[2025-02-20T21:58:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708101)\n", | |
"[2025-02-20T21:58:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708203)\n", | |
"[2025-02-20T21:58:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708304)\n", | |
"[2025-02-20T21:58:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708413)\n", | |
"[2025-02-20T21:58:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708508)\n", | |
"[2025-02-20T21:58:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708608)\n", | |
"[2025-02-20T21:58:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708713)\n", | |
"[2025-02-20T21:58:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708800)\n", | |
"[2025-02-20T21:58:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708904)\n", | |
"[2025-02-20T21:59:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709003)\n", | |
"[2025-02-20T21:59:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709111)\n", | |
"[2025-02-20T21:59:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709211)\n", | |
"[2025-02-20T21:59:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709309)\n", | |
"[2025-02-20T21:59:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709401)\n", | |
"[2025-02-20T21:59:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709509)\n", | |
"[2025-02-20T21:59:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709602)\n", | |
"[2025-02-20T21:59:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709702)\n", | |
"[2025-02-20T21:59:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709803)\n", | |
"[2025-02-20T21:59:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709906)\n", | |
"[2025-02-20T21:59:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710012)\n", | |
"[2025-02-20T22:00:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710101)\n", | |
"[2025-02-20T22:00:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710207)\n", | |
"[2025-02-20T22:00:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710302)\n", | |
"[2025-02-20T22:00:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710401)\n", | |
"[2025-02-20T22:00:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710503)\n", | |
"[2025-02-20T22:00:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710608)\n", | |
"[2025-02-20T22:00:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710704)\n", | |
"[2025-02-20T22:00:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710804)\n", | |
"[2025-02-20T22:00:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710900)\n", | |
"[2025-02-20T22:00:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710999)\n", | |
"[2025-02-20T22:00:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711111)\n", | |
"[2025-02-20T22:01:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711205)\n", | |
"[2025-02-20T22:01:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711301)\n", | |
"[2025-02-20T22:01:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711411)\n", | |
"[2025-02-20T22:01:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711507)\n", | |
"[2025-02-20T22:01:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711607)\n", | |
"[2025-02-20T22:01:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711706)\n", | |
"[2025-02-20T22:01:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711800)\n", | |
"[2025-02-20T22:01:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711907)\n", | |
"[2025-02-20T22:01:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711999)\n", | |
"[2025-02-20T22:01:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712099)\n", | |
"[2025-02-20T22:01:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712200)\n", | |
"[2025-02-20T22:02:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712306)\n", | |
"[2025-02-20T22:02:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712406)\n", | |
"[2025-02-20T22:02:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712505)\n", | |
"[2025-02-20T22:02:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712599)\n", | |
"[2025-02-20T22:02:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712701)\n", | |
"[2025-02-20T22:02:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712802)\n", | |
"[2025-02-20T22:02:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712906)\n", | |
"[2025-02-20T22:02:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713009)\n", | |
"[2025-02-20T22:02:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713100)\n", | |
"[2025-02-20T22:02:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713212)\n", | |
"[2025-02-20T22:02:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713305)\n", | |
"[2025-02-20T22:03:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713420)\n", | |
"[2025-02-20T22:03:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713504)\n", | |
"[2025-02-20T22:03:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713604)\n", | |
"[2025-02-20T22:03:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713708)\n", | |
"[2025-02-20T22:03:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713806)\n", | |
"[2025-02-20T22:03:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713915)\n", | |
"[2025-02-20T22:03:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714001)\n", | |
"[2025-02-20T22:03:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714106)\n", | |
"[2025-02-20T22:03:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714204)\n", | |
"[2025-02-20T22:03:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714302)\n", | |
"[2025-02-20T22:04:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714401)\n", | |
"[2025-02-20T22:04:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714506)\n", | |
"[2025-02-20T22:04:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714600)\n", | |
"[2025-02-20T22:04:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714706)\n", | |
"[2025-02-20T22:04:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714803)\n", | |
"[2025-02-20T22:04:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714900)\n", | |
"[2025-02-20T22:04:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715000)\n", | |
"[2025-02-20T22:04:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715099)\n", | |
"[2025-02-20T22:04:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715206)\n", | |
"[2025-02-20T22:04:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715302)\n", | |
"[2025-02-20T22:04:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715409)\n", | |
"[2025-02-20T22:05:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715510)\n", | |
"[2025-02-20T22:05:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715603)\n", | |
"[2025-02-20T22:05:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715714)\n", | |
"[2025-02-20T22:05:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715802)\n", | |
"[2025-02-20T22:05:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715902)\n", | |
"[2025-02-20T22:05:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715999)\n", | |
"[2025-02-20T22:05:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716105)\n", | |
"[2025-02-20T22:05:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716201)\n", | |
"[2025-02-20T22:05:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716302)\n", | |
"[2025-02-20T22:05:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716400)\n", | |
"[2025-02-20T22:06:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716501)\n", | |
"[2025-02-20T22:06:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716610)\n", | |
"[2025-02-20T22:06:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716714)\n", | |
"[2025-02-20T22:06:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716805)\n", | |
"[2025-02-20T22:06:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716905)\n", | |
"[2025-02-20T22:06:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717002)\n", | |
"[2025-02-20T22:06:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717110)\n", | |
"[2025-02-20T22:06:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717199)\n", | |
"[2025-02-20T22:06:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717303)\n", | |
"[2025-02-20T22:06:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717408)\n", | |
"[2025-02-20T22:06:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717507)\n", | |
"[2025-02-20T22:06:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717601)\n", | |
"[2025-02-20T22:07:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717710)\n", | |
"[2025-02-20T22:07:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717807)\n", | |
"[2025-02-20T22:07:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717907)\n", | |
"[2025-02-20T22:07:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718004)\n", | |
"[2025-02-20T22:07:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718108)\n", | |
"[2025-02-20T22:07:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718209)\n", | |
"[2025-02-20T22:07:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718300)\n", | |
"[2025-02-20T22:07:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718410)\n", | |
"[2025-02-20T22:07:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718504)\n", | |
"[2025-02-20T22:07:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718614)\n", | |
"[2025-02-20T22:07:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718702)\n", | |
"[2025-02-20T22:07:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718805)\n", | |
"[2025-02-20T22:08:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718907)\n", | |
"[2025-02-20T22:08:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719011)\n", | |
"[2025-02-20T22:08:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719108)\n", | |
"[2025-02-20T22:08:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719200)\n", | |
"[2025-02-20T22:08:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719306)\n", | |
"[2025-02-20T22:08:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719402)\n", | |
"[2025-02-20T22:08:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719500)\n", | |
"[2025-02-20T22:08:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719604)\n", | |
"[2025-02-20T22:08:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719704)\n", | |
"[2025-02-20T22:08:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719801)\n", | |
"[2025-02-20T22:08:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719900)\n", | |
"[2025-02-20T22:09:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720007)\n", | |
"[2025-02-20T22:09:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720102)\n", | |
"[2025-02-20T22:09:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720204)\n", | |
"[2025-02-20T22:09:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720314)\n", | |
"[2025-02-20T22:09:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720401)\n", | |
"[2025-02-20T22:09:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720502)\n", | |
"[2025-02-20T22:09:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720605)\n", | |
"[2025-02-20T22:09:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720705)\n", | |
"[2025-02-20T22:09:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720799)\n", | |
"[2025-02-20T22:09:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720901)\n", | |
"[2025-02-20T22:09:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721002)\n", | |
"[2025-02-20T22:09:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721100)\n", | |
"[2025-02-20T22:10:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721205)\n", | |
"[2025-02-20T22:10:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721312)\n", | |
"[2025-02-20T22:10:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721401)\n", | |
"[2025-02-20T22:10:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721500)\n", | |
"[2025-02-20T22:10:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721604)\n", | |
"[2025-02-20T22:10:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721699)\n", | |
"[2025-02-20T22:10:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721800)\n", | |
"[2025-02-20T22:10:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721903)\n", | |
"[2025-02-20T22:11:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722007)\n", | |
"[2025-02-20T22:11:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722108)\n", | |
"[2025-02-20T22:11:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722205)\n", | |
"[2025-02-20T22:11:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722307)\n", | |
"[2025-02-20T22:11:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722402)\n", | |
"[2025-02-20T22:11:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722501)\n", | |
"[2025-02-20T22:11:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722602)\n", | |
"[2025-02-20T22:11:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722699)\n", | |
"[2025-02-20T22:11:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722799)\n", | |
"[2025-02-20T22:12:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722901)\n", | |
"[2025-02-20T22:12:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723014)\n", | |
"[2025-02-20T22:12:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723108)\n", | |
"[2025-02-20T22:12:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723217)\n", | |
"[2025-02-20T22:12:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723299)\n", | |
"[2025-02-20T22:12:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723407)\n", | |
"[2025-02-20T22:12:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723508)\n", | |
"[2025-02-20T22:12:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723605)\n", | |
"[2025-02-20T22:12:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723705)\n", | |
"[2025-02-20T22:12:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723801)\n", | |
"[2025-02-20T22:12:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723905)\n", | |
"[2025-02-20T22:12:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724018)\n", | |
"[2025-02-20T22:13:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724107)\n", | |
"[2025-02-20T22:13:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724209)\n", | |
"[2025-02-20T22:13:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724300)\n", | |
"[2025-02-20T22:13:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724409)\n", | |
"[2025-02-20T22:13:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724500)\n", | |
"[2025-02-20T22:13:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724608)\n", | |
"[2025-02-20T22:13:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724706)\n", | |
"[2025-02-20T22:13:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724803)\n", | |
"[2025-02-20T22:13:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724899)\n", | |
"[2025-02-20T22:13:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725002)\n", | |
"[2025-02-20T22:13:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725105)\n", | |
"[2025-02-20T22:13:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725207)\n", | |
"[2025-02-20T22:14:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725302)\n", | |
"[2025-02-20T22:14:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725405)\n", | |
"[2025-02-20T22:14:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725499)\n", | |
"[2025-02-20T22:14:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725604)\n", | |
"[2025-02-20T22:14:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725706)\n", | |
"[2025-02-20T22:14:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725802)\n", | |
"[2025-02-20T22:14:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725903)\n", | |
"[2025-02-20T22:14:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726006)\n", | |
"[2025-02-20T22:14:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726110)\n", | |
"[2025-02-20T22:15:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726203)\n", | |
"[2025-02-20T22:15:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726302)\n", | |
"[2025-02-20T22:15:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726403)\n", | |
"[2025-02-20T22:15:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726505)\n", | |
"[2025-02-20T22:15:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726602)\n", | |
"[2025-02-20T22:15:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726699)\n", | |
"[2025-02-20T22:15:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726805)\n", | |
"[2025-02-20T22:15:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726902)\n", | |
"[2025-02-20T22:15:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727003)\n", | |
"[2025-02-20T22:15:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727106)\n", | |
"[2025-02-20T22:15:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727213)\n", | |
"[2025-02-20T22:16:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727300)\n", | |
"[2025-02-20T22:16:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727408)\n", | |
"[2025-02-20T22:16:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727508)\n", | |
"[2025-02-20T22:16:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727603)\n", | |
"[2025-02-20T22:16:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727702)\n", | |
"[2025-02-20T22:16:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727804)\n", | |
"[2025-02-20T22:16:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727900)\n", | |
"[2025-02-20T22:16:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728014)\n", | |
"[2025-02-20T22:16:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728113)\n", | |
"[2025-02-20T22:16:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728209)\n", | |
"[2025-02-20T22:16:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728304)\n", | |
"[2025-02-20T22:17:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728408)\n", | |
"[2025-02-20T22:17:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728504)\n", | |
"[2025-02-20T22:17:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728606)\n", | |
"[2025-02-20T22:17:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728701)\n", | |
"[2025-02-20T22:17:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728799)\n", | |
"[2025-02-20T22:17:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728900)\n", | |
"[2025-02-20T22:17:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729001)\n", | |
"[2025-02-20T22:17:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729108)\n", | |
"[2025-02-20T22:17:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729210)\n", | |
"[2025-02-20T22:17:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729299)\n", | |
"[2025-02-20T22:17:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729410)\n", | |
"[2025-02-20T22:18:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729504)\n", | |
"[2025-02-20T22:18:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729602)\n", | |
"[2025-02-20T22:18:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729707)\n", | |
"[2025-02-20T22:18:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729800)\n", | |
"[2025-02-20T22:18:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729901)\n", | |
"[2025-02-20T22:18:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729999)\n", | |
"[2025-02-20T22:18:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730101)\n", | |
"[2025-02-20T22:18:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730203)\n", | |
"[2025-02-20T22:18:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730307)\n", | |
"[2025-02-20T22:18:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730404)\n", | |
"[2025-02-20T22:18:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730508)\n", | |
"[2025-02-20T22:19:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730601)\n", | |
"[2025-02-20T22:19:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730705)\n", | |
"[2025-02-20T22:19:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730803)\n", | |
"[2025-02-20T22:19:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730909)\n", | |
"[2025-02-20T22:19:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731002)\n", | |
"[2025-02-20T22:19:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731111)\n", | |
"[2025-02-20T22:19:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731208)\n", | |
"[2025-02-20T22:19:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731299)\n", | |
"[2025-02-20T22:19:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731402)\n", | |
"[2025-02-20T22:19:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731499)\n", | |
"[2025-02-20T22:19:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731603)\n", | |
"[2025-02-20T22:20:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731704)\n", | |
"[2025-02-20T22:20:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731810)\n", | |
"[2025-02-20T22:20:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731899)\n", | |
"[2025-02-20T22:20:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732011)\n", | |
"[2025-02-20T22:20:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732109)\n", | |
"[2025-02-20T22:20:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732213)\n", | |
"[2025-02-20T22:20:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732307)\n", | |
"[2025-02-20T22:20:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732401)\n", | |
"[2025-02-20T22:20:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732513)\n", | |
"[2025-02-20T22:20:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732601)\n", | |
"[2025-02-20T22:21:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732707)\n", | |
"[2025-02-20T22:21:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732802)\n", | |
"[2025-02-20T22:21:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732901)\n", | |
"[2025-02-20T22:21:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733008)\n", | |
"[2025-02-20T22:21:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733105)\n", | |
"[2025-02-20T22:21:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733202)\n", | |
"[2025-02-20T22:21:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733307)\n", | |
"[2025-02-20T22:21:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733409)\n", | |
"[2025-02-20T22:21:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733503)\n", | |
"[2025-02-20T22:21:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733612)\n", | |
"[2025-02-20T22:21:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733700)\n", | |
"[2025-02-20T22:21:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733809)\n", | |
"[2025-02-20T22:22:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733910)\n", | |
"[2025-02-20T22:22:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733999)\n", | |
"[2025-02-20T22:22:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734101)\n", | |
"[2025-02-20T22:22:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734210)\n", | |
"[2025-02-20T22:22:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734308)\n", | |
"[2025-02-20T22:22:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734411)\n", | |
"[2025-02-20T22:22:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734507)\n", | |
"[2025-02-20T22:22:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734599)\n", | |
"[2025-02-20T22:22:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734706)\n", | |
"[2025-02-20T22:22:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734810)\n", | |
"[2025-02-20T22:22:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734901)\n", | |
"[2025-02-20T22:23:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735003)\n", | |
"[2025-02-20T22:23:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735102)\n", | |
"[2025-02-20T22:23:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735199)\n", | |
"[2025-02-20T22:23:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735309)\n", | |
"[2025-02-20T22:23:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735411)\n", | |
"[2025-02-20T22:23:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735504)\n", | |
"[2025-02-20T22:23:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735599)\n", | |
"[2025-02-20T22:23:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735716)\n", | |
"[2025-02-20T22:23:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735803)\n", | |
"[2025-02-20T22:23:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735904)\n", | |
"[2025-02-20T22:24:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736000)\n", | |
"[2025-02-20T22:24:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736100)\n", | |
"[2025-02-20T22:24:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736200)\n", | |
"[2025-02-20T22:24:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736305)\n", | |
"[2025-02-20T22:24:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736400)\n", | |
"[2025-02-20T22:24:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736503)\n", | |
"[2025-02-20T22:24:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736603)\n", | |
"[2025-02-20T22:24:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736701)\n", | |
"[2025-02-20T22:24:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736806)\n", | |
"[2025-02-20T22:25:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736911)\n", | |
"[2025-02-20T22:25:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737011)\n", | |
"[2025-02-20T22:25:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737101)\n", | |
"[2025-02-20T22:25:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737199)\n", | |
"[2025-02-20T22:25:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737310)\n", | |
"[2025-02-20T22:25:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737403)\n", | |
"[2025-02-20T22:25:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737510)\n", | |
"[2025-02-20T22:25:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737599)\n", | |
"[2025-02-20T22:25:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737710)\n", | |
"[2025-02-20T22:25:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737805)\n", | |
"[2025-02-20T22:26:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737903)\n", | |
"[2025-02-20T22:26:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737999)\n", | |
"[2025-02-20T22:26:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738105)\n", | |
"[2025-02-20T22:26:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738205)\n", | |
"[2025-02-20T22:26:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738301)\n", | |
"[2025-02-20T22:26:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738408)\n", | |
"[2025-02-20T22:26:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738505)\n", | |
"[2025-02-20T22:26:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738602)\n", | |
"[2025-02-20T22:26:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738704)\n", | |
"[2025-02-20T22:26:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738805)\n", | |
"[2025-02-20T22:27:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738900)\n", | |
"[2025-02-20T22:27:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739002)\n", | |
"[2025-02-20T22:27:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739099)\n", | |
"[2025-02-20T22:27:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739204)\n", | |
"[2025-02-20T22:27:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739300)\n", | |
"[2025-02-20T22:27:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739401)\n", | |
"[2025-02-20T22:27:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739511)\n", | |
"[2025-02-20T22:27:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739599)\n", | |
"[2025-02-20T22:27:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739703)\n", | |
"[2025-02-20T22:27:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739807)\n", | |
"[2025-02-20T22:27:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739916)\n", | |
"[2025-02-20T22:28:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740002)\n", | |
"[2025-02-20T22:28:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740101)\n", | |
"[2025-02-20T22:28:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740200)\n", | |
"[2025-02-20T22:28:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740303)\n", | |
"[2025-02-20T22:28:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740411)\n", | |
"[2025-02-20T22:28:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740503)\n", | |
"[2025-02-20T22:28:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740600)\n", | |
"[2025-02-20T22:28:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740699)\n", | |
"[2025-02-20T22:28:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740802)\n", | |
"[2025-02-20T22:28:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740902)\n", | |
"[2025-02-20T22:28:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741001)\n", | |
"[2025-02-20T22:29:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741106)\n", | |
"[2025-02-20T22:29:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741202)\n", | |
"[2025-02-20T22:29:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741311)\n", | |
"[2025-02-20T22:29:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741404)\n", | |
"[2025-02-20T22:29:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741505)\n", | |
"[2025-02-20T22:29:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741604)\n", | |
"[2025-02-20T22:29:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741708)\n", | |
"[2025-02-20T22:29:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741804)\n", | |
"[2025-02-20T22:29:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741900)\n", | |
"[2025-02-20T22:29:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742005)\n", | |
"[2025-02-20T22:30:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742103)\n", | |
"[2025-02-20T22:30:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742210)\n", | |
"[2025-02-20T22:30:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742302)\n", | |
"[2025-02-20T22:30:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742399)\n", | |
"[2025-02-20T22:30:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742505)\n", | |
"[2025-02-20T22:30:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742600)\n", | |
"[2025-02-20T22:30:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742711)\n", | |
"[2025-02-20T22:30:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742804)\n", | |
"[2025-02-20T22:30:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742909)\n", | |
"[2025-02-20T22:30:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743007)\n", | |
"[2025-02-20T22:31:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743106)\n", | |
"[2025-02-20T22:31:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743200)\n", | |
"[2025-02-20T22:31:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743301)\n", | |
"[2025-02-20T22:31:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743409)\n", | |
"[2025-02-20T22:31:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743506)\n", | |
"[2025-02-20T22:31:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743608)\n", | |
"[2025-02-20T22:31:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743702)\n", | |
"[2025-02-20T22:31:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743813)\n", | |
"[2025-02-20T22:31:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743899)\n", | |
"[2025-02-20T22:31:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744003)\n", | |
"[2025-02-20T22:31:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744108)\n", | |
"[2025-02-20T22:32:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744213)\n", | |
"[2025-02-20T22:32:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744299)\n", | |
"[2025-02-20T22:32:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744407)\n", | |
"[2025-02-20T22:32:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744505)\n", | |
"[2025-02-20T22:32:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744606)\n", | |
"[2025-02-20T22:32:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744700)\n", | |
"[2025-02-20T22:32:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744811)\n", | |
"[2025-02-20T22:32:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744905)\n", | |
"[2025-02-20T22:32:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745001)\n", | |
"[2025-02-20T22:32:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745101)\n", | |
"[2025-02-20T22:33:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745207)\n", | |
"[2025-02-20T22:33:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745309)\n", | |
"[2025-02-20T22:33:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745405)\n", | |
"[2025-02-20T22:33:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745501)\n", | |
"[2025-02-20T22:33:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745613)\n", | |
"[2025-02-20T22:33:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745709)\n", | |
"[2025-02-20T22:33:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745804)\n", | |
"[2025-02-20T22:33:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745901)\n", | |
"[2025-02-20T22:33:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746008)\n", | |
"[2025-02-20T22:33:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746119)\n", | |
"[2025-02-20T22:33:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746204)\n", | |
"[2025-02-20T22:34:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746305)\n", | |
"[2025-02-20T22:34:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746409)\n", | |
"[2025-02-20T22:34:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746506)\n", | |
"[2025-02-20T22:34:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746599)\n", | |
"[2025-02-20T22:34:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746711)\n", | |
"[2025-02-20T22:34:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746805)\n", | |
"[2025-02-20T22:34:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746908)\n", | |
"[2025-02-20T22:34:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747010)\n", | |
"[2025-02-20T22:34:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747099)\n", | |
"[2025-02-20T22:34:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747208)\n", | |
"[2025-02-20T22:34:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747308)\n", | |
"[2025-02-20T22:34:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747407)\n", | |
"[2025-02-20T22:35:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747504)\n", | |
"[2025-02-20T22:35:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747604)\n", | |
"[2025-02-20T22:35:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747700)\n", | |
"[2025-02-20T22:35:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747803)\n", | |
"[2025-02-20T22:35:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747908)\n", | |
"[2025-02-20T22:35:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748009)\n", | |
"[2025-02-20T22:35:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748101)\n", | |
"[2025-02-20T22:35:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748206)\n", | |
"[2025-02-20T22:35:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748306)\n", | |
"[2025-02-20T22:35:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748405)\n", | |
"[2025-02-20T22:35:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748506)\n", | |
"[2025-02-20T22:36:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748601)\n", | |
"[2025-02-20T22:36:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748701)\n", | |
"[2025-02-20T22:36:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748807)\n", | |
"[2025-02-20T22:36:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748899)\n", | |
"[2025-02-20T22:36:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749000)\n", | |
"[2025-02-20T22:36:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749104)\n", | |
"[2025-02-20T22:36:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749209)\n", | |
"[2025-02-20T22:36:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749303)\n", | |
"[2025-02-20T22:36:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749401)\n", | |
"[2025-02-20T22:36:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749509)\n", | |
"[2025-02-20T22:36:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749602)\n", | |
"[2025-02-20T22:37:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749702)\n", | |
"[2025-02-20T22:37:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749814)\n", | |
"[2025-02-20T22:37:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749901)\n", | |
"[2025-02-20T22:37:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750003)\n", | |
"[2025-02-20T22:37:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750106)\n", | |
"[2025-02-20T22:37:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750200)\n", | |
"[2025-02-20T22:37:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750303)\n", | |
"[2025-02-20T22:37:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750411)\n", | |
"[2025-02-20T22:37:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750509)\n", | |
"[2025-02-20T22:37:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750607)\n", | |
"[2025-02-20T22:37:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750700)\n", | |
"[2025-02-20T22:38:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750804)\n", | |
"[2025-02-20T22:38:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750911)\n", | |
"[2025-02-20T22:38:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751008)\n", | |
"[2025-02-20T22:38:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751113)\n", | |
"[2025-02-20T22:38:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751209)\n", | |
"[2025-02-20T22:38:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751304)\n", | |
"[2025-02-20T22:38:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751401)\n", | |
"[2025-02-20T22:38:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751510)\n", | |
"[2025-02-20T22:38:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751610)\n", | |
"[2025-02-20T22:38:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751710)\n", | |
"[2025-02-20T22:38:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751804)\n", | |
"[2025-02-20T22:39:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751903)\n", | |
"[2025-02-20T22:39:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752000)\n", | |
"[2025-02-20T22:39:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752105)\n", | |
"[2025-02-20T22:39:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752201)\n", | |
"[2025-02-20T22:39:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752302)\n", | |
"[2025-02-20T22:39:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752409)\n", | |
"[2025-02-20T22:39:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752509)\n", | |
"[2025-02-20T22:39:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752602)\n", | |
"[2025-02-20T22:39:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752710)\n", | |
"[2025-02-20T22:39:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752810)\n", | |
"[2025-02-20T22:39:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752901)\n", | |
"[2025-02-20T22:40:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753008)\n", | |
"[2025-02-20T22:40:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753108)\n", | |
"[2025-02-20T22:40:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753199)\n", | |
"[2025-02-20T22:40:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753302)\n", | |
"[2025-02-20T22:40:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753410)\n", | |
"[2025-02-20T22:40:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753508)\n", | |
"[2025-02-20T22:40:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753609)\n", | |
"[2025-02-20T22:40:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753708)\n", | |
"[2025-02-20T22:40:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753801)\n", | |
"[2025-02-20T22:40:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753907)\n", | |
"[2025-02-20T22:41:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754002)\n", | |
"[2025-02-20T22:41:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754112)\n", | |
"[2025-02-20T22:41:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754203)\n", | |
"[2025-02-20T22:41:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754308)\n", | |
"[2025-02-20T22:41:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754400)\n", | |
"[2025-02-20T22:41:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754506)\n", | |
"[2025-02-20T22:41:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754609)\n", | |
"[2025-02-20T22:41:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754708)\n", | |
"[2025-02-20T22:41:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754805)\n", | |
"[2025-02-20T22:41:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754906)\n", | |
"[2025-02-20T22:41:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755004)\n", | |
"[2025-02-20T22:42:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755101)\n", | |
"[2025-02-20T22:42:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755206)\n", | |
"[2025-02-20T22:42:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755304)\n", | |
"[2025-02-20T22:42:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755404)\n", | |
"[2025-02-20T22:42:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755503)\n", | |
"[2025-02-20T22:42:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755607)\n", | |
"[2025-02-20T22:42:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755710)\n", | |
"[2025-02-20T22:42:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755802)\n", | |
"[2025-02-20T22:42:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755903)\n", | |
"[2025-02-20T22:42:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756006)\n", | |
"[2025-02-20T22:42:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756100)\n", | |
"[2025-02-20T22:43:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756202)\n", | |
"[2025-02-20T22:43:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756307)\n", | |
"[2025-02-20T22:43:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756403)\n", | |
"[2025-02-20T22:43:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756506)\n", | |
"[2025-02-20T22:43:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756607)\n", | |
"[2025-02-20T22:43:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756705)\n", | |
"[2025-02-20T22:43:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756805)\n", | |
"[2025-02-20T22:43:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756899)\n", | |
"[2025-02-20T22:43:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757005)\n", | |
"[2025-02-20T22:43:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757105)\n", | |
"[2025-02-20T22:43:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757205)\n", | |
"[2025-02-20T22:44:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757303)\n", | |
"[2025-02-20T22:44:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757403)\n", | |
"[2025-02-20T22:44:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757507)\n", | |
"[2025-02-20T22:44:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757614)\n", | |
"[2025-02-20T22:44:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757709)\n", | |
"[2025-02-20T22:44:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757813)\n", | |
"[2025-02-20T22:44:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757901)\n", | |
"[2025-02-20T22:44:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758003)\n", | |
"[2025-02-20T22:44:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758110)\n", | |
"[2025-02-20T22:44:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758208)\n", | |
"[2025-02-20T22:44:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758307)\n", | |
"[2025-02-20T22:44:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758400)\n", | |
"[2025-02-20T22:45:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758506)\n", | |
"[2025-02-20T22:45:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758603)\n", | |
"[2025-02-20T22:45:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758700)\n", | |
"[2025-02-20T22:45:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758799)\n", | |
"[2025-02-20T22:45:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758909)\n", | |
"[2025-02-20T22:45:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759008)\n", | |
"[2025-02-20T22:45:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759103)\n", | |
"[2025-02-20T22:45:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759203)\n", | |
"[2025-02-20T22:45:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759304)\n", | |
"[2025-02-20T22:45:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759402)\n", | |
"[2025-02-20T22:46:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759513)\n", | |
"[2025-02-20T22:46:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759608)\n", | |
"[2025-02-20T22:46:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759701)\n", | |
"[2025-02-20T22:46:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759807)\n", | |
"[2025-02-20T22:46:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759907)\n", | |
"[2025-02-20T22:46:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759999)\n", | |
"[2025-02-20T22:46:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760102)\n", | |
"[2025-02-20T22:46:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760209)\n", | |
"[2025-02-20T22:46:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760304)\n", | |
"[2025-02-20T22:46:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760406)\n", | |
"[2025-02-20T22:46:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760507)\n", | |
"[2025-02-20T22:47:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760609)\n", | |
"[2025-02-20T22:47:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760699)\n", | |
"[2025-02-20T22:47:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760809)\n", | |
"[2025-02-20T22:47:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760910)\n", | |
"[2025-02-20T22:47:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761001)\n", | |
"[2025-02-20T22:47:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761102)\n", | |
"[2025-02-20T22:47:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761202)\n", | |
"[2025-02-20T22:47:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761310)\n", | |
"[2025-02-20T22:47:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761408)\n", | |
"[2025-02-20T22:47:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761506)\n", | |
"[2025-02-20T22:48:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761604)\n", | |
"[2025-02-20T22:48:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761699)\n", | |
"[2025-02-20T22:48:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761803)\n", | |
"[2025-02-20T22:48:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761911)\n", | |
"[2025-02-20T22:48:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762005)\n", | |
"[2025-02-20T22:48:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762103)\n", | |
"[2025-02-20T22:49:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762209)\n", | |
"[2025-02-20T22:49:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762300)\n", | |
"[2025-02-20T22:49:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762399)\n", | |
"[2025-02-20T22:49:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762504)\n", | |
"[2025-02-20T22:49:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762600)\n", | |
"[2025-02-20T22:49:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762699)\n", | |
"[2025-02-20T22:49:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762810)\n", | |
"[2025-02-20T22:49:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762906)\n", | |
"[2025-02-20T22:49:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763004)\n", | |
"[2025-02-20T22:49:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763103)\n", | |
"[2025-02-20T22:50:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763199)\n", | |
"[2025-02-20T22:50:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763303)\n", | |
"[2025-02-20T22:50:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763402)\n", | |
"[2025-02-20T22:50:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763499)\n", | |
"[2025-02-20T22:50:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763599)\n", | |
"[2025-02-20T22:50:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763703)\n", | |
"[2025-02-20T22:50:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763808)\n", | |
"[2025-02-20T22:50:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763901)\n", | |
"[2025-02-20T22:50:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764005)\n", | |
"[2025-02-20T22:50:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764102)\n", | |
"[2025-02-20T22:51:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764202)\n", | |
"[2025-02-20T22:51:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764301)\n", | |
"[2025-02-20T22:51:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764400)\n", | |
"[2025-02-20T22:51:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764500)\n", | |
"[2025-02-20T22:51:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764604)\n", | |
"[2025-02-20T22:51:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764699)\n", | |
"[2025-02-20T22:51:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764803)\n", | |
"[2025-02-20T22:51:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764902)\n", | |
"[2025-02-20T22:51:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765008)\n", | |
"[2025-02-20T22:52:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765100)\n", | |
"[2025-02-20T22:52:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765200)\n", | |
"[2025-02-20T22:52:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765309)\n", | |
"[2025-02-20T22:52:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765415)\n", | |
"[2025-02-20T22:52:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765501)\n", | |
"[2025-02-20T22:52:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765599)\n", | |
"[2025-02-20T22:52:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765703)\n", | |
"[2025-02-20T22:52:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765810)\n", | |
"[2025-02-20T22:52:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765907)\n", | |
"[2025-02-20T22:52:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765999)\n", | |
"[2025-02-20T22:53:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766116)\n", | |
"[2025-02-20T22:53:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766199)\n", | |
"[2025-02-20T22:53:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766317)\n", | |
"[2025-02-20T22:53:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766405)\n", | |
"[2025-02-20T22:53:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766502)\n", | |
"[2025-02-20T22:53:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766608)\n", | |
"[2025-02-20T22:53:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766702)\n", | |
"[2025-02-20T22:53:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766804)\n", | |
"[2025-02-20T22:53:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766900)\n", | |
"[2025-02-20T22:53:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767008)\n", | |
"[2025-02-20T22:54:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767103)\n", | |
"[2025-02-20T22:54:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767202)\n", | |
"[2025-02-20T22:54:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767301)\n", | |
"[2025-02-20T22:54:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767401)\n", | |
"[2025-02-20T22:54:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767509)\n", | |
"[2025-02-20T22:54:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767610)\n", | |
"[2025-02-20T22:54:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767701)\n", | |
"[2025-02-20T22:54:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767807)\n", | |
"[2025-02-20T22:54:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767910)\n", | |
"[2025-02-20T22:54:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768006)\n", | |
"[2025-02-20T22:54:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768099)\n", | |
"[2025-02-20T22:55:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768204)\n", | |
"[2025-02-20T22:55:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768311)\n", | |
"[2025-02-20T22:55:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768401)\n", | |
"[2025-02-20T22:55:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768499)\n", | |
"[2025-02-20T22:55:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768600)\n", | |
"[2025-02-20T22:55:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768702)\n", | |
"[2025-02-20T22:55:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768806)\n", | |
"[2025-02-20T22:55:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768913)\n", | |
"[2025-02-20T22:55:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769007)\n", | |
"[2025-02-20T22:55:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769101)\n", | |
"[2025-02-20T22:56:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769214)\n", | |
"[2025-02-20T22:56:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769310)\n", | |
"[2025-02-20T22:56:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769402)\n", | |
"[2025-02-20T22:56:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769509)\n", | |
"[2025-02-20T22:56:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769602)\n", | |
"[2025-02-20T22:56:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769712)\n", | |
"[2025-02-20T22:56:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769807)\n", | |
"[2025-02-20T22:56:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769903)\n", | |
"[2025-02-20T22:56:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770010)\n", | |
"[2025-02-20T22:56:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770100)\n", | |
"[2025-02-20T22:56:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770204)\n", | |
"[2025-02-20T22:57:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770304)\n", | |
"[2025-02-20T22:57:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770407)\n", | |
"[2025-02-20T22:57:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770501)\n", | |
"[2025-02-20T22:57:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770619)\n", | |
"[2025-02-20T22:57:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770709)\n", | |
"[2025-02-20T22:57:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770808)\n", | |
"[2025-02-20T22:57:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770909)\n", | |
"[2025-02-20T22:57:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771013)\n", | |
"[2025-02-20T22:57:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771100)\n", | |
"[2025-02-20T22:57:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771202)\n", | |
"[2025-02-20T22:57:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771306)\n", | |
"[2025-02-20T22:57:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771400)\n", | |
"[2025-02-20T22:58:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771502)\n", | |
"[2025-02-20T22:58:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771601)\n", | |
"[2025-02-20T22:58:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771701)\n", | |
"[2025-02-20T22:58:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771816)\n", | |
"[2025-02-20T22:58:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771906)\n", | |
"[2025-02-20T22:58:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772004)\n", | |
"[2025-02-20T22:58:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772105)\n", | |
"[2025-02-20T22:58:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772215)\n", | |
"[2025-02-20T22:58:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772307)\n", | |
"[2025-02-20T22:58:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772400)\n", | |
"[2025-02-20T22:59:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772501)\n", | |
"[2025-02-20T22:59:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772602)\n", | |
"[2025-02-20T22:59:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772701)\n", | |
"[2025-02-20T22:59:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772801)\n", | |
"[2025-02-20T22:59:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772909)\n", | |
"[2025-02-20T22:59:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773011)\n", | |
"[2025-02-20T22:59:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773112)\n", | |
"[2025-02-20T22:59:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773205)\n", | |
"[2025-02-20T22:59:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773309)\n", | |
"[2025-02-20T22:59:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773402)\n", | |
"[2025-02-20T23:00:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773506)\n", | |
"[2025-02-20T23:00:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773604)\n", | |
"[2025-02-20T23:00:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773705)\n", | |
"[2025-02-20T23:00:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773806)\n", | |
"[2025-02-20T23:00:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773904)\n", | |
"[2025-02-20T23:00:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774004)\n", | |
"[2025-02-20T23:00:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774099)\n", | |
"[2025-02-20T23:00:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774202)\n", | |
"[2025-02-20T23:00:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774304)\n", | |
"[2025-02-20T23:00:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774402)\n", | |
"[2025-02-20T23:00:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774499)\n", | |
"[2025-02-20T23:01:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774602)\n", | |
"[2025-02-20T23:01:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774701)\n", | |
"[2025-02-20T23:01:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774803)\n", | |
"[2025-02-20T23:01:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774900)\n", | |
"[2025-02-20T23:01:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775002)\n", | |
"[2025-02-20T23:01:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775105)\n", | |
"[2025-02-20T23:01:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775201)\n", | |
"[2025-02-20T23:01:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775299)\n", | |
"[2025-02-20T23:01:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775406)\n", | |
"[2025-02-20T23:01:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775499)\n", | |
"[2025-02-20T23:02:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775600)\n", | |
"[2025-02-20T23:02:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775700)\n", | |
"[2025-02-20T23:02:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775799)\n", | |
"[2025-02-20T23:02:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775903)\n", | |
"[2025-02-20T23:02:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776001)\n", | |
"[2025-02-20T23:02:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776100)\n", | |
"[2025-02-20T23:02:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776204)\n", | |
"[2025-02-20T23:02:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776308)\n", | |
"[2025-02-20T23:02:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776408)\n", | |
"[2025-02-20T23:02:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776500)\n", | |
"[2025-02-20T23:03:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776603)\n", | |
"[2025-02-20T23:03:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776703)\n", | |
"[2025-02-20T23:03:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776807)\n", | |
"[2025-02-20T23:03:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776902)\n", | |
"[2025-02-20T23:03:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777003)\n", | |
"[2025-02-20T23:03:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777102)\n", | |
"[2025-02-20T23:03:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777201)\n", | |
"[2025-02-20T23:03:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777303)\n", | |
"[2025-02-20T23:03:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777403)\n", | |
"[2025-02-20T23:03:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777500)\n", | |
"[2025-02-20T23:04:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777601)\n", | |
"[2025-02-20T23:04:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777703)\n", | |
"[2025-02-20T23:04:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777799)\n", | |
"[2025-02-20T23:04:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777900)\n", | |
"[2025-02-20T23:04:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778001)\n", | |
"[2025-02-20T23:04:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778102)\n", | |
"[2025-02-20T23:04:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778201)\n", | |
"[2025-02-20T23:04:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778300)\n", | |
"[2025-02-20T23:04:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778407)\n", | |
"[2025-02-20T23:05:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778504)\n", | |
"[2025-02-20T23:05:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778602)\n", | |
"[2025-02-20T23:05:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778699)\n", | |
"[2025-02-20T23:05:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778799)\n", | |
"[2025-02-20T23:05:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778906)\n", | |
"[2025-02-20T23:05:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778999)\n", | |
"[2025-02-20T23:05:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779101)\n", | |
"[2025-02-20T23:05:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779203)\n", | |
"[2025-02-20T23:05:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779306)\n", | |
"[2025-02-20T23:06:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779400)\n", | |
"[2025-02-20T23:06:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779503)\n", | |
"[2025-02-20T23:06:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779601)\n", | |
"[2025-02-20T23:06:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779703)\n", | |
"[2025-02-20T23:06:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779802)\n", | |
"[2025-02-20T23:06:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779901)\n", | |
"[2025-02-20T23:06:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779999)\n", | |
"[2025-02-20T23:06:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780106)\n", | |
"[2025-02-20T23:07:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780200)\n", | |
"[2025-02-20T23:07:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780303)\n", | |
"[2025-02-20T23:07:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780401)\n", | |
"[2025-02-20T23:07:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780499)\n", | |
"[2025-02-20T23:07:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780603)\n", | |
"[2025-02-20T23:07:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780703)\n", | |
"[2025-02-20T23:07:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780800)\n", | |
"[2025-02-20T23:07:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780904)\n", | |
"[2025-02-20T23:07:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781000)\n", | |
"[2025-02-20T23:07:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781100)\n", | |
"[2025-02-20T23:08:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781203)\n", | |
"[2025-02-20T23:08:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781306)\n", | |
"[2025-02-20T23:08:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781402)\n", | |
"[2025-02-20T23:08:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781502)\n", | |
"[2025-02-20T23:08:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781606)\n", | |
"[2025-02-20T23:08:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781699)\n", | |
"[2025-02-20T23:08:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781801)\n", | |
"[2025-02-20T23:08:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781901)\n", | |
"[2025-02-20T23:09:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782001)\n", | |
"[2025-02-20T23:09:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782103)\n", | |
"[2025-02-20T23:09:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782205)\n", | |
"[2025-02-20T23:09:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782302)\n", | |
"[2025-02-20T23:09:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782403)\n", | |
"[2025-02-20T23:09:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782503)\n", | |
"[2025-02-20T23:09:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782600)\n", | |
"[2025-02-20T23:09:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782703)\n", | |
"[2025-02-20T23:09:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782799)\n", | |
"[2025-02-20T23:09:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782900)\n", | |
"[2025-02-20T23:10:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783001)\n", | |
"[2025-02-20T23:10:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783104)\n", | |
"[2025-02-20T23:10:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783204)\n", | |
"[2025-02-20T23:10:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783303)\n", | |
"[2025-02-20T23:10:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783402)\n", | |
"[2025-02-20T23:10:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783503)\n", | |
"[2025-02-20T23:10:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783600)\n", | |
"[2025-02-20T23:11:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783706)\n", | |
"[2025-02-20T23:11:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783800)\n", | |
"[2025-02-20T23:11:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783904)\n", | |
"[2025-02-20T23:11:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784000)\n", | |
"[2025-02-20T23:11:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784105)\n", | |
"[2025-02-20T23:11:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784200)\n", | |
"[2025-02-20T23:11:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784299)\n", | |
"[2025-02-20T23:11:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784400)\n", | |
"[2025-02-20T23:12:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784499)\n", | |
"[2025-02-20T23:12:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784600)\n", | |
"[2025-02-20T23:12:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784699)\n", | |
"[2025-02-20T23:12:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784802)\n", | |
"[2025-02-20T23:12:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784899)\n", | |
"[2025-02-20T23:12:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785008)\n", | |
"[2025-02-20T23:12:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785103)\n", | |
"[2025-02-20T23:12:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785202)\n", | |
"[2025-02-20T23:12:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785304)\n", | |
"[2025-02-20T23:13:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785399)\n", | |
"[2025-02-20T23:13:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785499)\n", | |
"[2025-02-20T23:13:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785607)\n", | |
"[2025-02-20T23:13:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785700)\n", | |
"[2025-02-20T23:13:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785803)\n", | |
"[2025-02-20T23:13:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785900)\n", | |
"[2025-02-20T23:13:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785999)\n", | |
"[2025-02-20T23:13:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786102)\n", | |
"[2025-02-20T23:13:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786205)\n", | |
"[2025-02-20T23:14:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786306)\n", | |
"[2025-02-20T23:14:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786401)\n", | |
"[2025-02-20T23:14:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786500)\n", | |
"[2025-02-20T23:14:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786605)\n", | |
"[2025-02-20T23:14:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786699)\n", | |
"[2025-02-20T23:14:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786802)\n", | |
"[2025-02-20T23:14:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786903)\n", | |
"[2025-02-20T23:14:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787004)\n", | |
"[2025-02-20T23:15:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787102)\n", | |
"[2025-02-20T23:15:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787200)\n", | |
"[2025-02-20T23:15:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787302)\n", | |
"[2025-02-20T23:15:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787400)\n", | |
"[2025-02-20T23:15:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787499)\n", | |
"[2025-02-20T23:15:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787602)\n", | |
"[2025-02-20T23:15:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787703)\n", | |
"[2025-02-20T23:15:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787803)\n", | |
"[2025-02-20T23:16:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787901)\n", | |
"[2025-02-20T23:16:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788001)\n", | |
"[2025-02-20T23:16:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788101)\n", | |
"[2025-02-20T23:16:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788201)\n", | |
"[2025-02-20T23:16:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788299)\n", | |
"[2025-02-20T23:16:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788404)\n", | |
"[2025-02-20T23:16:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788501)\n", | |
"[2025-02-20T23:16:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788606)\n", | |
"[2025-02-20T23:17:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788703)\n", | |
"[2025-02-20T23:17:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788804)\n", | |
"[2025-02-20T23:17:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788899)\n", | |
"[2025-02-20T23:17:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789000)\n", | |
"[2025-02-20T23:17:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789101)\n", | |
"[2025-02-20T23:17:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789199)\n", | |
"[2025-02-20T23:17:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789299)\n", | |
"[2025-02-20T23:17:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789399)\n", | |
"[2025-02-20T23:18:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789500)\n", | |
"[2025-02-20T23:18:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789600)\n", | |
"[2025-02-20T23:18:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789699)\n", | |
"[2025-02-20T23:18:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789802)\n", | |
"[2025-02-20T23:18:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789901)\n", | |
"[2025-02-20T23:18:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790004)\n", | |
"[2025-02-20T23:18:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790106)\n", | |
"[2025-02-20T23:18:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790199)\n", | |
"[2025-02-20T23:19:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790304)\n", | |
"[2025-02-20T23:19:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790403)\n", | |
"[2025-02-20T23:19:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790506)\n", | |
"[2025-02-20T23:19:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790599)\n", | |
"[2025-02-20T23:19:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790701)\n", | |
"[2025-02-20T23:19:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790800)\n", | |
"[2025-02-20T23:19:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790899)\n", | |
"[2025-02-20T23:19:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791001)\n", | |
"[2025-02-20T23:20:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791104)\n", | |
"[2025-02-20T23:20:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791199)\n", | |
"[2025-02-20T23:20:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791299)\n", | |
"[2025-02-20T23:20:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791402)\n", | |
"[2025-02-20T23:20:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791499)\n", | |
"[2025-02-20T23:20:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791599)\n", | |
"[2025-02-20T23:20:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791703)\n", | |
"[2025-02-20T23:20:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791799)\n", | |
"[2025-02-20T23:21:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791899)\n", | |
"[2025-02-20T23:21:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792000)\n", | |
"[2025-02-20T23:21:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792100)\n", | |
"[2025-02-20T23:21:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792199)\n", | |
"[2025-02-20T23:21:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792305)\n", | |
"[2025-02-20T23:21:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792399)\n", | |
"[2025-02-20T23:21:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792501)\n", | |
"[2025-02-20T23:21:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792605)\n", | |
"[2025-02-20T23:22:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792700)\n", | |
"[2025-02-20T23:22:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792801)\n", | |
"[2025-02-20T23:22:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792899)\n", | |
"[2025-02-20T23:22:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793001)\n", | |
"[2025-02-20T23:22:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793099)\n", | |
"[2025-02-20T23:22:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793199)\n", | |
"[2025-02-20T23:22:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793299)\n", | |
"[2025-02-20T23:22:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793402)\n", | |
"[2025-02-20T23:23:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793501)\n", | |
"[2025-02-20T23:23:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793600)\n", | |
"[2025-02-20T23:23:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793699)\n", | |
"[2025-02-20T23:23:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793802)\n", | |
"[2025-02-20T23:23:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793900)\n", | |
"[2025-02-20T23:23:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794000)\n", | |
"[2025-02-20T23:23:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794102)\n", | |
"[2025-02-20T23:23:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794204)\n", | |
"[2025-02-20T23:23:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794304)\n", | |
"[2025-02-20T23:24:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794399)\n", | |
"[2025-02-20T23:24:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794499)\n", | |
"[2025-02-20T23:24:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794600)\n", | |
"[2025-02-20T23:24:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794699)\n", | |
"[2025-02-20T23:24:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794802)\n", | |
"[2025-02-20T23:24:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794907)\n", | |
"[2025-02-20T23:24:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794999)\n", | |
"[2025-02-20T23:24:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795105)\n", | |
"[2025-02-20T23:25:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795202)\n", | |
"[2025-02-20T23:25:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795299)\n", | |
"[2025-02-20T23:25:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795400)\n", | |
"[2025-02-20T23:25:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795500)\n", | |
"[2025-02-20T23:25:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795600)\n", | |
"[2025-02-20T23:25:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795701)\n", | |
"[2025-02-20T23:25:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795802)\n", | |
"[2025-02-20T23:25:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795900)\n", | |
"[2025-02-20T23:26:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796007)\n", | |
"[2025-02-20T23:26:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796102)\n", | |
"[2025-02-20T23:26:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796201)\n", | |
"[2025-02-20T23:26:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796299)\n", | |
"[2025-02-20T23:26:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796400)\n", | |
"[2025-02-20T23:26:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796499)\n", | |
"[2025-02-20T23:26:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796599)\n", | |
"[2025-02-20T23:26:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796700)\n", | |
"[2025-02-20T23:27:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796800)\n", | |
"[2025-02-20T23:27:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796901)\n", | |
"[2025-02-20T23:27:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797000)\n", | |
"[2025-02-20T23:27:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797105)\n", | |
"[2025-02-20T23:27:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797201)\n", | |
"[2025-02-20T23:27:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797302)\n", | |
"[2025-02-20T23:27:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797407)\n", | |
"[2025-02-20T23:27:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797499)\n", | |
"[2025-02-20T23:28:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797604)\n", | |
"[2025-02-20T23:28:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797699)\n", | |
"[2025-02-20T23:28:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797803)\n", | |
"[2025-02-20T23:28:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797900)\n", | |
"[2025-02-20T23:28:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798004)\n", | |
"[2025-02-20T23:28:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798103)\n", | |
"[2025-02-20T23:28:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798200)\n", | |
"[2025-02-20T23:29:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798301)\n", | |
"[2025-02-20T23:29:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798399)\n", | |
"[2025-02-20T23:29:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798502)\n", | |
"[2025-02-20T23:29:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798602)\n", | |
"[2025-02-20T23:29:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798702)\n", | |
"[2025-02-20T23:29:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798799)\n", | |
"[2025-02-20T23:29:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798900)\n", | |
"[2025-02-20T23:29:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798999)\n", | |
"[2025-02-20T23:30:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799101)\n", | |
"[2025-02-20T23:30:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799203)\n", | |
"[2025-02-20T23:30:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799301)\n", | |
"[2025-02-20T23:30:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799400)\n", | |
"[2025-02-20T23:30:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799500)\n", | |
"[2025-02-20T23:30:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799601)\n", | |
"[2025-02-20T23:30:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799701)\n", | |
"[2025-02-20T23:30:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799802)\n", | |
"[2025-02-20T23:31:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799902)\n", | |
"[2025-02-20T23:31:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800000)\n", | |
"[2025-02-20T23:31:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800099)\n", | |
"[2025-02-20T23:31:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800201)\n", | |
"[2025-02-20T23:31:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800301)\n", | |
"[2025-02-20T23:31:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800399)\n", | |
"[2025-02-20T23:31:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800499)\n", | |
"[2025-02-20T23:31:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800601)\n", | |
"[2025-02-20T23:32:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800699)\n", | |
"[2025-02-20T23:32:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800800)\n", | |
"[2025-02-20T23:32:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800903)\n", | |
"[2025-02-20T23:32:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800999)\n", | |
"[2025-02-20T23:32:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801104)\n", | |
"[2025-02-20T23:32:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801200)\n", | |
"[2025-02-20T23:32:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801299)\n", | |
"[2025-02-20T23:32:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801399)\n", | |
"[2025-02-20T23:33:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801499)\n", | |
"[2025-02-20T23:33:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801600)\n", | |
"[2025-02-20T23:33:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801703)\n", | |
"[2025-02-20T23:33:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801803)\n", | |
"[2025-02-20T23:33:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801899)\n", | |
"[2025-02-20T23:33:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801999)\n", | |
"[2025-02-20T23:33:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802103)\n", | |
"[2025-02-20T23:33:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802200)\n", | |
"[2025-02-20T23:34:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802300)\n", | |
"[2025-02-20T23:34:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802401)\n", | |
"[2025-02-20T23:34:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802502)\n", | |
"[2025-02-20T23:34:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802603)\n", | |
"[2025-02-20T23:34:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802700)\n", | |
"[2025-02-20T23:34:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802806)\n", | |
"[2025-02-20T23:34:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802900)\n", | |
"[2025-02-20T23:34:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803001)\n", | |
"[2025-02-20T23:34:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803099)\n", | |
"[2025-02-20T23:35:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803202)\n", | |
"[2025-02-20T23:35:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803299)\n", | |
"[2025-02-20T23:35:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803403)\n", | |
"[2025-02-20T23:35:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803499)\n", | |
"[2025-02-20T23:35:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803601)\n", | |
"[2025-02-20T23:35:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803703)\n", | |
"[2025-02-20T23:35:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803806)\n", | |
"[2025-02-20T23:35:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803900)\n", | |
"[2025-02-20T23:36:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803999)\n", | |
"[2025-02-20T23:36:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804105)\n", | |
"[2025-02-20T23:36:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804199)\n", | |
"[2025-02-20T23:36:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804300)\n", | |
"[2025-02-20T23:36:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804404)\n", | |
"[2025-02-20T23:36:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804499)\n", | |
"[2025-02-20T23:36:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804602)\n", | |
"[2025-02-20T23:36:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804699)\n", | |
"[2025-02-20T23:37:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804802)\n", | |
"[2025-02-20T23:37:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804905)\n", | |
"[2025-02-20T23:37:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805003)\n", | |
"[2025-02-20T23:37:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805100)\n", | |
"[2025-02-20T23:37:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805204)\n", | |
"[2025-02-20T23:37:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805302)\n", | |
"[2025-02-20T23:37:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805400)\n", | |
"[2025-02-20T23:37:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805499)\n", | |
"[2025-02-20T23:38:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805601)\n", | |
"[2025-02-20T23:38:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805706)\n", | |
"[2025-02-20T23:38:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805802)\n", | |
"[2025-02-20T23:38:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805901)\n", | |
"[2025-02-20T23:38:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806004)\n", | |
"[2025-02-20T23:38:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806099)\n", | |
"[2025-02-20T23:38:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806202)\n", | |
"[2025-02-20T23:38:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806299)\n", | |
"[2025-02-20T23:39:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806404)\n", | |
"[2025-02-20T23:39:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806503)\n", | |
"[2025-02-20T23:39:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806601)\n", | |
"[2025-02-20T23:39:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806699)\n", | |
"[2025-02-20T23:39:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806800)\n", | |
"[2025-02-20T23:39:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806900)\n", | |
"[2025-02-20T23:39:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807002)\n", | |
"[2025-02-20T23:39:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807105)\n", | |
"[2025-02-20T23:40:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807203)\n", | |
"[2025-02-20T23:40:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807303)\n", | |
"[2025-02-20T23:40:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807400)\n", | |
"[2025-02-20T23:40:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807499)\n", | |
"[2025-02-20T23:40:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807601)\n", | |
"[2025-02-20T23:40:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807702)\n", | |
"[2025-02-20T23:40:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807801)\n", | |
"[2025-02-20T23:40:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807902)\n", | |
"[2025-02-20T23:41:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808000)\n", | |
"[2025-02-20T23:41:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808099)\n", | |
"[2025-02-20T23:41:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808201)\n", | |
"[2025-02-20T23:41:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808306)\n", | |
"[2025-02-20T23:41:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808402)\n", | |
"[2025-02-20T23:41:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808502)\n", | |
"[2025-02-20T23:41:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808603)\n", | |
"[2025-02-20T23:41:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808701)\n", | |
"[2025-02-20T23:42:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808803)\n", | |
"[2025-02-20T23:42:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808900)\n", | |
"[2025-02-20T23:42:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809003)\n", | |
"[2025-02-20T23:42:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809103)\n", | |
"[2025-02-20T23:42:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809203)\n", | |
"[2025-02-20T23:42:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809300)\n", | |
"[2025-02-20T23:42:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809400)\n", | |
"[2025-02-20T23:42:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809499)\n", | |
"[2025-02-20T23:43:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809603)\n", | |
"[2025-02-20T23:43:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809699)\n", | |
"[2025-02-20T23:43:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809801)\n", | |
"[2025-02-20T23:43:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809902)\n", | |
"[2025-02-20T23:43:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810001)\n", | |
"[2025-02-20T23:43:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810102)\n", | |
"[2025-02-20T23:43:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810203)\n", | |
"[2025-02-20T23:43:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810299)\n", | |
"[2025-02-20T23:44:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810406)\n", | |
"[2025-02-20T23:44:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810503)\n", | |
"[2025-02-20T23:44:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810600)\n", | |
"[2025-02-20T23:44:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810704)\n", | |
"[2025-02-20T23:44:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810803)\n", | |
"[2025-02-20T23:44:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810903)\n", | |
"[2025-02-20T23:44:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811002)\n", | |
"[2025-02-20T23:44:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811101)\n", | |
"[2025-02-20T23:44:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811201)\n", | |
"[2025-02-20T23:45:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811301)\n", | |
"[2025-02-20T23:45:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811400)\n", | |
"[2025-02-20T23:45:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811501)\n", | |
"[2025-02-20T23:45:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811601)\n", | |
"[2025-02-20T23:45:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811700)\n", | |
"[2025-02-20T23:45:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811808)\n", | |
"[2025-02-20T23:45:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811900)\n", | |
"[2025-02-20T23:45:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812002)\n", | |
"[2025-02-20T23:45:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812106)\n", | |
"[2025-02-20T23:46:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812201)\n", | |
"[2025-02-20T23:46:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812312)\n", | |
"[2025-02-20T23:46:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812402)\n", | |
"[2025-02-20T23:46:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812502)\n", | |
"[2025-02-20T23:46:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812605)\n", | |
"[2025-02-20T23:46:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812699)\n", | |
"[2025-02-20T23:46:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812803)\n", | |
"[2025-02-20T23:46:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812904)\n", | |
"[2025-02-20T23:47:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813002)\n", | |
"[2025-02-20T23:47:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813105)\n", | |
"[2025-02-20T23:47:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813205)\n", | |
"[2025-02-20T23:47:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813301)\n", | |
"[2025-02-20T23:47:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813399)\n", | |
"[2025-02-20T23:47:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813501)\n", | |
"[2025-02-20T23:47:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813601)\n", | |
"[2025-02-20T23:47:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813699)\n", | |
"[2025-02-20T23:47:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813801)\n", | |
"[2025-02-20T23:48:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813900)\n", | |
"[2025-02-20T23:48:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814005)\n", | |
"[2025-02-20T23:48:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814099)\n", | |
"[2025-02-20T23:48:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814200)\n", | |
"[2025-02-20T23:48:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814302)\n", | |
"[2025-02-20T23:48:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814399)\n", | |
"[2025-02-20T23:48:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814502)\n", | |
"[2025-02-20T23:48:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814602)\n", | |
"[2025-02-20T23:49:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814701)\n", | |
"[2025-02-20T23:49:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814800)\n", | |
"[2025-02-20T23:49:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814905)\n", | |
"[2025-02-20T23:49:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815002)\n", | |
"[2025-02-20T23:49:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815101)\n", | |
"[2025-02-20T23:49:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815202)\n", | |
"[2025-02-20T23:49:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815299)\n", | |
"[2025-02-20T23:49:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815403)\n", | |
"[2025-02-20T23:50:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815499)\n", | |
"[2025-02-20T23:50:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815603)\n", | |
"[2025-02-20T23:50:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815699)\n", | |
"[2025-02-20T23:50:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815799)\n", | |
"[2025-02-20T23:50:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815899)\n", | |
"[2025-02-20T23:50:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816001)\n", | |
"[2025-02-20T23:50:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816100)\n", | |
"[2025-02-20T23:51:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816203)\n", | |
"[2025-02-20T23:51:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816299)\n", | |
"[2025-02-20T23:51:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816401)\n", | |
"[2025-02-20T23:51:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816500)\n", | |
"[2025-02-20T23:51:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816602)\n", | |
"[2025-02-20T23:51:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816701)\n", | |
"[2025-02-20T23:51:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816803)\n", | |
"[2025-02-20T23:51:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816902)\n", | |
"[2025-02-20T23:52:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817003)\n", | |
"[2025-02-20T23:52:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817099)\n", | |
"[2025-02-20T23:52:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817203)\n", | |
"[2025-02-20T23:52:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817300)\n", | |
"[2025-02-20T23:52:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817400)\n", | |
"[2025-02-20T23:52:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817503)\n", | |
"[2025-02-20T23:52:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817600)\n", | |
"[2025-02-20T23:53:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817701)\n", | |
"[2025-02-20T23:53:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817799)\n", | |
"[2025-02-20T23:53:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817900)\n", | |
"[2025-02-20T23:53:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817999)\n", | |
"[2025-02-20T23:53:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818102)\n", | |
"[2025-02-20T23:53:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818199)\n", | |
"[2025-02-20T23:53:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818302)\n", | |
"[2025-02-20T23:53:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818402)\n", | |
"[2025-02-20T23:54:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818501)\n", | |
"[2025-02-20T23:54:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818601)\n", | |
"[2025-02-20T23:54:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818702)\n", | |
"[2025-02-20T23:54:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818801)\n", | |
"[2025-02-20T23:54:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818904)\n", | |
"[2025-02-20T23:54:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819001)\n", | |
"[2025-02-20T23:54:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819102)\n", | |
"[2025-02-20T23:54:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819204)\n", | |
"[2025-02-20T23:55:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819300)\n", | |
"[2025-02-20T23:55:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819400)\n", | |
"[2025-02-20T23:55:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819506)\n", | |
"[2025-02-20T23:55:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819601)\n", | |
"[2025-02-20T23:55:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819704)\n", | |
"[2025-02-20T23:55:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819805)\n", | |
"[2025-02-20T23:55:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819901)\n", | |
"[2025-02-20T23:56:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820002)\n", | |
"[2025-02-20T23:56:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820103)\n", | |
"[2025-02-20T23:56:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820201)\n", | |
"[2025-02-20T23:56:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820299)\n", | |
"[2025-02-20T23:56:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820400)\n", | |
"[2025-02-20T23:56:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820503)\n", | |
"[2025-02-20T23:56:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820602)\n", | |
"[2025-02-20T23:56:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820699)\n", | |
"[2025-02-20T23:57:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820805)\n", | |
"[2025-02-20T23:57:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820901)\n", | |
"[2025-02-20T23:57:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820999)\n", | |
"[2025-02-20T23:57:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821100)\n", | |
"[2025-02-20T23:57:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821203)\n", | |
"[2025-02-20T23:57:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821299)\n", | |
"[2025-02-20T23:57:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821399)\n", | |
"[2025-02-20T23:57:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821499)\n", | |
"[2025-02-20T23:58:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821602)\n", | |
"[2025-02-20T23:58:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821701)\n", | |
"[2025-02-20T23:58:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821799)\n", | |
"[2025-02-20T23:58:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821901)\n", | |
"[2025-02-20T23:58:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821999)\n", | |
"[2025-02-20T23:58:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822103)\n", | |
"[2025-02-20T23:58:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822199)\n", | |
"[2025-02-20T23:59:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822302)\n", | |
"[2025-02-20T23:59:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822400)\n", | |
"[2025-02-20T23:59:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822499)\n", | |
"[2025-02-20T23:59:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822602)\n", | |
"[2025-02-20T23:59:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822704)\n", | |
"[2025-02-20T23:59:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822800)\n", | |
"[2025-02-20T23:59:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822899)\n", | |
"[2025-02-20T23:59:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823000)\n", | |
"[2025-02-21T00:00:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823099)\n", | |
"[2025-02-21T00:00:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823201)\n", | |
"[2025-02-21T00:00:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823301)\n", | |
"[2025-02-21T00:00:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823401)\n", | |
"[2025-02-21T00:00:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823499)\n", | |
"[2025-02-21T00:00:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823599)\n", | |
"[2025-02-21T00:00:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823702)\n", | |
"[2025-02-21T00:01:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823800)\n", | |
"[2025-02-21T00:01:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823902)\n", | |
"[2025-02-21T00:01:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824002)\n", | |
"[2025-02-21T00:01:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824099)\n", | |
"[2025-02-21T00:01:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824202)\n", | |
"[2025-02-21T00:01:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824304)\n", | |
"[2025-02-21T00:01:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824403)\n", | |
"[2025-02-21T00:01:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824505)\n", | |
"[2025-02-21T00:02:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824599)\n", | |
"[2025-02-21T00:02:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824699)\n", | |
"[2025-02-21T00:02:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824799)\n", | |
"[2025-02-21T00:02:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824901)\n", | |
"[2025-02-21T00:02:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825001)\n", | |
"[2025-02-21T00:02:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825103)\n", | |
"[2025-02-21T00:02:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825199)\n", | |
"[2025-02-21T00:02:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825303)\n", | |
"[2025-02-21T00:03:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825403)\n", | |
"[2025-02-21T00:03:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825502)\n", | |
"[2025-02-21T00:03:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825600)\n", | |
"[2025-02-21T00:03:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825703)\n", | |
"[2025-02-21T00:03:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825801)\n", | |
"[2025-02-21T00:03:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825900)\n", | |
"[2025-02-21T00:03:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826001)\n", | |
"[2025-02-21T00:03:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826100)\n", | |
"[2025-02-21T00:04:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826206)\n", | |
"[2025-02-21T00:04:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826303)\n", | |
"[2025-02-21T00:04:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826405)\n", | |
"[2025-02-21T00:04:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826500)\n", | |
"[2025-02-21T00:04:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826604)\n", | |
"[2025-02-21T00:04:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826701)\n", | |
"[2025-02-21T00:04:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826803)\n", | |
"[2025-02-21T00:04:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826900)\n", | |
"[2025-02-21T00:05:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827002)\n", | |
"[2025-02-21T00:05:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827100)\n", | |
"[2025-02-21T00:05:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827200)\n", | |
"[2025-02-21T00:05:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827303)\n", | |
"[2025-02-21T00:05:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827401)\n", | |
"[2025-02-21T00:05:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827501)\n", | |
"[2025-02-21T00:05:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827602)\n", | |
"[2025-02-21T00:05:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827699)\n", | |
"[2025-02-21T00:06:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827801)\n", | |
"[2025-02-21T00:06:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827902)\n", | |
"[2025-02-21T00:06:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828012)\n", | |
"[2025-02-21T00:06:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828099)\n", | |
"[2025-02-21T00:06:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828203)\n", | |
"[2025-02-21T00:06:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828301)\n", | |
"[2025-02-21T00:06:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828400)\n", | |
"[2025-02-21T00:06:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828502)\n", | |
"[2025-02-21T00:07:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828599)\n", | |
"[2025-02-21T00:07:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828703)\n", | |
"[2025-02-21T00:07:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828800)\n", | |
"[2025-02-21T00:07:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828903)\n", | |
"[2025-02-21T00:07:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829002)\n", | |
"[2025-02-21T00:07:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829102)\n", | |
"[2025-02-21T00:07:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829202)\n", | |
"[2025-02-21T00:07:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829300)\n", | |
"[2025-02-21T00:07:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829402)\n", | |
"[2025-02-21T00:08:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829500)\n", | |
"[2025-02-21T00:08:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829601)\n", | |
"[2025-02-21T00:08:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829705)\n", | |
"[2025-02-21T00:08:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829799)\n", | |
"[2025-02-21T00:08:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829902)\n", | |
"[2025-02-21T00:08:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830002)\n", | |
"[2025-02-21T00:08:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830104)\n", | |
"[2025-02-21T00:08:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830201)\n", | |
"[2025-02-21T00:09:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830304)\n", | |
"[2025-02-21T00:09:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830400)\n", | |
"[2025-02-21T00:09:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830499)\n", | |
"[2025-02-21T00:09:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830600)\n", | |
"[2025-02-21T00:09:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830700)\n", | |
"[2025-02-21T00:09:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830801)\n", | |
"[2025-02-21T00:09:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830902)\n", | |
"[2025-02-21T00:09:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831004)\n", | |
"[2025-02-21T00:10:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831100)\n", | |
"[2025-02-21T00:10:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831201)\n", | |
"[2025-02-21T00:10:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831299)\n", | |
"[2025-02-21T00:10:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831403)\n", | |
"[2025-02-21T00:10:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831505)\n", | |
"[2025-02-21T00:10:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831599)\n", | |
"[2025-02-21T00:10:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831701)\n", | |
"[2025-02-21T00:11:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831803)\n", | |
"[2025-02-21T00:11:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831900)\n", | |
"[2025-02-21T00:11:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832001)\n", | |
"[2025-02-21T00:11:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832105)\n", | |
"[2025-02-21T00:11:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832200)\n", | |
"[2025-02-21T00:11:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832301)\n", | |
"[2025-02-21T00:11:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832404)\n", | |
"[2025-02-21T00:11:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832502)\n", | |
"[2025-02-21T00:12:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832600)\n", | |
"[2025-02-21T00:12:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832699)\n", | |
"[2025-02-21T00:12:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832801)\n", | |
"[2025-02-21T00:12:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832901)\n", | |
"[2025-02-21T00:12:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833001)\n", | |
"[2025-02-21T00:12:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833104)\n", | |
"[2025-02-21T00:12:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833202)\n", | |
"[2025-02-21T00:12:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833303)\n", | |
"[2025-02-21T00:13:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833399)\n", | |
"[2025-02-21T00:13:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833504)\n", | |
"[2025-02-21T00:13:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833605)\n", | |
"[2025-02-21T00:13:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833699)\n", | |
"[2025-02-21T00:13:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833801)\n", | |
"[2025-02-21T00:13:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833903)\n", | |
"[2025-02-21T00:13:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833999)\n", | |
"[2025-02-21T00:13:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834101)\n", | |
"[2025-02-21T00:14:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834201)\n", | |
"[2025-02-21T00:14:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834303)\n", | |
"[2025-02-21T00:14:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834400)\n", | |
"[2025-02-21T00:14:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834500)\n", | |
"[2025-02-21T00:14:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834600)\n", | |
"[2025-02-21T00:14:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834700)\n", | |
"[2025-02-21T00:14:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834802)\n", | |
"[2025-02-21T00:15:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834903)\n", | |
"[2025-02-21T00:15:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835001)\n", | |
"[2025-02-21T00:15:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835099)\n", | |
"[2025-02-21T00:15:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835199)\n", | |
"[2025-02-21T00:15:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835300)\n", | |
"[2025-02-21T00:15:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835400)\n", | |
"[2025-02-21T00:15:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835500)\n", | |
"[2025-02-21T00:16:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835600)\n", | |
"[2025-02-21T00:16:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835701)\n", | |
"[2025-02-21T00:16:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835805)\n", | |
"[2025-02-21T00:16:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835899)\n", | |
"[2025-02-21T00:16:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836000)\n", | |
"[2025-02-21T00:16:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836102)\n", | |
"[2025-02-21T00:16:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836202)\n", | |
"[2025-02-21T00:16:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836305)\n", | |
"[2025-02-21T00:17:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836401)\n", | |
"[2025-02-21T00:17:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836499)\n", | |
"[2025-02-21T00:17:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836599)\n", | |
"[2025-02-21T00:17:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836701)\n", | |
"[2025-02-21T00:17:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836800)\n", | |
"[2025-02-21T00:17:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836902)\n", | |
"[2025-02-21T00:17:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837002)\n", | |
"[2025-02-21T00:18:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837106)\n", | |
"[2025-02-21T00:18:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837200)\n", | |
"[2025-02-21T00:18:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837301)\n", | |
"[2025-02-21T00:18:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837401)\n", | |
"[2025-02-21T00:18:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837500)\n", | |
"[2025-02-21T00:18:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837600)\n", | |
"[2025-02-21T00:18:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837699)\n", | |
"[2025-02-21T00:18:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837801)\n", | |
"[2025-02-21T00:19:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837900)\n", | |
"[2025-02-21T00:19:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838001)\n", | |
"[2025-02-21T00:19:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838100)\n", | |
"[2025-02-21T00:19:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838199)\n", | |
"[2025-02-21T00:19:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838303)\n", | |
"[2025-02-21T00:19:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838399)\n", | |
"[2025-02-21T00:19:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838500)\n", | |
"[2025-02-21T00:19:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838601)\n", | |
"[2025-02-21T00:20:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838700)\n", | |
"[2025-02-21T00:20:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838800)\n", | |
"[2025-02-21T00:20:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838906)\n", | |
"[2025-02-21T00:20:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839000)\n", | |
"[2025-02-21T00:20:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839106)\n", | |
"[2025-02-21T00:20:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839199)\n", | |
"[2025-02-21T00:21:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839302)\n", | |
"[2025-02-21T00:21:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839399)\n", | |
"[2025-02-21T00:21:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839500)\n", | |
"[2025-02-21T00:21:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839599)\n", | |
"[2025-02-21T00:21:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839701)\n", | |
"[2025-02-21T00:21:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839799)\n", | |
"[2025-02-21T00:21:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839899)\n", | |
"[2025-02-21T00:21:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839999)\n", | |
"[2025-02-21T00:22:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840104)\n", | |
"[2025-02-21T00:22:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840201)\n", | |
"[2025-02-21T00:22:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840302)\n", | |
"[2025-02-21T00:22:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840400)\n", | |
"[2025-02-21T00:22:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840502)\n", | |
"[2025-02-21T00:22:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840600)\n", | |
"[2025-02-21T00:23:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840699)\n", | |
"[2025-02-21T00:23:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840799)\n", | |
"[2025-02-21T00:23:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840899)\n", | |
"[2025-02-21T00:23:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841000)\n", | |
"[2025-02-21T00:23:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841102)\n", | |
"[2025-02-21T00:23:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841200)\n", | |
"[2025-02-21T00:23:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841303)\n", | |
"[2025-02-21T00:24:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841399)\n", | |
"[2025-02-21T00:24:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841505)\n", | |
"[2025-02-21T00:24:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841605)\n", | |
"[2025-02-21T00:24:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841701)\n", | |
"[2025-02-21T00:24:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841800)\n", | |
"[2025-02-21T00:24:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841900)\n", | |
"[2025-02-21T00:24:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842000)\n", | |
"[2025-02-21T00:25:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842099)\n", | |
"[2025-02-21T00:25:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842202)\n", | |
"[2025-02-21T00:25:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842302)\n", | |
"[2025-02-21T00:25:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842400)\n", | |
"[2025-02-21T00:25:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842500)\n", | |
"[2025-02-21T00:26:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842599)\n", | |
"[2025-02-21T00:26:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842701)\n", | |
"[2025-02-21T00:26:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842801)\n", | |
"[2025-02-21T00:26:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842901)\n", | |
"[2025-02-21T00:26:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842999)\n", | |
"[2025-02-21T00:26:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843106)\n", | |
"[2025-02-21T00:27:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843204)\n", | |
"[2025-02-21T00:27:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843299)\n", | |
"[2025-02-21T00:27:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843402)\n", | |
"[2025-02-21T00:27:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843500)\n", | |
"[2025-02-21T00:27:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843601)\n", | |
"[2025-02-21T00:27:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843700)\n", | |
"[2025-02-21T00:28:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843803)\n", | |
"[2025-02-21T00:28:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843903)\n", | |
"[2025-02-21T00:28:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844005)\n", | |
"[2025-02-21T00:28:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844100)\n", | |
"[2025-02-21T00:28:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844208)\n", | |
"[2025-02-21T00:28:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844299)\n", | |
"[2025-02-21T00:28:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844402)\n", | |
"[2025-02-21T00:29:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844504)\n", | |
"[2025-02-21T00:29:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844599)\n", | |
"[2025-02-21T00:29:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844700)\n", | |
"[2025-02-21T00:29:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844804)\n", | |
"[2025-02-21T00:29:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844901)\n", | |
"[2025-02-21T00:29:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844999)\n", | |
"[2025-02-21T00:29:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845100)\n", | |
"[2025-02-21T00:30:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845200)\n", | |
"[2025-02-21T00:30:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845303)\n", | |
"[2025-02-21T00:30:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845400)\n", | |
"[2025-02-21T00:30:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845501)\n", | |
"[2025-02-21T00:30:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845600)\n", | |
"[2025-02-21T00:31:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845704)\n", | |
"[2025-02-21T00:31:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845800)\n", | |
"[2025-02-21T00:31:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845902)\n", | |
"[2025-02-21T00:31:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845999)\n", | |
"[2025-02-21T00:32:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846107)\n", | |
"[2025-02-21T00:32:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846199)\n", | |
"[2025-02-21T00:32:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846299)\n", | |
"[2025-02-21T00:32:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846402)\n", | |
"[2025-02-21T00:33:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846499)\n", | |
"[2025-02-21T00:33:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846604)\n", | |
"[2025-02-21T00:33:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846703)\n", | |
"[2025-02-21T00:33:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846799)\n", | |
"[2025-02-21T00:33:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846900)\n", | |
"[2025-02-21T00:33:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847000)\n", | |
"[2025-02-21T00:34:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847103)\n", | |
"[2025-02-21T00:34:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847201)\n", | |
"[2025-02-21T00:34:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847301)\n", | |
"[2025-02-21T00:34:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847401)\n", | |
"[2025-02-21T00:35:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847500)\n", | |
"[2025-02-21T00:35:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847603)\n", | |
"[2025-02-21T00:35:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847699)\n", | |
"[2025-02-21T00:35:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847801)\n", | |
"[2025-02-21T00:35:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847900)\n", | |
"[2025-02-21T00:36:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848001)\n", | |
"[2025-02-21T00:36:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848101)\n", | |
"[2025-02-21T00:36:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848204)\n", | |
"[2025-02-21T00:36:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848305)\n", | |
"[2025-02-21T00:36:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848401)\n", | |
"[2025-02-21T00:37:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848499)\n", | |
"[2025-02-21T00:37:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848602)\n", | |
"[2025-02-21T00:37:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848699)\n", | |
"[2025-02-21T00:37:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848804)\n", | |
"[2025-02-21T00:37:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848902)\n", | |
"[2025-02-21T00:38:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848999)\n", | |
"[2025-02-21T00:38:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849105)\n", | |
"[2025-02-21T00:38:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849200)\n", | |
"[2025-02-21T00:38:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849300)\n", | |
"[2025-02-21T00:39:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849404)\n", | |
"[2025-02-21T00:39:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849502)\n", | |
"[2025-02-21T00:39:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849600)\n", | |
"[2025-02-21T00:39:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849701)\n", | |
"[2025-02-21T00:39:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849804)\n", | |
"[2025-02-21T00:40:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849900)\n", | |
"[2025-02-21T00:40:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850002)\n", | |
"[2025-02-21T00:40:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850099)\n", | |
"[2025-02-21T00:40:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850201)\n", | |
"[2025-02-21T00:40:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850304)\n", | |
"[2025-02-21T00:41:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850401)\n", | |
"[2025-02-21T00:41:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850500)\n", | |
"[2025-02-21T00:41:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850605)\n", | |
"[2025-02-21T00:41:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850703)\n", | |
"[2025-02-21T00:41:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850799)\n", | |
"[2025-02-21T00:42:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850901)\n", | |
"[2025-02-21T00:42:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851006)\n", | |
"[2025-02-21T00:42:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851100)\n", | |
"[2025-02-21T00:42:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851203)\n", | |
"[2025-02-21T00:42:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851307)\n", | |
"[2025-02-21T00:43:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851401)\n", | |
"[2025-02-21T00:43:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851504)\n", | |
"[2025-02-21T00:43:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851604)\n", | |
"[2025-02-21T00:43:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851701)\n", | |
"[2025-02-21T00:43:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851804)\n", | |
"[2025-02-21T00:44:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851901)\n", | |
"[2025-02-21T00:44:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852000)\n", | |
"[2025-02-21T00:44:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852106)\n", | |
"[2025-02-21T00:44:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852199)\n", | |
"[2025-02-21T00:44:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852299)\n", | |
"[2025-02-21T00:45:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852400)\n", | |
"[2025-02-21T00:45:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852499)\n", | |
"[2025-02-21T00:45:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852603)\n", | |
"[2025-02-21T00:45:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852710)\n", | |
"[2025-02-21T00:45:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852804)\n", | |
"[2025-02-21T00:45:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852902)\n", | |
"[2025-02-21T00:45:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853000)\n", | |
"[2025-02-21T00:45:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853100)\n", | |
"[2025-02-21T00:46:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853201)\n", | |
"[2025-02-21T00:46:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853302)\n", | |
"[2025-02-21T00:46:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853400)\n", | |
"[2025-02-21T00:46:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853500)\n", | |
"[2025-02-21T00:46:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853599)\n", | |
"[2025-02-21T00:46:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853699)\n", | |
"[2025-02-21T00:46:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853801)\n", | |
"[2025-02-21T00:46:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853901)\n", | |
"[2025-02-21T00:47:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853999)\n", | |
"[2025-02-21T00:47:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854103)\n", | |
"[2025-02-21T00:47:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854202)\n", | |
"[2025-02-21T00:47:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854300)\n", | |
"[2025-02-21T00:47:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854404)\n", | |
"[2025-02-21T00:47:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854501)\n", | |
"[2025-02-21T00:47:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854601)\n", | |
"[2025-02-21T00:48:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854701)\n", | |
"[2025-02-21T00:48:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854801)\n", | |
"[2025-02-21T00:48:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854900)\n", | |
"[2025-02-21T00:48:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855000)\n", | |
"[2025-02-21T00:48:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855101)\n", | |
"[2025-02-21T00:48:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855203)\n", | |
"[2025-02-21T00:48:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855299)\n", | |
"[2025-02-21T00:49:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855407)\n", | |
"[2025-02-21T00:49:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855500)\n", | |
"[2025-02-21T00:49:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855604)\n", | |
"[2025-02-21T00:49:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855703)\n", | |
"[2025-02-21T00:49:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855802)\n", | |
"[2025-02-21T00:49:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855900)\n", | |
"[2025-02-21T00:49:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856001)\n", | |
"[2025-02-21T00:49:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856099)\n", | |
"[2025-02-21T00:50:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856199)\n", | |
"[2025-02-21T00:50:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856304)\n", | |
"[2025-02-21T00:50:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856400)\n", | |
"[2025-02-21T00:50:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856507)\n", | |
"[2025-02-21T00:50:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856604)\n", | |
"[2025-02-21T00:50:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856703)\n", | |
"[2025-02-21T00:50:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856801)\n", | |
"[2025-02-21T00:50:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856899)\n", | |
"[2025-02-21T00:51:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857000)\n", | |
"[2025-02-21T00:51:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857104)\n", | |
"[2025-02-21T00:51:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857202)\n", | |
"[2025-02-21T00:51:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857304)\n", | |
"[2025-02-21T00:51:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857402)\n", | |
"[2025-02-21T00:51:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857502)\n", | |
"[2025-02-21T00:51:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857600)\n", | |
"[2025-02-21T00:52:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857700)\n", | |
"[2025-02-21T00:52:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857799)\n", | |
"[2025-02-21T00:52:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857902)\n", | |
"[2025-02-21T00:52:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858000)\n", | |
"[2025-02-21T00:52:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858099)\n", | |
"[2025-02-21T00:52:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858201)\n", | |
"[2025-02-21T00:52:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858306)\n", | |
"[2025-02-21T00:53:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858400)\n", | |
"[2025-02-21T00:53:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858506)\n", | |
"[2025-02-21T00:53:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858600)\n", | |
"[2025-02-21T00:53:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858701)\n", | |
"[2025-02-21T00:53:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858801)\n", | |
"[2025-02-21T00:53:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858900)\n", | |
"[2025-02-21T00:53:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859002)\n", | |
"[2025-02-21T00:53:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859102)\n", | |
"[2025-02-21T00:54:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859202)\n", | |
"[2025-02-21T00:54:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859302)\n", | |
"[2025-02-21T00:54:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859400)\n", | |
"[2025-02-21T00:54:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859504)\n", | |
"[2025-02-21T00:54:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859606)\n", | |
"[2025-02-21T00:54:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859707)\n", | |
"[2025-02-21T00:54:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859800)\n", | |
"[2025-02-21T00:55:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859902)\n", | |
"[2025-02-21T00:55:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860001)\n", | |
"[2025-02-21T00:55:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860102)\n", | |
"[2025-02-21T00:55:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860201)\n", | |
"[2025-02-21T00:55:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860302)\n", | |
"[2025-02-21T00:55:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860401)\n", | |
"[2025-02-21T00:55:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860503)\n", | |
"[2025-02-21T00:55:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860601)\n", | |
"[2025-02-21T00:56:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860703)\n", | |
"[2025-02-21T00:56:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860803)\n", | |
"[2025-02-21T00:56:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860899)\n", | |
"[2025-02-21T00:56:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861002)\n", | |
"[2025-02-21T00:56:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861100)\n", | |
"[2025-02-21T00:56:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861200)\n", | |
"[2025-02-21T00:56:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861302)\n", | |
"[2025-02-21T00:57:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861399)\n", | |
"[2025-02-21T00:57:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861499)\n", | |
"[2025-02-21T00:57:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861600)\n", | |
"[2025-02-21T00:57:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861700)\n", | |
"[2025-02-21T00:57:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861801)\n", | |
"[2025-02-21T00:57:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861902)\n", | |
"[2025-02-21T00:57:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862004)\n", | |
"[2025-02-21T00:58:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862099)\n", | |
"[2025-02-21T00:58:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862201)\n", | |
"[2025-02-21T00:58:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862304)\n", | |
"[2025-02-21T00:58:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862400)\n", | |
"[2025-02-21T00:58:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862500)\n", | |
"[2025-02-21T00:58:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862600)\n", | |
"[2025-02-21T00:58:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862705)\n", | |
"[2025-02-21T00:58:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862803)\n", | |
"[2025-02-21T00:59:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862900)\n", | |
"[2025-02-21T00:59:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862999)\n", | |
"[2025-02-21T00:59:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863100)\n", | |
"[2025-02-21T00:59:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863199)\n", | |
"[2025-02-21T00:59:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863300)\n", | |
"[2025-02-21T00:59:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863405)\n", | |
"[2025-02-21T00:59:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863503)\n", | |
"[2025-02-21T01:00:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863601)\n", | |
"[2025-02-21T01:00:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863699)\n", | |
"[2025-02-21T01:00:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863804)\n", | |
"[2025-02-21T01:00:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863901)\n", | |
"[2025-02-21T01:00:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864004)\n", | |
"[2025-02-21T01:00:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864102)\n", | |
"[2025-02-21T01:00:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864201)\n", | |
"[2025-02-21T01:00:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864302)\n", | |
"[2025-02-21T01:01:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864399)\n", | |
"[2025-02-21T01:01:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864500)\n", | |
"[2025-02-21T01:01:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864602)\n", | |
"[2025-02-21T01:01:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864700)\n", | |
"[2025-02-21T01:01:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864801)\n", | |
"[2025-02-21T01:01:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864899)\n", | |
"[2025-02-21T01:01:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865004)\n", | |
"[2025-02-21T01:02:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865103)\n", | |
"[2025-02-21T01:02:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865200)\n", | |
"[2025-02-21T01:02:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865302)\n", | |
"[2025-02-21T01:02:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865402)\n", | |
"[2025-02-21T01:02:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865501)\n", | |
"[2025-02-21T01:02:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865602)\n", | |
"[2025-02-21T01:02:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865701)\n", | |
"[2025-02-21T01:03:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865800)\n", | |
"[2025-02-21T01:03:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865902)\n", | |
"[2025-02-21T01:03:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866005)\n", | |
"[2025-02-21T01:03:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866099)\n", | |
"[2025-02-21T01:03:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866202)\n", | |
"[2025-02-21T01:03:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866301)\n", | |
"[2025-02-21T01:03:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866401)\n", | |
"[2025-02-21T01:03:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866508)\n", | |
"[2025-02-21T01:04:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866599)\n", | |
"[2025-02-21T01:04:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866700)\n", | |
"[2025-02-21T01:04:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866799)\n", | |
"[2025-02-21T01:04:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866903)\n", | |
"[2025-02-21T01:04:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867002)\n", | |
"[2025-02-21T01:04:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867099)\n", | |
"[2025-02-21T01:04:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867201)\n", | |
"[2025-02-21T01:05:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867302)\n", | |
"[2025-02-21T01:05:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867401)\n", | |
"[2025-02-21T01:05:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867499)\n", | |
"[2025-02-21T01:05:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867599)\n", | |
"[2025-02-21T01:05:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867701)\n", | |
"[2025-02-21T01:05:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867800)\n", | |
"[2025-02-21T01:05:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867903)\n", | |
"[2025-02-21T01:05:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868004)\n", | |
"[2025-02-21T01:06:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868103)\n", | |
"[2025-02-21T01:06:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868201)\n", | |
"[2025-02-21T01:06:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868304)\n", | |
"[2025-02-21T01:06:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868403)\n", | |
"[2025-02-21T01:06:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868504)\n", | |
"[2025-02-21T01:06:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868605)\n", | |
"[2025-02-21T01:06:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868711)\n", | |
"[2025-02-21T01:07:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868802)\n", | |
"[2025-02-21T01:07:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868903)\n", | |
"[2025-02-21T01:07:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868999)\n", | |
"[2025-02-21T01:07:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869100)\n", | |
"[2025-02-21T01:07:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869200)\n", | |
"[2025-02-21T01:07:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869303)\n", | |
"[2025-02-21T01:07:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869400)\n", | |
"[2025-02-21T01:07:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869502)\n", | |
"[2025-02-21T01:08:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869602)\n", | |
"[2025-02-21T01:08:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869701)\n", | |
"[2025-02-21T01:08:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869801)\n", | |
"[2025-02-21T01:08:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869899)\n", | |
"[2025-02-21T01:08:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869999)\n", | |
"[2025-02-21T01:08:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870100)\n", | |
"[2025-02-21T01:08:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870200)\n", | |
"[2025-02-21T01:09:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870303)\n", | |
"[2025-02-21T01:09:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870404)\n", | |
"[2025-02-21T01:09:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870500)\n", | |
"[2025-02-21T01:09:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870600)\n", | |
"[2025-02-21T01:09:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870700)\n", | |
"[2025-02-21T01:09:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870800)\n", | |
"[2025-02-21T01:09:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870903)\n", | |
"[2025-02-21T01:10:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871001)\n", | |
"[2025-02-21T01:10:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871103)\n", | |
"[2025-02-21T01:10:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871199)\n", | |
"[2025-02-21T01:10:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871300)\n", | |
"[2025-02-21T01:10:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871402)\n", | |
"[2025-02-21T01:10:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871499)\n", | |
"[2025-02-21T01:11:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871602)\n", | |
"[2025-02-21T01:11:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871699)\n", | |
"[2025-02-21T01:11:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871800)\n", | |
"[2025-02-21T01:11:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871904)\n", | |
"[2025-02-21T01:11:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871999)\n", | |
"[2025-02-21T01:11:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872100)\n", | |
"[2025-02-21T01:11:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872201)\n", | |
"[2025-02-21T01:11:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872300)\n", | |
"[2025-02-21T01:12:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872402)\n", | |
"[2025-02-21T01:12:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872507)\n", | |
"[2025-02-21T01:12:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872603)\n", | |
"[2025-02-21T01:12:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872705)\n", | |
"[2025-02-21T01:12:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872804)\n", | |
"[2025-02-21T01:12:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872899)\n", | |
"[2025-02-21T01:12:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873002)\n", | |
"[2025-02-21T01:12:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873100)\n", | |
"[2025-02-21T01:13:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873201)\n", | |
"[2025-02-21T01:13:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873301)\n", | |
"[2025-02-21T01:13:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873401)\n", | |
"[2025-02-21T01:13:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873504)\n", | |
"[2025-02-21T01:13:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873601)\n", | |
"[2025-02-21T01:13:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873701)\n", | |
"[2025-02-21T01:13:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873804)\n", | |
"[2025-02-21T01:13:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873904)\n", | |
"[2025-02-21T01:14:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874000)\n", | |
"[2025-02-21T01:14:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874101)\n", | |
"[2025-02-21T01:14:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874200)\n", | |
"[2025-02-21T01:14:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874299)\n", | |
"[2025-02-21T01:14:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874399)\n", | |
"[2025-02-21T01:14:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874499)\n", | |
"[2025-02-21T01:14:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874601)\n", | |
"[2025-02-21T01:14:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874699)\n", | |
"[2025-02-21T01:15:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874800)\n", | |
"[2025-02-21T01:15:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874899)\n", | |
"[2025-02-21T01:15:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874999)\n", | |
"[2025-02-21T01:15:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875101)\n", | |
"[2025-02-21T01:15:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875204)\n", | |
"[2025-02-21T01:15:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875302)\n", | |
"[2025-02-21T01:15:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875402)\n", | |
"[2025-02-21T01:16:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875502)\n", | |
"[2025-02-21T01:16:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875600)\n", | |
"[2025-02-21T01:16:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875700)\n", | |
"[2025-02-21T01:16:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875802)\n", | |
"[2025-02-21T01:16:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875900)\n", | |
"[2025-02-21T01:16:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876000)\n", | |
"[2025-02-21T01:16:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876106)\n", | |
"[2025-02-21T01:16:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876204)\n", | |
"[2025-02-21T01:16:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876302)\n", | |
"[2025-02-21T01:17:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876402)\n", | |
"[2025-02-21T01:17:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876501)\n", | |
"[2025-02-21T01:17:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876600)\n", | |
"[2025-02-21T01:17:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876702)\n", | |
"[2025-02-21T01:17:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876809)\n", | |
"[2025-02-21T01:17:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876905)\n", | |
"[2025-02-21T01:17:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877001)\n", | |
"[2025-02-21T01:17:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877104)\n", | |
"[2025-02-21T01:18:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877201)\n", | |
"[2025-02-21T01:18:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877301)\n", | |
"[2025-02-21T01:18:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877401)\n", | |
"[2025-02-21T01:18:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877502)\n", | |
"[2025-02-21T01:18:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877602)\n", | |
"[2025-02-21T01:18:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877700)\n", | |
"[2025-02-21T01:18:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877804)\n", | |
"[2025-02-21T01:18:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877901)\n", | |
"[2025-02-21T01:19:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878003)\n", | |
"[2025-02-21T01:19:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878100)\n", | |
"[2025-02-21T01:19:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878203)\n", | |
"[2025-02-21T01:19:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878302)\n", | |
"[2025-02-21T01:19:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878399)\n", | |
"[2025-02-21T01:19:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878500)\n", | |
"[2025-02-21T01:19:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878609)\n", | |
"[2025-02-21T01:19:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878703)\n", | |
"[2025-02-21T01:20:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878799)\n", | |
"[2025-02-21T01:20:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878901)\n", | |
"[2025-02-21T01:20:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879000)\n", | |
"[2025-02-21T01:20:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879104)\n", | |
"[2025-02-21T01:20:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879203)\n", | |
"[2025-02-21T01:20:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879304)\n", | |
"[2025-02-21T01:20:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879400)\n", | |
"[2025-02-21T01:21:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879499)\n", | |
"[2025-02-21T01:21:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879604)\n", | |
"[2025-02-21T01:21:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879701)\n", | |
"[2025-02-21T01:21:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879804)\n", | |
"[2025-02-21T01:21:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879901)\n", | |
"[2025-02-21T01:21:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880006)\n", | |
"[2025-02-21T01:21:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880099)\n", | |
"[2025-02-21T01:21:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880201)\n", | |
"[2025-02-21T01:22:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880299)\n", | |
"[2025-02-21T01:22:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880401)\n", | |
"[2025-02-21T01:22:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880499)\n", | |
"[2025-02-21T01:22:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880600)\n", | |
"[2025-02-21T01:22:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880700)\n", | |
"[2025-02-21T01:22:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880799)\n", | |
"[2025-02-21T01:22:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880901)\n", | |
"[2025-02-21T01:22:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881003)\n", | |
"[2025-02-21T01:23:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881105)\n", | |
"[2025-02-21T01:23:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881210)\n", | |
"[2025-02-21T01:23:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881306)\n", | |
"[2025-02-21T01:23:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881403)\n", | |
"[2025-02-21T01:23:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881501)\n", | |
"[2025-02-21T01:23:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881601)\n", | |
"[2025-02-21T01:23:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881702)\n", | |
"[2025-02-21T01:24:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881801)\n", | |
"[2025-02-21T01:24:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881902)\n", | |
"[2025-02-21T01:24:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882005)\n", | |
"[2025-02-21T01:24:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882102)\n", | |
"[2025-02-21T01:24:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882200)\n", | |
"[2025-02-21T01:24:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882304)\n", | |
"[2025-02-21T01:24:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882403)\n", | |
"[2025-02-21T01:24:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882499)\n", | |
"[2025-02-21T01:25:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882601)\n", | |
"[2025-02-21T01:25:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882700)\n", | |
"[2025-02-21T01:25:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882801)\n", | |
"[2025-02-21T01:25:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882899)\n", | |
"[2025-02-21T01:25:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883001)\n", | |
"[2025-02-21T01:25:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883099)\n", | |
"[2025-02-21T01:25:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883201)\n", | |
"[2025-02-21T01:25:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883304)\n", | |
"[2025-02-21T01:26:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883401)\n", | |
"[2025-02-21T01:26:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883503)\n", | |
"[2025-02-21T01:26:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883600)\n", | |
"[2025-02-21T01:26:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883703)\n", | |
"[2025-02-21T01:26:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883800)\n", | |
"[2025-02-21T01:26:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883904)\n", | |
"[2025-02-21T01:26:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884005)\n", | |
"[2025-02-21T01:26:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884101)\n", | |
"[2025-02-21T01:27:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884199)\n", | |
"[2025-02-21T01:27:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884306)\n", | |
"[2025-02-21T01:27:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884402)\n", | |
"[2025-02-21T01:27:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884502)\n", | |
"[2025-02-21T01:27:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884605)\"\"\"" | |
], | |
"metadata": { | |
"id": "XmXhCIR4mFXf" | |
}, | |
"execution_count": 5, | |
"outputs": [] | |
}, | |
{ | |
"cell_type": "code", | |
"source": [ | |
"log_async = \"\"\"[2025-02-21T07:46:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700108)\n", | |
"[2025-02-21T07:46:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700206)\n", | |
"[2025-02-21T07:47:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700301)\n", | |
"[2025-02-21T07:47:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700400)\n", | |
"[2025-02-21T07:47:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700510)\n", | |
"[2025-02-21T07:47:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700608)\n", | |
"[2025-02-21T07:47:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700700)\n", | |
"[2025-02-21T07:47:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700800)\n", | |
"[2025-02-21T07:47:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 700908)\n", | |
"[2025-02-21T07:48:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701008)\n", | |
"[2025-02-21T07:48:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701102)\n", | |
"[2025-02-21T07:48:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701200)\n", | |
"[2025-02-21T07:48:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701310)\n", | |
"[2025-02-21T07:48:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701404)\n", | |
"[2025-02-21T07:48:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701503)\n", | |
"[2025-02-21T07:48:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701600)\n", | |
"[2025-02-21T07:48:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701706)\n", | |
"[2025-02-21T07:49:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701807)\n", | |
"[2025-02-21T07:49:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 701902)\n", | |
"[2025-02-21T07:49:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702000)\n", | |
"[2025-02-21T07:49:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702109)\n", | |
"[2025-02-21T07:49:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702203)\n", | |
"[2025-02-21T07:49:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702304)\n", | |
"[2025-02-21T07:49:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702400)\n", | |
"[2025-02-21T07:49:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702507)\n", | |
"[2025-02-21T07:50:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702606)\n", | |
"[2025-02-21T07:50:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702704)\n", | |
"[2025-02-21T07:50:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702800)\n", | |
"[2025-02-21T07:50:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 702909)\n", | |
"[2025-02-21T07:50:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703003)\n", | |
"[2025-02-21T07:50:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703100)\n", | |
"[2025-02-21T07:50:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703200)\n", | |
"[2025-02-21T07:51:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703310)\n", | |
"[2025-02-21T07:51:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703404)\n", | |
"[2025-02-21T07:51:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703500)\n", | |
"[2025-02-21T07:51:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703600)\n", | |
"[2025-02-21T07:51:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703708)\n", | |
"[2025-02-21T07:51:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703803)\n", | |
"[2025-02-21T07:51:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 703900)\n", | |
"[2025-02-21T07:52:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704000)\n", | |
"[2025-02-21T07:52:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704107)\n", | |
"[2025-02-21T07:52:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704207)\n", | |
"[2025-02-21T07:52:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704303)\n", | |
"[2025-02-21T07:52:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704400)\n", | |
"[2025-02-21T07:52:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704508)\n", | |
"[2025-02-21T07:53:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704604)\n", | |
"[2025-02-21T07:53:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704700)\n", | |
"[2025-02-21T07:53:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704800)\n", | |
"[2025-02-21T07:53:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 704910)\n", | |
"[2025-02-21T07:53:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705005)\n", | |
"[2025-02-21T07:53:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705104)\n", | |
"[2025-02-21T07:53:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705200)\n", | |
"[2025-02-21T07:54:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705310)\n", | |
"[2025-02-21T07:54:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705406)\n", | |
"[2025-02-21T07:54:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705503)\n", | |
"[2025-02-21T07:54:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705600)\n", | |
"[2025-02-21T07:54:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705708)\n", | |
"[2025-02-21T07:54:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705804)\n", | |
"[2025-02-21T07:54:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 705901)\n", | |
"[2025-02-21T07:55:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706000)\n", | |
"[2025-02-21T07:55:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706109)\n", | |
"[2025-02-21T07:55:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706205)\n", | |
"[2025-02-21T07:55:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706302)\n", | |
"[2025-02-21T07:55:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706400)\n", | |
"[2025-02-21T07:55:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706511)\n", | |
"[2025-02-21T07:55:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706604)\n", | |
"[2025-02-21T07:56:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706704)\n", | |
"[2025-02-21T07:56:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706800)\n", | |
"[2025-02-21T07:56:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 706906)\n", | |
"[2025-02-21T07:56:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707007)\n", | |
"[2025-02-21T07:56:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707104)\n", | |
"[2025-02-21T07:56:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707200)\n", | |
"[2025-02-21T07:56:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707306)\n", | |
"[2025-02-21T07:56:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707408)\n", | |
"[2025-02-21T07:57:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707503)\n", | |
"[2025-02-21T07:57:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707600)\n", | |
"[2025-02-21T07:57:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707707)\n", | |
"[2025-02-21T07:57:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707804)\n", | |
"[2025-02-21T07:57:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 707900)\n", | |
"[2025-02-21T07:57:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708000)\n", | |
"[2025-02-21T07:58:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708106)\n", | |
"[2025-02-21T07:58:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708203)\n", | |
"[2025-02-21T07:58:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708300)\n", | |
"[2025-02-21T07:58:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708400)\n", | |
"[2025-02-21T07:58:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708508)\n", | |
"[2025-02-21T07:58:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708608)\n", | |
"[2025-02-21T07:58:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708703)\n", | |
"[2025-02-21T07:58:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708800)\n", | |
"[2025-02-21T07:59:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 708908)\n", | |
"[2025-02-21T07:59:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709003)\n", | |
"[2025-02-21T07:59:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709100)\n", | |
"[2025-02-21T07:59:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709200)\n", | |
"[2025-02-21T07:59:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709309)\n", | |
"[2025-02-21T08:00:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709404)\n", | |
"[2025-02-21T08:00:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709504)\n", | |
"[2025-02-21T08:00:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709600)\n", | |
"[2025-02-21T08:00:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709702)\n", | |
"[2025-02-21T08:00:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709802)\n", | |
"[2025-02-21T08:00:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 709901)\n", | |
"[2025-02-21T08:00:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710000)\n", | |
"[2025-02-21T08:01:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710105)\n", | |
"[2025-02-21T08:01:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710204)\n", | |
"[2025-02-21T08:01:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710301)\n", | |
"[2025-02-21T08:01:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710400)\n", | |
"[2025-02-21T08:01:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710503)\n", | |
"[2025-02-21T08:01:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710604)\n", | |
"[2025-02-21T08:01:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710703)\n", | |
"[2025-02-21T08:02:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710800)\n", | |
"[2025-02-21T08:02:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 710908)\n", | |
"[2025-02-21T08:02:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711003)\n", | |
"[2025-02-21T08:02:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711104)\n", | |
"[2025-02-21T08:02:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711200)\n", | |
"[2025-02-21T08:02:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711308)\n", | |
"[2025-02-21T08:02:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711406)\n", | |
"[2025-02-21T08:03:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711504)\n", | |
"[2025-02-21T08:03:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711600)\n", | |
"[2025-02-21T08:03:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711709)\n", | |
"[2025-02-21T08:03:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711805)\n", | |
"[2025-02-21T08:03:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 711904)\n", | |
"[2025-02-21T08:03:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712000)\n", | |
"[2025-02-21T08:03:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712107)\n", | |
"[2025-02-21T08:04:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712204)\n", | |
"[2025-02-21T08:04:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712302)\n", | |
"[2025-02-21T08:04:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712400)\n", | |
"[2025-02-21T08:04:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712509)\n", | |
"[2025-02-21T08:04:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712604)\n", | |
"[2025-02-21T08:04:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712701)\n", | |
"[2025-02-21T08:05:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712800)\n", | |
"[2025-02-21T08:05:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 712907)\n", | |
"[2025-02-21T08:05:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713006)\n", | |
"[2025-02-21T08:05:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713100)\n", | |
"[2025-02-21T08:05:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713200)\n", | |
"[2025-02-21T08:05:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713308)\n", | |
"[2025-02-21T08:05:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713404)\n", | |
"[2025-02-21T08:05:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713504)\n", | |
"[2025-02-21T08:06:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713600)\n", | |
"[2025-02-21T08:06:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713709)\n", | |
"[2025-02-21T08:06:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713806)\n", | |
"[2025-02-21T08:06:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 713904)\n", | |
"[2025-02-21T08:06:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714000)\n", | |
"[2025-02-21T08:06:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714106)\n", | |
"[2025-02-21T08:06:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714205)\n", | |
"[2025-02-21T08:07:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714302)\n", | |
"[2025-02-21T08:07:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714400)\n", | |
"[2025-02-21T08:07:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714507)\n", | |
"[2025-02-21T08:07:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714604)\n", | |
"[2025-02-21T08:07:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714701)\n", | |
"[2025-02-21T08:07:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714800)\n", | |
"[2025-02-21T08:07:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 714905)\n", | |
"[2025-02-21T08:08:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715005)\n", | |
"[2025-02-21T08:08:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715101)\n", | |
"[2025-02-21T08:08:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715200)\n", | |
"[2025-02-21T08:08:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715308)\n", | |
"[2025-02-21T08:08:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715406)\n", | |
"[2025-02-21T08:08:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715504)\n", | |
"[2025-02-21T08:08:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715600)\n", | |
"[2025-02-21T08:09:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715705)\n", | |
"[2025-02-21T08:09:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715805)\n", | |
"[2025-02-21T08:09:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 715902)\n", | |
"[2025-02-21T08:09:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716000)\n", | |
"[2025-02-21T08:09:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716104)\n", | |
"[2025-02-21T08:09:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716203)\n", | |
"[2025-02-21T08:09:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716300)\n", | |
"[2025-02-21T08:10:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716400)\n", | |
"[2025-02-21T08:10:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716509)\n", | |
"[2025-02-21T08:10:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716607)\n", | |
"[2025-02-21T08:10:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716703)\n", | |
"[2025-02-21T08:10:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716800)\n", | |
"[2025-02-21T08:10:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 716907)\n", | |
"[2025-02-21T08:10:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717003)\n", | |
"[2025-02-21T08:11:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717103)\n", | |
"[2025-02-21T08:11:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717200)\n", | |
"[2025-02-21T08:11:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717303)\n", | |
"[2025-02-21T08:11:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717408)\n", | |
"[2025-02-21T08:11:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717503)\n", | |
"[2025-02-21T08:11:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717600)\n", | |
"[2025-02-21T08:12:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717704)\n", | |
"[2025-02-21T08:12:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717807)\n", | |
"[2025-02-21T08:12:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 717902)\n", | |
"[2025-02-21T08:12:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718000)\n", | |
"[2025-02-21T08:12:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718109)\n", | |
"[2025-02-21T08:12:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718207)\n", | |
"[2025-02-21T08:12:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718303)\n", | |
"[2025-02-21T08:13:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718400)\n", | |
"[2025-02-21T08:13:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718506)\n", | |
"[2025-02-21T08:13:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718604)\n", | |
"[2025-02-21T08:13:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718701)\n", | |
"[2025-02-21T08:13:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718800)\n", | |
"[2025-02-21T08:13:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 718907)\n", | |
"[2025-02-21T08:13:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719007)\n", | |
"[2025-02-21T08:13:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719104)\n", | |
"[2025-02-21T08:13:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719200)\n", | |
"[2025-02-21T08:14:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719307)\n", | |
"[2025-02-21T08:14:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719402)\n", | |
"[2025-02-21T08:14:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719500)\n", | |
"[2025-02-21T08:14:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719600)\n", | |
"[2025-02-21T08:14:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719707)\n", | |
"[2025-02-21T08:14:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719803)\n", | |
"[2025-02-21T08:14:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 719903)\n", | |
"[2025-02-21T08:15:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720000)\n", | |
"[2025-02-21T08:15:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720107)\n", | |
"[2025-02-21T08:15:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720203)\n", | |
"[2025-02-21T08:15:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720304)\n", | |
"[2025-02-21T08:15:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720400)\n", | |
"[2025-02-21T08:15:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720507)\n", | |
"[2025-02-21T08:15:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720604)\n", | |
"[2025-02-21T08:16:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720703)\n", | |
"[2025-02-21T08:16:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720800)\n", | |
"[2025-02-21T08:16:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 720905)\n", | |
"[2025-02-21T08:16:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721002)\n", | |
"[2025-02-21T08:16:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721100)\n", | |
"[2025-02-21T08:16:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721200)\n", | |
"[2025-02-21T08:17:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721306)\n", | |
"[2025-02-21T08:17:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721403)\n", | |
"[2025-02-21T08:17:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721501)\n", | |
"[2025-02-21T08:17:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721600)\n", | |
"[2025-02-21T08:17:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721705)\n", | |
"[2025-02-21T08:17:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721804)\n", | |
"[2025-02-21T08:17:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 721900)\n", | |
"[2025-02-21T08:18:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722000)\n", | |
"[2025-02-21T08:18:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722108)\n", | |
"[2025-02-21T08:18:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722203)\n", | |
"[2025-02-21T08:18:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722303)\n", | |
"[2025-02-21T08:18:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722400)\n", | |
"[2025-02-21T08:18:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722504)\n", | |
"[2025-02-21T08:18:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722604)\n", | |
"[2025-02-21T08:19:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722701)\n", | |
"[2025-02-21T08:19:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722800)\n", | |
"[2025-02-21T08:19:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 722905)\n", | |
"[2025-02-21T08:19:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723007)\n", | |
"[2025-02-21T08:19:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723103)\n", | |
"[2025-02-21T08:19:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723200)\n", | |
"[2025-02-21T08:20:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723306)\n", | |
"[2025-02-21T08:20:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723406)\n", | |
"[2025-02-21T08:20:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723502)\n", | |
"[2025-02-21T08:20:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723600)\n", | |
"[2025-02-21T08:20:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723707)\n", | |
"[2025-02-21T08:20:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723805)\n", | |
"[2025-02-21T08:20:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 723903)\n", | |
"[2025-02-21T08:21:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724000)\n", | |
"[2025-02-21T08:21:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724107)\n", | |
"[2025-02-21T08:21:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724205)\n", | |
"[2025-02-21T08:21:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724300)\n", | |
"[2025-02-21T08:21:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724400)\n", | |
"[2025-02-21T08:21:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724505)\n", | |
"[2025-02-21T08:21:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724604)\n", | |
"[2025-02-21T08:21:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724701)\n", | |
"[2025-02-21T08:22:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724800)\n", | |
"[2025-02-21T08:22:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 724906)\n", | |
"[2025-02-21T08:22:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725005)\n", | |
"[2025-02-21T08:22:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725104)\n", | |
"[2025-02-21T08:22:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725200)\n", | |
"[2025-02-21T08:22:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725303)\n", | |
"[2025-02-21T08:22:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725405)\n", | |
"[2025-02-21T08:23:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725503)\n", | |
"[2025-02-21T08:23:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725600)\n", | |
"[2025-02-21T08:23:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725709)\n", | |
"[2025-02-21T08:23:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725804)\n", | |
"[2025-02-21T08:23:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 725900)\n", | |
"[2025-02-21T08:23:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726000)\n", | |
"[2025-02-21T08:24:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726110)\n", | |
"[2025-02-21T08:24:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726204)\n", | |
"[2025-02-21T08:24:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726302)\n", | |
"[2025-02-21T08:24:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726400)\n", | |
"[2025-02-21T08:24:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726508)\n", | |
"[2025-02-21T08:24:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726604)\n", | |
"[2025-02-21T08:24:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726702)\n", | |
"[2025-02-21T08:25:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726800)\n", | |
"[2025-02-21T08:25:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 726907)\n", | |
"[2025-02-21T08:25:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727004)\n", | |
"[2025-02-21T08:25:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727103)\n", | |
"[2025-02-21T08:25:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727200)\n", | |
"[2025-02-21T08:25:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727307)\n", | |
"[2025-02-21T08:25:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727408)\n", | |
"[2025-02-21T08:26:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727503)\n", | |
"[2025-02-21T08:26:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727600)\n", | |
"[2025-02-21T08:26:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727708)\n", | |
"[2025-02-21T08:26:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727804)\n", | |
"[2025-02-21T08:26:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 727901)\n", | |
"[2025-02-21T08:26:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728000)\n", | |
"[2025-02-21T08:26:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728107)\n", | |
"[2025-02-21T08:27:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728204)\n", | |
"[2025-02-21T08:27:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728304)\n", | |
"[2025-02-21T08:27:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728400)\n", | |
"[2025-02-21T08:27:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728504)\n", | |
"[2025-02-21T08:27:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728606)\n", | |
"[2025-02-21T08:27:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728704)\n", | |
"[2025-02-21T08:27:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728800)\n", | |
"[2025-02-21T08:27:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 728900)\n", | |
"[2025-02-21T08:28:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729008)\n", | |
"[2025-02-21T08:28:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729104)\n", | |
"[2025-02-21T08:28:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729200)\n", | |
"[2025-02-21T08:28:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729308)\n", | |
"[2025-02-21T08:28:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729402)\n", | |
"[2025-02-21T08:28:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729504)\n", | |
"[2025-02-21T08:28:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729600)\n", | |
"[2025-02-21T08:29:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729708)\n", | |
"[2025-02-21T08:29:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729801)\n", | |
"[2025-02-21T08:29:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 729900)\n", | |
"[2025-02-21T08:29:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730000)\n", | |
"[2025-02-21T08:29:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730108)\n", | |
"[2025-02-21T08:29:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730203)\n", | |
"[2025-02-21T08:30:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730303)\n", | |
"[2025-02-21T08:30:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730400)\n", | |
"[2025-02-21T08:30:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730509)\n", | |
"[2025-02-21T08:30:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730604)\n", | |
"[2025-02-21T08:30:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730703)\n", | |
"[2025-02-21T08:30:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730800)\n", | |
"[2025-02-21T08:30:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 730910)\n", | |
"[2025-02-21T08:31:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731004)\n", | |
"[2025-02-21T08:31:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731103)\n", | |
"[2025-02-21T08:31:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731200)\n", | |
"[2025-02-21T08:31:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731307)\n", | |
"[2025-02-21T08:31:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731404)\n", | |
"[2025-02-21T08:31:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731501)\n", | |
"[2025-02-21T08:31:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731600)\n", | |
"[2025-02-21T08:32:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731708)\n", | |
"[2025-02-21T08:32:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731808)\n", | |
"[2025-02-21T08:32:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 731901)\n", | |
"[2025-02-21T08:32:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732000)\n", | |
"[2025-02-21T08:32:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732104)\n", | |
"[2025-02-21T08:32:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732208)\n", | |
"[2025-02-21T08:32:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732304)\n", | |
"[2025-02-21T08:32:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732400)\n", | |
"[2025-02-21T08:33:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732508)\n", | |
"[2025-02-21T08:33:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732604)\n", | |
"[2025-02-21T08:33:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732700)\n", | |
"[2025-02-21T08:33:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732800)\n", | |
"[2025-02-21T08:33:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 732906)\n", | |
"[2025-02-21T08:33:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733008)\n", | |
"[2025-02-21T08:33:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733104)\n", | |
"[2025-02-21T08:34:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733200)\n", | |
"[2025-02-21T08:34:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733304)\n", | |
"[2025-02-21T08:34:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733407)\n", | |
"[2025-02-21T08:34:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733500)\n", | |
"[2025-02-21T08:34:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733600)\n", | |
"[2025-02-21T08:34:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733707)\n", | |
"[2025-02-21T08:34:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733808)\n", | |
"[2025-02-21T08:34:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 733904)\n", | |
"[2025-02-21T08:35:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734000)\n", | |
"[2025-02-21T08:35:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734105)\n", | |
"[2025-02-21T08:35:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734208)\n", | |
"[2025-02-21T08:35:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734302)\n", | |
"[2025-02-21T08:35:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734400)\n", | |
"[2025-02-21T08:35:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734507)\n", | |
"[2025-02-21T08:35:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734602)\n", | |
"[2025-02-21T08:36:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734704)\n", | |
"[2025-02-21T08:36:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734800)\n", | |
"[2025-02-21T08:36:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 734902)\n", | |
"[2025-02-21T08:36:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735004)\n", | |
"[2025-02-21T08:36:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735101)\n", | |
"[2025-02-21T08:36:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735200)\n", | |
"[2025-02-21T08:37:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735308)\n", | |
"[2025-02-21T08:37:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735402)\n", | |
"[2025-02-21T08:37:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735501)\n", | |
"[2025-02-21T08:37:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735600)\n", | |
"[2025-02-21T08:37:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735709)\n", | |
"[2025-02-21T08:37:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735804)\n", | |
"[2025-02-21T08:37:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 735903)\n", | |
"[2025-02-21T08:38:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736000)\n", | |
"[2025-02-21T08:38:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736106)\n", | |
"[2025-02-21T08:38:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736204)\n", | |
"[2025-02-21T08:38:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736300)\n", | |
"[2025-02-21T08:38:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736400)\n", | |
"[2025-02-21T08:38:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736508)\n", | |
"[2025-02-21T08:39:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736604)\n", | |
"[2025-02-21T08:39:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736701)\n", | |
"[2025-02-21T08:39:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736800)\n", | |
"[2025-02-21T08:39:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 736911)\n", | |
"[2025-02-21T08:39:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737006)\n", | |
"[2025-02-21T08:39:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737100)\n", | |
"[2025-02-21T08:40:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737200)\n", | |
"[2025-02-21T08:40:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737309)\n", | |
"[2025-02-21T08:40:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737405)\n", | |
"[2025-02-21T08:40:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737504)\n", | |
"[2025-02-21T08:40:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737600)\n", | |
"[2025-02-21T08:40:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737710)\n", | |
"[2025-02-21T08:40:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737807)\n", | |
"[2025-02-21T08:41:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 737903)\n", | |
"[2025-02-21T08:41:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738000)\n", | |
"[2025-02-21T08:41:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738109)\n", | |
"[2025-02-21T08:41:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738205)\n", | |
"[2025-02-21T08:41:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738302)\n", | |
"[2025-02-21T08:41:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738400)\n", | |
"[2025-02-21T08:41:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738503)\n", | |
"[2025-02-21T08:42:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738604)\n", | |
"[2025-02-21T08:42:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738704)\n", | |
"[2025-02-21T08:42:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738800)\n", | |
"[2025-02-21T08:42:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 738906)\n", | |
"[2025-02-21T08:42:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739002)\n", | |
"[2025-02-21T08:42:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739102)\n", | |
"[2025-02-21T08:43:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739200)\n", | |
"[2025-02-21T08:43:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739309)\n", | |
"[2025-02-21T08:43:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739401)\n", | |
"[2025-02-21T08:43:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739503)\n", | |
"[2025-02-21T08:43:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739600)\n", | |
"[2025-02-21T08:43:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739703)\n", | |
"[2025-02-21T08:43:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739807)\n", | |
"[2025-02-21T08:43:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 739901)\n", | |
"[2025-02-21T08:44:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740000)\n", | |
"[2025-02-21T08:44:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740106)\n", | |
"[2025-02-21T08:44:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740205)\n", | |
"[2025-02-21T08:44:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740303)\n", | |
"[2025-02-21T08:44:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740400)\n", | |
"[2025-02-21T08:44:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740503)\n", | |
"[2025-02-21T08:44:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740603)\n", | |
"[2025-02-21T08:45:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740702)\n", | |
"[2025-02-21T08:45:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740800)\n", | |
"[2025-02-21T08:45:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 740907)\n", | |
"[2025-02-21T08:45:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741006)\n", | |
"[2025-02-21T08:45:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741104)\n", | |
"[2025-02-21T08:45:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741200)\n", | |
"[2025-02-21T08:46:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741311)\n", | |
"[2025-02-21T08:46:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741406)\n", | |
"[2025-02-21T08:46:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741502)\n", | |
"[2025-02-21T08:46:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741600)\n", | |
"[2025-02-21T08:46:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741708)\n", | |
"[2025-02-21T08:46:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741807)\n", | |
"[2025-02-21T08:46:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 741900)\n", | |
"[2025-02-21T08:47:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742000)\n", | |
"[2025-02-21T08:47:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742103)\n", | |
"[2025-02-21T08:47:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742208)\n", | |
"[2025-02-21T08:47:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742300)\n", | |
"[2025-02-21T08:47:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742400)\n", | |
"[2025-02-21T08:47:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742507)\n", | |
"[2025-02-21T08:47:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742604)\n", | |
"[2025-02-21T08:48:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742701)\n", | |
"[2025-02-21T08:48:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742800)\n", | |
"[2025-02-21T08:48:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 742909)\n", | |
"[2025-02-21T08:48:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743008)\n", | |
"[2025-02-21T08:48:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743101)\n", | |
"[2025-02-21T08:48:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743200)\n", | |
"[2025-02-21T08:48:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743303)\n", | |
"[2025-02-21T08:49:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743408)\n", | |
"[2025-02-21T08:49:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743504)\n", | |
"[2025-02-21T08:49:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743600)\n", | |
"[2025-02-21T08:49:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743704)\n", | |
"[2025-02-21T08:49:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743806)\n", | |
"[2025-02-21T08:49:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 743900)\n", | |
"[2025-02-21T08:49:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744000)\n", | |
"[2025-02-21T08:50:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744108)\n", | |
"[2025-02-21T08:50:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744203)\n", | |
"[2025-02-21T08:50:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744300)\n", | |
"[2025-02-21T08:50:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744400)\n", | |
"[2025-02-21T08:50:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744505)\n", | |
"[2025-02-21T08:50:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744603)\n", | |
"[2025-02-21T08:50:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744702)\n", | |
"[2025-02-21T08:51:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744800)\n", | |
"[2025-02-21T08:51:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 744907)\n", | |
"[2025-02-21T08:51:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745004)\n", | |
"[2025-02-21T08:51:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745100)\n", | |
"[2025-02-21T08:51:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745200)\n", | |
"[2025-02-21T08:51:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745309)\n", | |
"[2025-02-21T08:51:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745404)\n", | |
"[2025-02-21T08:52:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745501)\n", | |
"[2025-02-21T08:52:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745600)\n", | |
"[2025-02-21T08:52:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745706)\n", | |
"[2025-02-21T08:52:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745804)\n", | |
"[2025-02-21T08:52:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 745900)\n", | |
"[2025-02-21T08:52:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746000)\n", | |
"[2025-02-21T08:53:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746100)\n", | |
"[2025-02-21T08:53:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746207)\n", | |
"[2025-02-21T08:53:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746304)\n", | |
"[2025-02-21T08:53:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746400)\n", | |
"[2025-02-21T08:53:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746506)\n", | |
"[2025-02-21T08:53:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746608)\n", | |
"[2025-02-21T08:53:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746703)\n", | |
"[2025-02-21T08:53:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746800)\n", | |
"[2025-02-21T08:54:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 746908)\n", | |
"[2025-02-21T08:54:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747008)\n", | |
"[2025-02-21T08:54:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747100)\n", | |
"[2025-02-21T08:54:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747200)\n", | |
"[2025-02-21T08:54:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747308)\n", | |
"[2025-02-21T08:54:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747407)\n", | |
"[2025-02-21T08:54:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747500)\n", | |
"[2025-02-21T08:55:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747600)\n", | |
"[2025-02-21T08:55:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747705)\n", | |
"[2025-02-21T08:55:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747804)\n", | |
"[2025-02-21T08:55:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 747904)\n", | |
"[2025-02-21T08:55:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748000)\n", | |
"[2025-02-21T08:55:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748103)\n", | |
"[2025-02-21T08:55:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748206)\n", | |
"[2025-02-21T08:56:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748304)\n", | |
"[2025-02-21T08:56:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748400)\n", | |
"[2025-02-21T08:56:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748506)\n", | |
"[2025-02-21T08:56:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748603)\n", | |
"[2025-02-21T08:56:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748701)\n", | |
"[2025-02-21T08:56:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748800)\n", | |
"[2025-02-21T08:56:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 748907)\n", | |
"[2025-02-21T08:57:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749004)\n", | |
"[2025-02-21T08:57:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749104)\n", | |
"[2025-02-21T08:57:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749200)\n", | |
"[2025-02-21T08:57:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749301)\n", | |
"[2025-02-21T08:57:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749405)\n", | |
"[2025-02-21T08:57:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749504)\n", | |
"[2025-02-21T08:57:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749600)\n", | |
"[2025-02-21T08:58:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749706)\n", | |
"[2025-02-21T08:58:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749808)\n", | |
"[2025-02-21T08:58:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 749901)\n", | |
"[2025-02-21T08:58:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750000)\n", | |
"[2025-02-21T08:58:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750107)\n", | |
"[2025-02-21T08:58:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750204)\n", | |
"[2025-02-21T08:58:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750303)\n", | |
"[2025-02-21T08:59:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750400)\n", | |
"[2025-02-21T08:59:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750509)\n", | |
"[2025-02-21T08:59:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750603)\n", | |
"[2025-02-21T08:59:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750703)\n", | |
"[2025-02-21T08:59:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750800)\n", | |
"[2025-02-21T08:59:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 750908)\n", | |
"[2025-02-21T08:59:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751008)\n", | |
"[2025-02-21T09:00:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751100)\n", | |
"[2025-02-21T09:00:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751200)\n", | |
"[2025-02-21T09:00:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751304)\n", | |
"[2025-02-21T09:00:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751403)\n", | |
"[2025-02-21T09:00:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751503)\n", | |
"[2025-02-21T09:00:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751600)\n", | |
"[2025-02-21T09:00:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751710)\n", | |
"[2025-02-21T09:00:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751807)\n", | |
"[2025-02-21T09:01:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 751900)\n", | |
"[2025-02-21T09:01:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752000)\n", | |
"[2025-02-21T09:01:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752106)\n", | |
"[2025-02-21T09:01:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752203)\n", | |
"[2025-02-21T09:01:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752300)\n", | |
"[2025-02-21T09:01:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752400)\n", | |
"[2025-02-21T09:01:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752509)\n", | |
"[2025-02-21T09:02:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752606)\n", | |
"[2025-02-21T09:02:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752703)\n", | |
"[2025-02-21T09:02:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752800)\n", | |
"[2025-02-21T09:02:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 752902)\n", | |
"[2025-02-21T09:02:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753008)\n", | |
"[2025-02-21T09:02:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753103)\n", | |
"[2025-02-21T09:02:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753200)\n", | |
"[2025-02-21T09:03:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753302)\n", | |
"[2025-02-21T09:03:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753408)\n", | |
"[2025-02-21T09:03:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753503)\n", | |
"[2025-02-21T09:03:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753600)\n", | |
"[2025-02-21T09:03:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753708)\n", | |
"[2025-02-21T09:03:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753803)\n", | |
"[2025-02-21T09:03:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 753901)\n", | |
"[2025-02-21T09:04:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754000)\n", | |
"[2025-02-21T09:04:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754102)\n", | |
"[2025-02-21T09:04:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754204)\n", | |
"[2025-02-21T09:04:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754304)\n", | |
"[2025-02-21T09:04:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754400)\n", | |
"[2025-02-21T09:04:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754505)\n", | |
"[2025-02-21T09:04:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754602)\n", | |
"[2025-02-21T09:05:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754704)\n", | |
"[2025-02-21T09:05:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754800)\n", | |
"[2025-02-21T09:05:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 754906)\n", | |
"[2025-02-21T09:05:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755003)\n", | |
"[2025-02-21T09:05:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755100)\n", | |
"[2025-02-21T09:05:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755200)\n", | |
"[2025-02-21T09:05:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755301)\n", | |
"[2025-02-21T09:06:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755404)\n", | |
"[2025-02-21T09:06:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755501)\n", | |
"[2025-02-21T09:06:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755600)\n", | |
"[2025-02-21T09:06:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755710)\n", | |
"[2025-02-21T09:06:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755803)\n", | |
"[2025-02-21T09:06:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 755903)\n", | |
"[2025-02-21T09:06:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756000)\n", | |
"[2025-02-21T09:07:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756103)\n", | |
"[2025-02-21T09:07:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756202)\n", | |
"[2025-02-21T09:07:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756304)\n", | |
"[2025-02-21T09:07:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756400)\n", | |
"[2025-02-21T09:07:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756506)\n", | |
"[2025-02-21T09:07:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756607)\n", | |
"[2025-02-21T09:07:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756704)\n", | |
"[2025-02-21T09:08:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756800)\n", | |
"[2025-02-21T09:08:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 756908)\n", | |
"[2025-02-21T09:08:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757005)\n", | |
"[2025-02-21T09:08:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757102)\n", | |
"[2025-02-21T09:08:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757200)\n", | |
"[2025-02-21T09:08:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757304)\n", | |
"[2025-02-21T09:08:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757401)\n", | |
"[2025-02-21T09:08:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757502)\n", | |
"[2025-02-21T09:09:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757600)\n", | |
"[2025-02-21T09:09:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757709)\n", | |
"[2025-02-21T09:09:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757807)\n", | |
"[2025-02-21T09:09:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 757904)\n", | |
"[2025-02-21T09:09:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758000)\n", | |
"[2025-02-21T09:09:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758109)\n", | |
"[2025-02-21T09:09:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758207)\n", | |
"[2025-02-21T09:09:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758304)\n", | |
"[2025-02-21T09:10:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758400)\n", | |
"[2025-02-21T09:10:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758507)\n", | |
"[2025-02-21T09:10:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758605)\n", | |
"[2025-02-21T09:10:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758700)\n", | |
"[2025-02-21T09:10:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758800)\n", | |
"[2025-02-21T09:10:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 758910)\n", | |
"[2025-02-21T09:11:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759005)\n", | |
"[2025-02-21T09:11:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759102)\n", | |
"[2025-02-21T09:11:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759200)\n", | |
"[2025-02-21T09:11:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759309)\n", | |
"[2025-02-21T09:11:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759404)\n", | |
"[2025-02-21T09:11:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759502)\n", | |
"[2025-02-21T09:11:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759600)\n", | |
"[2025-02-21T09:12:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759707)\n", | |
"[2025-02-21T09:12:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759807)\n", | |
"[2025-02-21T09:12:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 759904)\n", | |
"[2025-02-21T09:12:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760000)\n", | |
"[2025-02-21T09:12:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760108)\n", | |
"[2025-02-21T09:12:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760208)\n", | |
"[2025-02-21T09:12:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760300)\n", | |
"[2025-02-21T09:13:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760400)\n", | |
"[2025-02-21T09:13:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760507)\n", | |
"[2025-02-21T09:13:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760607)\n", | |
"[2025-02-21T09:13:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760701)\n", | |
"[2025-02-21T09:13:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760800)\n", | |
"[2025-02-21T09:13:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 760910)\n", | |
"[2025-02-21T09:14:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761005)\n", | |
"[2025-02-21T09:14:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761103)\n", | |
"[2025-02-21T09:14:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761200)\n", | |
"[2025-02-21T09:14:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761310)\n", | |
"[2025-02-21T09:14:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761408)\n", | |
"[2025-02-21T09:14:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761503)\n", | |
"[2025-02-21T09:14:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761600)\n", | |
"[2025-02-21T09:15:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761701)\n", | |
"[2025-02-21T09:15:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761807)\n", | |
"[2025-02-21T09:15:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 761904)\n", | |
"[2025-02-21T09:15:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762000)\n", | |
"[2025-02-21T09:15:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762104)\n", | |
"[2025-02-21T09:15:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762208)\n", | |
"[2025-02-21T09:16:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762300)\n", | |
"[2025-02-21T09:16:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762400)\n", | |
"[2025-02-21T09:16:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762500)\n", | |
"[2025-02-21T09:16:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762605)\n", | |
"[2025-02-21T09:16:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762701)\n", | |
"[2025-02-21T09:16:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762800)\n", | |
"[2025-02-21T09:17:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 762908)\n", | |
"[2025-02-21T09:17:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763006)\n", | |
"[2025-02-21T09:17:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763103)\n", | |
"[2025-02-21T09:17:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763200)\n", | |
"[2025-02-21T09:17:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763308)\n", | |
"[2025-02-21T09:17:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763403)\n", | |
"[2025-02-21T09:18:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763501)\n", | |
"[2025-02-21T09:18:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763600)\n", | |
"[2025-02-21T09:18:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763704)\n", | |
"[2025-02-21T09:18:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763808)\n", | |
"[2025-02-21T09:18:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 763900)\n", | |
"[2025-02-21T09:18:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764000)\n", | |
"[2025-02-21T09:19:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764106)\n", | |
"[2025-02-21T09:19:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764204)\n", | |
"[2025-02-21T09:19:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764302)\n", | |
"[2025-02-21T09:19:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764400)\n", | |
"[2025-02-21T09:19:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764508)\n", | |
"[2025-02-21T09:19:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764605)\n", | |
"[2025-02-21T09:20:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764701)\n", | |
"[2025-02-21T09:20:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764800)\n", | |
"[2025-02-21T09:20:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 764909)\n", | |
"[2025-02-21T09:20:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765008)\n", | |
"[2025-02-21T09:20:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765100)\n", | |
"[2025-02-21T09:21:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765200)\n", | |
"[2025-02-21T09:21:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765309)\n", | |
"[2025-02-21T09:21:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765404)\n", | |
"[2025-02-21T09:21:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765500)\n", | |
"[2025-02-21T09:21:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765600)\n", | |
"[2025-02-21T09:21:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765708)\n", | |
"[2025-02-21T09:22:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765808)\n", | |
"[2025-02-21T09:22:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 765901)\n", | |
"[2025-02-21T09:22:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766000)\n", | |
"[2025-02-21T09:22:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766111)\n", | |
"[2025-02-21T09:22:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766204)\n", | |
"[2025-02-21T09:22:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766300)\n", | |
"[2025-02-21T09:22:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766400)\n", | |
"[2025-02-21T09:23:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766506)\n", | |
"[2025-02-21T09:23:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766608)\n", | |
"[2025-02-21T09:23:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766700)\n", | |
"[2025-02-21T09:23:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766800)\n", | |
"[2025-02-21T09:23:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 766907)\n", | |
"[2025-02-21T09:23:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767008)\n", | |
"[2025-02-21T09:23:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767103)\n", | |
"[2025-02-21T09:24:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767200)\n", | |
"[2025-02-21T09:24:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767309)\n", | |
"[2025-02-21T09:24:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767403)\n", | |
"[2025-02-21T09:24:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767504)\n", | |
"[2025-02-21T09:24:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767600)\n", | |
"[2025-02-21T09:24:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767703)\n", | |
"[2025-02-21T09:25:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767807)\n", | |
"[2025-02-21T09:25:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 767904)\n", | |
"[2025-02-21T09:25:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768000)\n", | |
"[2025-02-21T09:25:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768108)\n", | |
"[2025-02-21T09:25:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768208)\n", | |
"[2025-02-21T09:25:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768302)\n", | |
"[2025-02-21T09:25:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768400)\n", | |
"[2025-02-21T09:26:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768508)\n", | |
"[2025-02-21T09:26:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768606)\n", | |
"[2025-02-21T09:26:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768701)\n", | |
"[2025-02-21T09:26:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768800)\n", | |
"[2025-02-21T09:26:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 768904)\n", | |
"[2025-02-21T09:26:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769004)\n", | |
"[2025-02-21T09:27:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769101)\n", | |
"[2025-02-21T09:27:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769200)\n", | |
"[2025-02-21T09:27:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769308)\n", | |
"[2025-02-21T09:27:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769402)\n", | |
"[2025-02-21T09:27:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769503)\n", | |
"[2025-02-21T09:27:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769600)\n", | |
"[2025-02-21T09:28:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769707)\n", | |
"[2025-02-21T09:28:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769807)\n", | |
"[2025-02-21T09:28:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 769903)\n", | |
"[2025-02-21T09:28:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770000)\n", | |
"[2025-02-21T09:28:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770104)\n", | |
"[2025-02-21T09:28:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770204)\n", | |
"[2025-02-21T09:29:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770304)\n", | |
"[2025-02-21T09:29:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770400)\n", | |
"[2025-02-21T09:29:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770507)\n", | |
"[2025-02-21T09:29:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770608)\n", | |
"[2025-02-21T09:29:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770703)\n", | |
"[2025-02-21T09:30:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770800)\n", | |
"[2025-02-21T09:30:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 770909)\n", | |
"[2025-02-21T09:30:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771008)\n", | |
"[2025-02-21T09:30:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771104)\n", | |
"[2025-02-21T09:30:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771200)\n", | |
"[2025-02-21T09:31:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771305)\n", | |
"[2025-02-21T09:31:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771406)\n", | |
"[2025-02-21T09:31:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771503)\n", | |
"[2025-02-21T09:31:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771600)\n", | |
"[2025-02-21T09:31:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771701)\n", | |
"[2025-02-21T09:32:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771802)\n", | |
"[2025-02-21T09:32:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 771903)\n", | |
"[2025-02-21T09:32:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772000)\n", | |
"[2025-02-21T09:32:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772105)\n", | |
"[2025-02-21T09:32:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772206)\n", | |
"[2025-02-21T09:33:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772300)\n", | |
"[2025-02-21T09:33:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772400)\n", | |
"[2025-02-21T09:33:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772502)\n", | |
"[2025-02-21T09:33:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772603)\n", | |
"[2025-02-21T09:33:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772700)\n", | |
"[2025-02-21T09:34:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772800)\n", | |
"[2025-02-21T09:34:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 772909)\n", | |
"[2025-02-21T09:34:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773005)\n", | |
"[2025-02-21T09:34:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773104)\n", | |
"[2025-02-21T09:34:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773200)\n", | |
"[2025-02-21T09:35:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773310)\n", | |
"[2025-02-21T09:35:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773405)\n", | |
"[2025-02-21T09:35:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773504)\n", | |
"[2025-02-21T09:35:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773600)\n", | |
"[2025-02-21T09:35:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773711)\n", | |
"[2025-02-21T09:36:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773807)\n", | |
"[2025-02-21T09:36:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 773900)\n", | |
"[2025-02-21T09:36:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774000)\n", | |
"[2025-02-21T09:36:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774107)\n", | |
"[2025-02-21T09:36:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774207)\n", | |
"[2025-02-21T09:37:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774304)\n", | |
"[2025-02-21T09:37:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774400)\n", | |
"[2025-02-21T09:37:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774505)\n", | |
"[2025-02-21T09:37:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774603)\n", | |
"[2025-02-21T09:38:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774703)\n", | |
"[2025-02-21T09:38:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774800)\n", | |
"[2025-02-21T09:38:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 774904)\n", | |
"[2025-02-21T09:38:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775002)\n", | |
"[2025-02-21T09:38:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775104)\n", | |
"[2025-02-21T09:39:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775200)\n", | |
"[2025-02-21T09:39:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775308)\n", | |
"[2025-02-21T09:39:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775404)\n", | |
"[2025-02-21T09:39:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775504)\n", | |
"[2025-02-21T09:39:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775600)\n", | |
"[2025-02-21T09:39:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775707)\n", | |
"[2025-02-21T09:40:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775808)\n", | |
"[2025-02-21T09:40:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 775900)\n", | |
"[2025-02-21T09:40:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776000)\n", | |
"[2025-02-21T09:40:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776109)\n", | |
"[2025-02-21T09:40:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776205)\n", | |
"[2025-02-21T09:40:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776303)\n", | |
"[2025-02-21T09:41:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776400)\n", | |
"[2025-02-21T09:41:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776510)\n", | |
"[2025-02-21T09:41:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776605)\n", | |
"[2025-02-21T09:41:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776704)\n", | |
"[2025-02-21T09:41:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776800)\n", | |
"[2025-02-21T09:41:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 776903)\n", | |
"[2025-02-21T09:42:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777004)\n", | |
"[2025-02-21T09:42:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777102)\n", | |
"[2025-02-21T09:42:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777200)\n", | |
"[2025-02-21T09:42:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777303)\n", | |
"[2025-02-21T09:42:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777407)\n", | |
"[2025-02-21T09:42:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777502)\n", | |
"[2025-02-21T09:43:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777600)\n", | |
"[2025-02-21T09:43:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777707)\n", | |
"[2025-02-21T09:43:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777807)\n", | |
"[2025-02-21T09:43:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 777901)\n", | |
"[2025-02-21T09:43:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778000)\n", | |
"[2025-02-21T09:43:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778108)\n", | |
"[2025-02-21T09:44:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778206)\n", | |
"[2025-02-21T09:44:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778301)\n", | |
"[2025-02-21T09:44:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778400)\n", | |
"[2025-02-21T09:44:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778508)\n", | |
"[2025-02-21T09:44:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778608)\n", | |
"[2025-02-21T09:44:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778702)\n", | |
"[2025-02-21T09:45:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778800)\n", | |
"[2025-02-21T09:45:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 778910)\n", | |
"[2025-02-21T09:45:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779004)\n", | |
"[2025-02-21T09:45:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779103)\n", | |
"[2025-02-21T09:45:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779200)\n", | |
"[2025-02-21T09:46:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779309)\n", | |
"[2025-02-21T09:46:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779404)\n", | |
"[2025-02-21T09:46:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779502)\n", | |
"[2025-02-21T09:46:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779600)\n", | |
"[2025-02-21T09:46:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779704)\n", | |
"[2025-02-21T09:46:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779805)\n", | |
"[2025-02-21T09:47:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 779901)\n", | |
"[2025-02-21T09:47:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780000)\n", | |
"[2025-02-21T09:47:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780107)\n", | |
"[2025-02-21T09:47:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780208)\n", | |
"[2025-02-21T09:47:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780302)\n", | |
"[2025-02-21T09:47:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780400)\n", | |
"[2025-02-21T09:48:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780509)\n", | |
"[2025-02-21T09:48:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780604)\n", | |
"[2025-02-21T09:48:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780702)\n", | |
"[2025-02-21T09:48:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780800)\n", | |
"[2025-02-21T09:48:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 780906)\n", | |
"[2025-02-21T09:48:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781006)\n", | |
"[2025-02-21T09:49:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781103)\n", | |
"[2025-02-21T09:49:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781200)\n", | |
"[2025-02-21T09:49:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781306)\n", | |
"[2025-02-21T09:49:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781408)\n", | |
"[2025-02-21T09:49:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781504)\n", | |
"[2025-02-21T09:49:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781600)\n", | |
"[2025-02-21T09:50:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781708)\n", | |
"[2025-02-21T09:50:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781802)\n", | |
"[2025-02-21T09:50:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 781904)\n", | |
"[2025-02-21T09:50:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782000)\n", | |
"[2025-02-21T09:50:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782109)\n", | |
"[2025-02-21T09:51:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782205)\n", | |
"[2025-02-21T09:51:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782301)\n", | |
"[2025-02-21T09:51:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782400)\n", | |
"[2025-02-21T09:51:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782504)\n", | |
"[2025-02-21T09:51:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782605)\n", | |
"[2025-02-21T09:51:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782703)\n", | |
"[2025-02-21T09:52:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782800)\n", | |
"[2025-02-21T09:52:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 782905)\n", | |
"[2025-02-21T09:52:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783004)\n", | |
"[2025-02-21T09:52:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783104)\n", | |
"[2025-02-21T09:52:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783200)\n", | |
"[2025-02-21T09:52:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783308)\n", | |
"[2025-02-21T09:53:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783404)\n", | |
"[2025-02-21T09:53:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783501)\n", | |
"[2025-02-21T09:53:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783600)\n", | |
"[2025-02-21T09:53:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783707)\n", | |
"[2025-02-21T09:53:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783803)\n", | |
"[2025-02-21T09:53:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 783904)\n", | |
"[2025-02-21T09:54:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784000)\n", | |
"[2025-02-21T09:54:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784105)\n", | |
"[2025-02-21T09:54:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784203)\n", | |
"[2025-02-21T09:54:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784302)\n", | |
"[2025-02-21T09:54:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784400)\n", | |
"[2025-02-21T09:55:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784508)\n", | |
"[2025-02-21T09:55:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784606)\n", | |
"[2025-02-21T09:55:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784701)\n", | |
"[2025-02-21T09:55:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784800)\n", | |
"[2025-02-21T09:55:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 784907)\n", | |
"[2025-02-21T09:55:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785008)\n", | |
"[2025-02-21T09:56:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785103)\n", | |
"[2025-02-21T09:56:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785200)\n", | |
"[2025-02-21T09:56:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785307)\n", | |
"[2025-02-21T09:56:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785406)\n", | |
"[2025-02-21T09:56:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785502)\n", | |
"[2025-02-21T09:56:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785600)\n", | |
"[2025-02-21T09:57:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785708)\n", | |
"[2025-02-21T09:57:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785804)\n", | |
"[2025-02-21T09:57:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 785902)\n", | |
"[2025-02-21T09:57:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786000)\n", | |
"[2025-02-21T09:57:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786107)\n", | |
"[2025-02-21T09:58:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786205)\n", | |
"[2025-02-21T09:58:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786300)\n", | |
"[2025-02-21T09:58:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786400)\n", | |
"[2025-02-21T09:58:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786504)\n", | |
"[2025-02-21T09:58:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786605)\n", | |
"[2025-02-21T09:58:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786703)\n", | |
"[2025-02-21T09:59:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786800)\n", | |
"[2025-02-21T09:59:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 786904)\n", | |
"[2025-02-21T09:59:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787004)\n", | |
"[2025-02-21T09:59:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787101)\n", | |
"[2025-02-21T09:59:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787200)\n", | |
"[2025-02-21T09:59:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787308)\n", | |
"[2025-02-21T10:00:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787404)\n", | |
"[2025-02-21T10:00:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787502)\n", | |
"[2025-02-21T10:00:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787600)\n", | |
"[2025-02-21T10:00:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787703)\n", | |
"[2025-02-21T10:00:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787803)\n", | |
"[2025-02-21T10:01:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 787904)\n", | |
"[2025-02-21T10:01:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788000)\n", | |
"[2025-02-21T10:01:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788107)\n", | |
"[2025-02-21T10:01:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788206)\n", | |
"[2025-02-21T10:01:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788300)\n", | |
"[2025-02-21T10:01:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788400)\n", | |
"[2025-02-21T10:02:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788508)\n", | |
"[2025-02-21T10:02:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788605)\n", | |
"[2025-02-21T10:02:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788703)\n", | |
"[2025-02-21T10:02:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788800)\n", | |
"[2025-02-21T10:02:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 788909)\n", | |
"[2025-02-21T10:03:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789004)\n", | |
"[2025-02-21T10:03:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789102)\n", | |
"[2025-02-21T10:03:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789200)\n", | |
"[2025-02-21T10:03:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789301)\n", | |
"[2025-02-21T10:03:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789403)\n", | |
"[2025-02-21T10:03:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789502)\n", | |
"[2025-02-21T10:04:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789600)\n", | |
"[2025-02-21T10:04:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789703)\n", | |
"[2025-02-21T10:04:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789805)\n", | |
"[2025-02-21T10:04:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 789902)\n", | |
"[2025-02-21T10:04:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790000)\n", | |
"[2025-02-21T10:04:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790102)\n", | |
"[2025-02-21T10:05:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790204)\n", | |
"[2025-02-21T10:05:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790303)\n", | |
"[2025-02-21T10:05:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790400)\n", | |
"[2025-02-21T10:05:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790508)\n", | |
"[2025-02-21T10:05:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790603)\n", | |
"[2025-02-21T10:05:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790704)\n", | |
"[2025-02-21T10:06:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790800)\n", | |
"[2025-02-21T10:06:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 790904)\n", | |
"[2025-02-21T10:06:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791005)\n", | |
"[2025-02-21T10:06:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791102)\n", | |
"[2025-02-21T10:06:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791200)\n", | |
"[2025-02-21T10:07:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791306)\n", | |
"[2025-02-21T10:07:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791405)\n", | |
"[2025-02-21T10:07:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791501)\n", | |
"[2025-02-21T10:07:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791600)\n", | |
"[2025-02-21T10:07:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791708)\n", | |
"[2025-02-21T10:07:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791803)\n", | |
"[2025-02-21T10:08:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 791903)\n", | |
"[2025-02-21T10:08:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792000)\n", | |
"[2025-02-21T10:08:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792106)\n", | |
"[2025-02-21T10:08:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792204)\n", | |
"[2025-02-21T10:08:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792301)\n", | |
"[2025-02-21T10:08:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792400)\n", | |
"[2025-02-21T10:09:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792503)\n", | |
"[2025-02-21T10:09:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792604)\n", | |
"[2025-02-21T10:09:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792701)\n", | |
"[2025-02-21T10:09:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792800)\n", | |
"[2025-02-21T10:09:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 792908)\n", | |
"[2025-02-21T10:10:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793003)\n", | |
"[2025-02-21T10:10:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793101)\n", | |
"[2025-02-21T10:10:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793200)\n", | |
"[2025-02-21T10:10:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793310)\n", | |
"[2025-02-21T10:10:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793404)\n", | |
"[2025-02-21T10:11:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793502)\n", | |
"[2025-02-21T10:11:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793600)\n", | |
"[2025-02-21T10:11:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793704)\n", | |
"[2025-02-21T10:11:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793802)\n", | |
"[2025-02-21T10:11:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 793900)\n", | |
"[2025-02-21T10:11:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794000)\n", | |
"[2025-02-21T10:12:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794109)\n", | |
"[2025-02-21T10:12:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794204)\n", | |
"[2025-02-21T10:12:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794300)\n", | |
"[2025-02-21T10:12:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794400)\n", | |
"[2025-02-21T10:12:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794508)\n", | |
"[2025-02-21T10:12:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794607)\n", | |
"[2025-02-21T10:13:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794704)\n", | |
"[2025-02-21T10:13:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794800)\n", | |
"[2025-02-21T10:13:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 794909)\n", | |
"[2025-02-21T10:13:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795007)\n", | |
"[2025-02-21T10:13:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795101)\n", | |
"[2025-02-21T10:13:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795200)\n", | |
"[2025-02-21T10:14:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795307)\n", | |
"[2025-02-21T10:14:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795402)\n", | |
"[2025-02-21T10:14:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795503)\n", | |
"[2025-02-21T10:14:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795600)\n", | |
"[2025-02-21T10:14:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795705)\n", | |
"[2025-02-21T10:15:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795804)\n", | |
"[2025-02-21T10:15:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 795902)\n", | |
"[2025-02-21T10:15:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796000)\n", | |
"[2025-02-21T10:15:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796109)\n", | |
"[2025-02-21T10:15:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796204)\n", | |
"[2025-02-21T10:16:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796300)\n", | |
"[2025-02-21T10:16:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796400)\n", | |
"[2025-02-21T10:16:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796506)\n", | |
"[2025-02-21T10:16:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796602)\n", | |
"[2025-02-21T10:16:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796701)\n", | |
"[2025-02-21T10:16:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796800)\n", | |
"[2025-02-21T10:17:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 796907)\n", | |
"[2025-02-21T10:17:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797003)\n", | |
"[2025-02-21T10:17:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797102)\n", | |
"[2025-02-21T10:17:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797200)\n", | |
"[2025-02-21T10:17:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797306)\n", | |
"[2025-02-21T10:18:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797407)\n", | |
"[2025-02-21T10:18:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797502)\n", | |
"[2025-02-21T10:18:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797600)\n", | |
"[2025-02-21T10:18:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797709)\n", | |
"[2025-02-21T10:18:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797805)\n", | |
"[2025-02-21T10:18:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 797903)\n", | |
"[2025-02-21T10:19:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798000)\n", | |
"[2025-02-21T10:19:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798108)\n", | |
"[2025-02-21T10:19:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798208)\n", | |
"[2025-02-21T10:19:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798300)\n", | |
"[2025-02-21T10:19:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798400)\n", | |
"[2025-02-21T10:19:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798506)\n", | |
"[2025-02-21T10:20:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798603)\n", | |
"[2025-02-21T10:20:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798703)\n", | |
"[2025-02-21T10:20:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798800)\n", | |
"[2025-02-21T10:20:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 798908)\n", | |
"[2025-02-21T10:20:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799006)\n", | |
"[2025-02-21T10:21:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799101)\n", | |
"[2025-02-21T10:21:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799200)\n", | |
"[2025-02-21T10:21:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799307)\n", | |
"[2025-02-21T10:21:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799404)\n", | |
"[2025-02-21T10:21:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799501)\n", | |
"[2025-02-21T10:21:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799600)\n", | |
"[2025-02-21T10:22:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799707)\n", | |
"[2025-02-21T10:22:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799802)\n", | |
"[2025-02-21T10:22:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 799904)\n", | |
"[2025-02-21T10:22:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800000)\n", | |
"[2025-02-21T10:22:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800106)\n", | |
"[2025-02-21T10:23:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800207)\n", | |
"[2025-02-21T10:23:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800302)\n", | |
"[2025-02-21T10:23:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800400)\n", | |
"[2025-02-21T10:23:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800508)\n", | |
"[2025-02-21T10:23:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800608)\n", | |
"[2025-02-21T10:23:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800703)\n", | |
"[2025-02-21T10:24:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800800)\n", | |
"[2025-02-21T10:24:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 800902)\n", | |
"[2025-02-21T10:24:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801008)\n", | |
"[2025-02-21T10:24:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801100)\n", | |
"[2025-02-21T10:24:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801200)\n", | |
"[2025-02-21T10:25:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801307)\n", | |
"[2025-02-21T10:25:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801404)\n", | |
"[2025-02-21T10:25:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801501)\n", | |
"[2025-02-21T10:25:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801600)\n", | |
"[2025-02-21T10:25:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801706)\n", | |
"[2025-02-21T10:25:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801803)\n", | |
"[2025-02-21T10:26:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 801904)\n", | |
"[2025-02-21T10:26:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802000)\n", | |
"[2025-02-21T10:26:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802110)\n", | |
"[2025-02-21T10:26:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802204)\n", | |
"[2025-02-21T10:26:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802302)\n", | |
"[2025-02-21T10:26:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802400)\n", | |
"[2025-02-21T10:27:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802507)\n", | |
"[2025-02-21T10:27:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802605)\n", | |
"[2025-02-21T10:27:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802702)\n", | |
"[2025-02-21T10:27:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802800)\n", | |
"[2025-02-21T10:27:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 802907)\n", | |
"[2025-02-21T10:27:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803005)\n", | |
"[2025-02-21T10:28:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803102)\n", | |
"[2025-02-21T10:28:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803200)\n", | |
"[2025-02-21T10:28:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803308)\n", | |
"[2025-02-21T10:28:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803406)\n", | |
"[2025-02-21T10:28:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803504)\n", | |
"[2025-02-21T10:29:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803600)\n", | |
"[2025-02-21T10:29:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803708)\n", | |
"[2025-02-21T10:29:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803803)\n", | |
"[2025-02-21T10:29:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 803903)\n", | |
"[2025-02-21T10:29:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804000)\n", | |
"[2025-02-21T10:29:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804110)\n", | |
"[2025-02-21T10:30:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804202)\n", | |
"[2025-02-21T10:30:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804303)\n", | |
"[2025-02-21T10:30:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804400)\n", | |
"[2025-02-21T10:30:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804508)\n", | |
"[2025-02-21T10:30:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804608)\n", | |
"[2025-02-21T10:30:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804701)\n", | |
"[2025-02-21T10:31:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804800)\n", | |
"[2025-02-21T10:31:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 804905)\n", | |
"[2025-02-21T10:31:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805007)\n", | |
"[2025-02-21T10:31:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805104)\n", | |
"[2025-02-21T10:31:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805200)\n", | |
"[2025-02-21T10:32:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805309)\n", | |
"[2025-02-21T10:32:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805408)\n", | |
"[2025-02-21T10:32:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805500)\n", | |
"[2025-02-21T10:32:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805600)\n", | |
"[2025-02-21T10:32:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805704)\n", | |
"[2025-02-21T10:32:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805804)\n", | |
"[2025-02-21T10:33:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 805902)\n", | |
"[2025-02-21T10:33:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806000)\n", | |
"[2025-02-21T10:33:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806104)\n", | |
"[2025-02-21T10:33:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806205)\n", | |
"[2025-02-21T10:33:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806300)\n", | |
"[2025-02-21T10:33:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806400)\n", | |
"[2025-02-21T10:34:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806507)\n", | |
"[2025-02-21T10:34:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806604)\n", | |
"[2025-02-21T10:34:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806704)\n", | |
"[2025-02-21T10:34:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806800)\n", | |
"[2025-02-21T10:34:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 806906)\n", | |
"[2025-02-21T10:35:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807004)\n", | |
"[2025-02-21T10:35:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807104)\n", | |
"[2025-02-21T10:35:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807200)\n", | |
"[2025-02-21T10:35:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807306)\n", | |
"[2025-02-21T10:35:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807406)\n", | |
"[2025-02-21T10:35:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807500)\n", | |
"[2025-02-21T10:36:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807600)\n", | |
"[2025-02-21T10:36:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807706)\n", | |
"[2025-02-21T10:36:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807806)\n", | |
"[2025-02-21T10:36:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 807903)\n", | |
"[2025-02-21T10:36:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808000)\n", | |
"[2025-02-21T10:37:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808106)\n", | |
"[2025-02-21T10:37:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808207)\n", | |
"[2025-02-21T10:37:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808300)\n", | |
"[2025-02-21T10:37:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808400)\n", | |
"[2025-02-21T10:37:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808508)\n", | |
"[2025-02-21T10:37:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808601)\n", | |
"[2025-02-21T10:38:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808704)\n", | |
"[2025-02-21T10:38:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808800)\n", | |
"[2025-02-21T10:38:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 808905)\n", | |
"[2025-02-21T10:38:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809003)\n", | |
"[2025-02-21T10:38:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809101)\n", | |
"[2025-02-21T10:39:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809200)\n", | |
"[2025-02-21T10:39:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809304)\n", | |
"[2025-02-21T10:39:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809403)\n", | |
"[2025-02-21T10:39:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809500)\n", | |
"[2025-02-21T10:39:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809600)\n", | |
"[2025-02-21T10:39:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809701)\n", | |
"[2025-02-21T10:40:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809801)\n", | |
"[2025-02-21T10:40:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 809902)\n", | |
"[2025-02-21T10:40:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810000)\n", | |
"[2025-02-21T10:40:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810108)\n", | |
"[2025-02-21T10:40:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810203)\n", | |
"[2025-02-21T10:41:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810302)\n", | |
"[2025-02-21T10:41:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810400)\n", | |
"[2025-02-21T10:41:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810505)\n", | |
"[2025-02-21T10:41:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810604)\n", | |
"[2025-02-21T10:41:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810703)\n", | |
"[2025-02-21T10:41:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810800)\n", | |
"[2025-02-21T10:42:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 810904)\n", | |
"[2025-02-21T10:42:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811004)\n", | |
"[2025-02-21T10:42:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811102)\n", | |
"[2025-02-21T10:42:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811200)\n", | |
"[2025-02-21T10:42:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811301)\n", | |
"[2025-02-21T10:43:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811402)\n", | |
"[2025-02-21T10:43:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811501)\n", | |
"[2025-02-21T10:43:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811600)\n", | |
"[2025-02-21T10:43:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811707)\n", | |
"[2025-02-21T10:43:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811804)\n", | |
"[2025-02-21T10:43:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 811901)\n", | |
"[2025-02-21T10:44:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812000)\n", | |
"[2025-02-21T10:44:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812108)\n", | |
"[2025-02-21T10:44:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812203)\n", | |
"[2025-02-21T10:44:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812304)\n", | |
"[2025-02-21T10:44:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812400)\n", | |
"[2025-02-21T10:45:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812505)\n", | |
"[2025-02-21T10:45:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812604)\n", | |
"[2025-02-21T10:45:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812702)\n", | |
"[2025-02-21T10:45:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812800)\n", | |
"[2025-02-21T10:45:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 812908)\n", | |
"[2025-02-21T10:45:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813003)\n", | |
"[2025-02-21T10:46:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813100)\n", | |
"[2025-02-21T10:46:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813200)\n", | |
"[2025-02-21T10:46:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813302)\n", | |
"[2025-02-21T10:46:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813404)\n", | |
"[2025-02-21T10:46:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813502)\n", | |
"[2025-02-21T10:46:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813600)\n", | |
"[2025-02-21T10:47:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813707)\n", | |
"[2025-02-21T10:47:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813804)\n", | |
"[2025-02-21T10:47:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 813904)\n", | |
"[2025-02-21T10:47:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814000)\n", | |
"[2025-02-21T10:47:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814106)\n", | |
"[2025-02-21T10:48:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814203)\n", | |
"[2025-02-21T10:48:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814303)\n", | |
"[2025-02-21T10:48:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814400)\n", | |
"[2025-02-21T10:48:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814510)\n", | |
"[2025-02-21T10:48:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814605)\n", | |
"[2025-02-21T10:48:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814703)\n", | |
"[2025-02-21T10:49:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814800)\n", | |
"[2025-02-21T10:49:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 814907)\n", | |
"[2025-02-21T10:49:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815004)\n", | |
"[2025-02-21T10:49:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815104)\n", | |
"[2025-02-21T10:49:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815200)\n", | |
"[2025-02-21T10:50:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815306)\n", | |
"[2025-02-21T10:50:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815404)\n", | |
"[2025-02-21T10:50:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815500)\n", | |
"[2025-02-21T10:50:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815600)\n", | |
"[2025-02-21T10:50:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815708)\n", | |
"[2025-02-21T10:50:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815803)\n", | |
"[2025-02-21T10:51:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 815901)\n", | |
"[2025-02-21T10:51:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816000)\n", | |
"[2025-02-21T10:51:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816105)\n", | |
"[2025-02-21T10:51:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816204)\n", | |
"[2025-02-21T10:51:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816301)\n", | |
"[2025-02-21T10:52:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816400)\n", | |
"[2025-02-21T10:52:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816505)\n", | |
"[2025-02-21T10:52:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816602)\n", | |
"[2025-02-21T10:52:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816701)\n", | |
"[2025-02-21T10:52:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816800)\n", | |
"[2025-02-21T10:52:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 816907)\n", | |
"[2025-02-21T10:53:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817005)\n", | |
"[2025-02-21T10:53:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817101)\n", | |
"[2025-02-21T10:53:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817200)\n", | |
"[2025-02-21T10:53:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817308)\n", | |
"[2025-02-21T10:53:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817407)\n", | |
"[2025-02-21T10:54:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817503)\n", | |
"[2025-02-21T10:54:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817600)\n", | |
"[2025-02-21T10:54:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817707)\n", | |
"[2025-02-21T10:54:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817804)\n", | |
"[2025-02-21T10:54:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 817900)\n", | |
"[2025-02-21T10:54:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818000)\n", | |
"[2025-02-21T10:55:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818107)\n", | |
"[2025-02-21T10:55:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818204)\n", | |
"[2025-02-21T10:55:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818304)\n", | |
"[2025-02-21T10:55:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818400)\n", | |
"[2025-02-21T10:55:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818505)\n", | |
"[2025-02-21T10:56:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818605)\n", | |
"[2025-02-21T10:56:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818701)\n", | |
"[2025-02-21T10:56:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818800)\n", | |
"[2025-02-21T10:56:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 818909)\n", | |
"[2025-02-21T10:56:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819004)\n", | |
"[2025-02-21T10:56:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819100)\n", | |
"[2025-02-21T10:57:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819200)\n", | |
"[2025-02-21T10:57:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819307)\n", | |
"[2025-02-21T10:57:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819405)\n", | |
"[2025-02-21T10:57:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819502)\n", | |
"[2025-02-21T10:57:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819600)\n", | |
"[2025-02-21T10:57:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819706)\n", | |
"[2025-02-21T10:58:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819804)\n", | |
"[2025-02-21T10:58:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 819902)\n", | |
"[2025-02-21T10:58:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820000)\n", | |
"[2025-02-21T10:58:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820105)\n", | |
"[2025-02-21T10:58:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820205)\n", | |
"[2025-02-21T10:59:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820300)\n", | |
"[2025-02-21T10:59:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820400)\n", | |
"[2025-02-21T10:59:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820508)\n", | |
"[2025-02-21T10:59:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820604)\n", | |
"[2025-02-21T10:59:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820704)\n", | |
"[2025-02-21T10:59:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820800)\n", | |
"[2025-02-21T11:00:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 820905)\n", | |
"[2025-02-21T11:00:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821004)\n", | |
"[2025-02-21T11:00:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821100)\n", | |
"[2025-02-21T11:00:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821200)\n", | |
"[2025-02-21T11:00:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821308)\n", | |
"[2025-02-21T11:01:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821404)\n", | |
"[2025-02-21T11:01:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821501)\n", | |
"[2025-02-21T11:01:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821600)\n", | |
"[2025-02-21T11:01:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821708)\n", | |
"[2025-02-21T11:01:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821803)\n", | |
"[2025-02-21T11:01:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 821902)\n", | |
"[2025-02-21T11:02:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822000)\n", | |
"[2025-02-21T11:02:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822108)\n", | |
"[2025-02-21T11:02:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822202)\n", | |
"[2025-02-21T11:02:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822302)\n", | |
"[2025-02-21T11:02:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822400)\n", | |
"[2025-02-21T11:03:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822507)\n", | |
"[2025-02-21T11:03:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822603)\n", | |
"[2025-02-21T11:03:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822701)\n", | |
"[2025-02-21T11:03:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822800)\n", | |
"[2025-02-21T11:03:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 822906)\n", | |
"[2025-02-21T11:03:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823003)\n", | |
"[2025-02-21T11:04:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823102)\n", | |
"[2025-02-21T11:04:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823200)\n", | |
"[2025-02-21T11:04:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823306)\n", | |
"[2025-02-21T11:04:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823405)\n", | |
"[2025-02-21T11:04:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823500)\n", | |
"[2025-02-21T11:05:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823600)\n", | |
"[2025-02-21T11:05:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823705)\n", | |
"[2025-02-21T11:05:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823805)\n", | |
"[2025-02-21T11:05:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 823903)\n", | |
"[2025-02-21T11:05:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824000)\n", | |
"[2025-02-21T11:05:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824107)\n", | |
"[2025-02-21T11:06:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824204)\n", | |
"[2025-02-21T11:06:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824300)\n", | |
"[2025-02-21T11:06:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824400)\n", | |
"[2025-02-21T11:06:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824508)\n", | |
"[2025-02-21T11:06:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824604)\n", | |
"[2025-02-21T11:07:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824701)\n", | |
"[2025-02-21T11:07:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824800)\n", | |
"[2025-02-21T11:07:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 824905)\n", | |
"[2025-02-21T11:07:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825004)\n", | |
"[2025-02-21T11:07:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825102)\n", | |
"[2025-02-21T11:07:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825200)\n", | |
"[2025-02-21T11:08:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825303)\n", | |
"[2025-02-21T11:08:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825404)\n", | |
"[2025-02-21T11:08:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825500)\n", | |
"[2025-02-21T11:08:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825600)\n", | |
"[2025-02-21T11:08:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825704)\n", | |
"[2025-02-21T11:08:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825804)\n", | |
"[2025-02-21T11:09:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 825904)\n", | |
"[2025-02-21T11:09:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826000)\n", | |
"[2025-02-21T11:09:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826107)\n", | |
"[2025-02-21T11:09:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826205)\n", | |
"[2025-02-21T11:09:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826300)\n", | |
"[2025-02-21T11:10:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826400)\n", | |
"[2025-02-21T11:10:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826508)\n", | |
"[2025-02-21T11:10:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826604)\n", | |
"[2025-02-21T11:10:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826702)\n", | |
"[2025-02-21T11:10:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826800)\n", | |
"[2025-02-21T11:11:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 826903)\n", | |
"[2025-02-21T11:11:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827008)\n", | |
"[2025-02-21T11:11:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827101)\n", | |
"[2025-02-21T11:11:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827200)\n", | |
"[2025-02-21T11:11:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827307)\n", | |
"[2025-02-21T11:11:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827405)\n", | |
"[2025-02-21T11:12:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827504)\n", | |
"[2025-02-21T11:12:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827600)\n", | |
"[2025-02-21T11:12:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827707)\n", | |
"[2025-02-21T11:12:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827802)\n", | |
"[2025-02-21T11:12:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 827903)\n", | |
"[2025-02-21T11:12:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828000)\n", | |
"[2025-02-21T11:13:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828106)\n", | |
"[2025-02-21T11:13:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828205)\n", | |
"[2025-02-21T11:13:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828300)\n", | |
"[2025-02-21T11:13:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828400)\n", | |
"[2025-02-21T11:13:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828508)\n", | |
"[2025-02-21T11:13:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828604)\n", | |
"[2025-02-21T11:14:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828702)\n", | |
"[2025-02-21T11:14:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828800)\n", | |
"[2025-02-21T11:14:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 828909)\n", | |
"[2025-02-21T11:14:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829004)\n", | |
"[2025-02-21T11:14:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829100)\n", | |
"[2025-02-21T11:14:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829200)\n", | |
"[2025-02-21T11:15:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829305)\n", | |
"[2025-02-21T11:15:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829403)\n", | |
"[2025-02-21T11:15:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829502)\n", | |
"[2025-02-21T11:15:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829600)\n", | |
"[2025-02-21T11:15:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829706)\n", | |
"[2025-02-21T11:16:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829804)\n", | |
"[2025-02-21T11:16:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 829902)\n", | |
"[2025-02-21T11:16:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830000)\n", | |
"[2025-02-21T11:16:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830101)\n", | |
"[2025-02-21T11:16:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830204)\n", | |
"[2025-02-21T11:16:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830300)\n", | |
"[2025-02-21T11:17:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830400)\n", | |
"[2025-02-21T11:17:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830508)\n", | |
"[2025-02-21T11:17:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830604)\n", | |
"[2025-02-21T11:17:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830701)\n", | |
"[2025-02-21T11:17:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830800)\n", | |
"[2025-02-21T11:18:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 830908)\n", | |
"[2025-02-21T11:18:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831004)\n", | |
"[2025-02-21T11:18:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831104)\n", | |
"[2025-02-21T11:18:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831200)\n", | |
"[2025-02-21T11:18:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831304)\n", | |
"[2025-02-21T11:18:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831405)\n", | |
"[2025-02-21T11:19:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831500)\n", | |
"[2025-02-21T11:19:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831600)\n", | |
"[2025-02-21T11:19:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831706)\n", | |
"[2025-02-21T11:19:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831805)\n", | |
"[2025-02-21T11:19:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 831903)\n", | |
"[2025-02-21T11:19:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832000)\n", | |
"[2025-02-21T11:20:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832105)\n", | |
"[2025-02-21T11:20:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832204)\n", | |
"[2025-02-21T11:20:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832300)\n", | |
"[2025-02-21T11:20:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832400)\n", | |
"[2025-02-21T11:20:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832508)\n", | |
"[2025-02-21T11:21:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832604)\n", | |
"[2025-02-21T11:21:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832700)\n", | |
"[2025-02-21T11:21:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832800)\n", | |
"[2025-02-21T11:21:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 832908)\n", | |
"[2025-02-21T11:21:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833003)\n", | |
"[2025-02-21T11:21:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833104)\n", | |
"[2025-02-21T11:22:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833200)\n", | |
"[2025-02-21T11:22:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833305)\n", | |
"[2025-02-21T11:22:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833404)\n", | |
"[2025-02-21T11:22:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833500)\n", | |
"[2025-02-21T11:22:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833600)\n", | |
"[2025-02-21T11:23:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833702)\n", | |
"[2025-02-21T11:23:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833803)\n", | |
"[2025-02-21T11:23:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 833900)\n", | |
"[2025-02-21T11:23:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834000)\n", | |
"[2025-02-21T11:23:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834104)\n", | |
"[2025-02-21T11:23:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834201)\n", | |
"[2025-02-21T11:24:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834300)\n", | |
"[2025-02-21T11:24:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834400)\n", | |
"[2025-02-21T11:24:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834508)\n", | |
"[2025-02-21T11:24:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834605)\n", | |
"[2025-02-21T11:24:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834701)\n", | |
"[2025-02-21T11:25:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834800)\n", | |
"[2025-02-21T11:25:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 834905)\n", | |
"[2025-02-21T11:25:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835002)\n", | |
"[2025-02-21T11:25:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835104)\n", | |
"[2025-02-21T11:25:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835200)\n", | |
"[2025-02-21T11:25:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835308)\n", | |
"[2025-02-21T11:26:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835404)\n", | |
"[2025-02-21T11:26:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835501)\n", | |
"[2025-02-21T11:26:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835600)\n", | |
"[2025-02-21T11:26:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835701)\n", | |
"[2025-02-21T11:26:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835804)\n", | |
"[2025-02-21T11:27:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 835900)\n", | |
"[2025-02-21T11:27:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836000)\n", | |
"[2025-02-21T11:27:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836108)\n", | |
"[2025-02-21T11:27:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836202)\n", | |
"[2025-02-21T11:27:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836300)\n", | |
"[2025-02-21T11:27:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836400)\n", | |
"[2025-02-21T11:28:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836508)\n", | |
"[2025-02-21T11:28:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836604)\n", | |
"[2025-02-21T11:28:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836701)\n", | |
"[2025-02-21T11:28:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836800)\n", | |
"[2025-02-21T11:28:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 836902)\n", | |
"[2025-02-21T11:28:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837003)\n", | |
"[2025-02-21T11:29:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837102)\n", | |
"[2025-02-21T11:29:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837200)\n", | |
"[2025-02-21T11:29:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837309)\n", | |
"[2025-02-21T11:29:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837404)\n", | |
"[2025-02-21T11:29:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837500)\n", | |
"[2025-02-21T11:30:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837600)\n", | |
"[2025-02-21T11:30:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837707)\n", | |
"[2025-02-21T11:30:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837804)\n", | |
"[2025-02-21T11:30:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 837900)\n", | |
"[2025-02-21T11:30:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838000)\n", | |
"[2025-02-21T11:30:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838107)\n", | |
"[2025-02-21T11:31:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838204)\n", | |
"[2025-02-21T11:31:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838302)\n", | |
"[2025-02-21T11:31:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838400)\n", | |
"[2025-02-21T11:31:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838503)\n", | |
"[2025-02-21T11:31:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838604)\n", | |
"[2025-02-21T11:32:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838700)\n", | |
"[2025-02-21T11:32:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838800)\n", | |
"[2025-02-21T11:32:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 838907)\n", | |
"[2025-02-21T11:32:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839007)\n", | |
"[2025-02-21T11:32:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839103)\n", | |
"[2025-02-21T11:32:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839200)\n", | |
"[2025-02-21T11:33:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839307)\n", | |
"[2025-02-21T11:33:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839400)\n", | |
"[2025-02-21T11:33:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839504)\n", | |
"[2025-02-21T11:33:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839600)\n", | |
"[2025-02-21T11:33:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839708)\n", | |
"[2025-02-21T11:33:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839803)\n", | |
"[2025-02-21T11:34:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 839900)\n", | |
"[2025-02-21T11:34:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840000)\n", | |
"[2025-02-21T11:34:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840104)\n", | |
"[2025-02-21T11:34:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840202)\n", | |
"[2025-02-21T11:34:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840300)\n", | |
"[2025-02-21T11:35:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840400)\n", | |
"[2025-02-21T11:35:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840507)\n", | |
"[2025-02-21T11:35:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840602)\n", | |
"[2025-02-21T11:35:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840701)\n", | |
"[2025-02-21T11:35:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840800)\n", | |
"[2025-02-21T11:36:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 840903)\n", | |
"[2025-02-21T11:36:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841003)\n", | |
"[2025-02-21T11:36:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841102)\n", | |
"[2025-02-21T11:36:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841200)\n", | |
"[2025-02-21T11:36:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841306)\n", | |
"[2025-02-21T11:36:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841402)\n", | |
"[2025-02-21T11:37:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841502)\n", | |
"[2025-02-21T11:37:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841600)\n", | |
"[2025-02-21T11:37:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841708)\n", | |
"[2025-02-21T11:37:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841803)\n", | |
"[2025-02-21T11:37:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 841901)\n", | |
"[2025-02-21T11:38:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842000)\n", | |
"[2025-02-21T11:38:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842107)\n", | |
"[2025-02-21T11:38:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842204)\n", | |
"[2025-02-21T11:38:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842302)\n", | |
"[2025-02-21T11:38:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842400)\n", | |
"[2025-02-21T11:39:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842508)\n", | |
"[2025-02-21T11:39:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842605)\n", | |
"[2025-02-21T11:39:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842700)\n", | |
"[2025-02-21T11:39:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842800)\n", | |
"[2025-02-21T11:39:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 842908)\n", | |
"[2025-02-21T11:39:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843004)\n", | |
"[2025-02-21T11:40:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843101)\n", | |
"[2025-02-21T11:40:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843200)\n", | |
"[2025-02-21T11:40:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843308)\n", | |
"[2025-02-21T11:40:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843404)\n", | |
"[2025-02-21T11:40:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843503)\n", | |
"[2025-02-21T11:41:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843600)\n", | |
"[2025-02-21T11:41:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843708)\n", | |
"[2025-02-21T11:41:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843804)\n", | |
"[2025-02-21T11:41:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 843900)\n", | |
"[2025-02-21T11:41:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844000)\n", | |
"[2025-02-21T11:42:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844108)\n", | |
"[2025-02-21T11:42:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844208)\n", | |
"[2025-02-21T11:42:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844301)\n", | |
"[2025-02-21T11:42:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844400)\n", | |
"[2025-02-21T11:42:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844508)\n", | |
"[2025-02-21T11:42:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844605)\n", | |
"[2025-02-21T11:43:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844703)\n", | |
"[2025-02-21T11:43:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844800)\n", | |
"[2025-02-21T11:43:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 844904)\n", | |
"[2025-02-21T11:43:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845004)\n", | |
"[2025-02-21T11:43:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845104)\n", | |
"[2025-02-21T11:44:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845200)\n", | |
"[2025-02-21T11:44:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845302)\n", | |
"[2025-02-21T11:44:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845405)\n", | |
"[2025-02-21T11:44:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845503)\n", | |
"[2025-02-21T11:44:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845600)\n", | |
"[2025-02-21T11:45:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845708)\n", | |
"[2025-02-21T11:45:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845803)\n", | |
"[2025-02-21T11:45:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 845900)\n", | |
"[2025-02-21T11:45:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846000)\n", | |
"[2025-02-21T11:45:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846102)\n", | |
"[2025-02-21T11:46:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846203)\n", | |
"[2025-02-21T11:46:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846304)\n", | |
"[2025-02-21T11:46:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846400)\n", | |
"[2025-02-21T11:46:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846502)\n", | |
"[2025-02-21T11:46:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846603)\n", | |
"[2025-02-21T11:46:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846702)\n", | |
"[2025-02-21T11:47:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846800)\n", | |
"[2025-02-21T11:47:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 846904)\n", | |
"[2025-02-21T11:47:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847003)\n", | |
"[2025-02-21T11:47:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847100)\n", | |
"[2025-02-21T11:47:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847200)\n", | |
"[2025-02-21T11:48:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847302)\n", | |
"[2025-02-21T11:48:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847404)\n", | |
"[2025-02-21T11:48:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847500)\n", | |
"[2025-02-21T11:48:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847600)\n", | |
"[2025-02-21T11:48:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847708)\n", | |
"[2025-02-21T11:48:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847804)\n", | |
"[2025-02-21T11:49:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 847904)\n", | |
"[2025-02-21T11:49:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848000)\n", | |
"[2025-02-21T11:49:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848107)\n", | |
"[2025-02-21T11:49:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848203)\n", | |
"[2025-02-21T11:49:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848302)\n", | |
"[2025-02-21T11:50:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848400)\n", | |
"[2025-02-21T11:50:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848507)\n", | |
"[2025-02-21T11:50:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848603)\n", | |
"[2025-02-21T11:50:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848704)\n", | |
"[2025-02-21T11:50:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848800)\n", | |
"[2025-02-21T11:50:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 848902)\n", | |
"[2025-02-21T11:51:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849004)\n", | |
"[2025-02-21T11:51:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849100)\n", | |
"[2025-02-21T11:51:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849200)\n", | |
"[2025-02-21T11:51:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849306)\n", | |
"[2025-02-21T11:51:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849405)\n", | |
"[2025-02-21T11:52:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849501)\n", | |
"[2025-02-21T11:52:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849600)\n", | |
"[2025-02-21T11:52:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849707)\n", | |
"[2025-02-21T11:52:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849804)\n", | |
"[2025-02-21T11:52:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 849904)\n", | |
"[2025-02-21T11:53:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850000)\n", | |
"[2025-02-21T11:53:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850105)\n", | |
"[2025-02-21T11:53:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850203)\n", | |
"[2025-02-21T11:53:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850302)\n", | |
"[2025-02-21T11:53:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850400)\n", | |
"[2025-02-21T11:54:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850508)\n", | |
"[2025-02-21T11:54:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850606)\n", | |
"[2025-02-21T11:54:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850700)\n", | |
"[2025-02-21T11:54:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850800)\n", | |
"[2025-02-21T11:54:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 850904)\n", | |
"[2025-02-21T11:55:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851004)\n", | |
"[2025-02-21T11:55:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851101)\n", | |
"[2025-02-21T11:55:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851200)\n", | |
"[2025-02-21T11:55:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851308)\n", | |
"[2025-02-21T11:55:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851405)\n", | |
"[2025-02-21T11:56:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851500)\n", | |
"[2025-02-21T11:56:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851600)\n", | |
"[2025-02-21T11:56:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851706)\n", | |
"[2025-02-21T11:56:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851804)\n", | |
"[2025-02-21T11:56:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 851904)\n", | |
"[2025-02-21T11:57:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852000)\n", | |
"[2025-02-21T11:57:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852105)\n", | |
"[2025-02-21T11:57:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852204)\n", | |
"[2025-02-21T11:57:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852301)\n", | |
"[2025-02-21T11:57:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852400)\n", | |
"[2025-02-21T11:57:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852507)\n", | |
"[2025-02-21T11:58:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852608)\n", | |
"[2025-02-21T11:58:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852701)\n", | |
"[2025-02-21T11:58:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852800)\n", | |
"[2025-02-21T11:58:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 852907)\n", | |
"[2025-02-21T11:58:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853005)\n", | |
"[2025-02-21T11:59:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853103)\n", | |
"[2025-02-21T11:59:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853200)\n", | |
"[2025-02-21T11:59:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853307)\n", | |
"[2025-02-21T11:59:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853403)\n", | |
"[2025-02-21T11:59:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853502)\n", | |
"[2025-02-21T12:00:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853600)\n", | |
"[2025-02-21T12:00:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853708)\n", | |
"[2025-02-21T12:00:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853803)\n", | |
"[2025-02-21T12:00:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 853902)\n", | |
"[2025-02-21T12:00:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854000)\n", | |
"[2025-02-21T12:01:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854105)\n", | |
"[2025-02-21T12:01:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854206)\n", | |
"[2025-02-21T12:01:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854301)\n", | |
"[2025-02-21T12:01:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854400)\n", | |
"[2025-02-21T12:01:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854506)\n", | |
"[2025-02-21T12:02:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854604)\n", | |
"[2025-02-21T12:02:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854702)\n", | |
"[2025-02-21T12:02:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854800)\n", | |
"[2025-02-21T12:02:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 854906)\n", | |
"[2025-02-21T12:02:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855004)\n", | |
"[2025-02-21T12:03:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855104)\n", | |
"[2025-02-21T12:03:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855200)\n", | |
"[2025-02-21T12:03:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855306)\n", | |
"[2025-02-21T12:03:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855407)\n", | |
"[2025-02-21T12:03:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855502)\n", | |
"[2025-02-21T12:04:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855600)\n", | |
"[2025-02-21T12:04:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855708)\n", | |
"[2025-02-21T12:04:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855805)\n", | |
"[2025-02-21T12:04:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 855900)\n", | |
"[2025-02-21T12:04:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856000)\n", | |
"[2025-02-21T12:05:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856108)\n", | |
"[2025-02-21T12:05:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856203)\n", | |
"[2025-02-21T12:05:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856304)\n", | |
"[2025-02-21T12:05:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856400)\n", | |
"[2025-02-21T12:05:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856507)\n", | |
"[2025-02-21T12:05:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856604)\n", | |
"[2025-02-21T12:06:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856702)\n", | |
"[2025-02-21T12:06:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856800)\n", | |
"[2025-02-21T12:06:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 856904)\n", | |
"[2025-02-21T12:06:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857004)\n", | |
"[2025-02-21T12:06:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857104)\n", | |
"[2025-02-21T12:07:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857200)\n", | |
"[2025-02-21T12:07:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857308)\n", | |
"[2025-02-21T12:07:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857402)\n", | |
"[2025-02-21T12:07:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857503)\n", | |
"[2025-02-21T12:07:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857600)\n", | |
"[2025-02-21T12:08:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857707)\n", | |
"[2025-02-21T12:08:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857804)\n", | |
"[2025-02-21T12:08:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 857900)\n", | |
"[2025-02-21T12:08:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858000)\n", | |
"[2025-02-21T12:08:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858108)\n", | |
"[2025-02-21T12:09:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858204)\n", | |
"[2025-02-21T12:09:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858301)\n", | |
"[2025-02-21T12:09:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858400)\n", | |
"[2025-02-21T12:09:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858506)\n", | |
"[2025-02-21T12:09:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858602)\n", | |
"[2025-02-21T12:10:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858701)\n", | |
"[2025-02-21T12:10:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858800)\n", | |
"[2025-02-21T12:10:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 858906)\n", | |
"[2025-02-21T12:10:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859005)\n", | |
"[2025-02-21T12:11:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859101)\n", | |
"[2025-02-21T12:11:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859200)\n", | |
"[2025-02-21T12:11:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859306)\n", | |
"[2025-02-21T12:11:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859404)\n", | |
"[2025-02-21T12:11:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859502)\n", | |
"[2025-02-21T12:12:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859600)\n", | |
"[2025-02-21T12:12:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859708)\n", | |
"[2025-02-21T12:12:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859802)\n", | |
"[2025-02-21T12:12:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 859900)\n", | |
"[2025-02-21T12:12:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860000)\n", | |
"[2025-02-21T12:13:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860103)\n", | |
"[2025-02-21T12:13:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860205)\n", | |
"[2025-02-21T12:13:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860300)\n", | |
"[2025-02-21T12:13:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860400)\n", | |
"[2025-02-21T12:13:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860507)\n", | |
"[2025-02-21T12:14:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860600)\n", | |
"[2025-02-21T12:14:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860701)\n", | |
"[2025-02-21T12:14:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860800)\n", | |
"[2025-02-21T12:14:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 860904)\n", | |
"[2025-02-21T12:14:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861005)\n", | |
"[2025-02-21T12:15:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861102)\n", | |
"[2025-02-21T12:15:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861200)\n", | |
"[2025-02-21T12:15:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861304)\n", | |
"[2025-02-21T12:15:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861403)\n", | |
"[2025-02-21T12:15:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861501)\n", | |
"[2025-02-21T12:16:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861600)\n", | |
"[2025-02-21T12:16:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861705)\n", | |
"[2025-02-21T12:16:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861804)\n", | |
"[2025-02-21T12:16:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 861900)\n", | |
"[2025-02-21T12:17:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862000)\n", | |
"[2025-02-21T12:17:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862106)\n", | |
"[2025-02-21T12:17:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862204)\n", | |
"[2025-02-21T12:17:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862300)\n", | |
"[2025-02-21T12:17:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862400)\n", | |
"[2025-02-21T12:18:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862508)\n", | |
"[2025-02-21T12:18:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862604)\n", | |
"[2025-02-21T12:18:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862700)\n", | |
"[2025-02-21T12:18:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862800)\n", | |
"[2025-02-21T12:18:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 862905)\n", | |
"[2025-02-21T12:19:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863005)\n", | |
"[2025-02-21T12:19:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863101)\n", | |
"[2025-02-21T12:19:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863200)\n", | |
"[2025-02-21T12:19:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863304)\n", | |
"[2025-02-21T12:19:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863404)\n", | |
"[2025-02-21T12:20:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863502)\n", | |
"[2025-02-21T12:20:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863600)\n", | |
"[2025-02-21T12:20:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863704)\n", | |
"[2025-02-21T12:20:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863804)\n", | |
"[2025-02-21T12:20:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 863904)\n", | |
"[2025-02-21T12:21:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864000)\n", | |
"[2025-02-21T12:21:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864108)\n", | |
"[2025-02-21T12:21:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864204)\n", | |
"[2025-02-21T12:21:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864302)\n", | |
"[2025-02-21T12:21:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864400)\n", | |
"[2025-02-21T12:22:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864506)\n", | |
"[2025-02-21T12:22:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864605)\n", | |
"[2025-02-21T12:22:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864702)\n", | |
"[2025-02-21T12:22:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864800)\n", | |
"[2025-02-21T12:22:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 864905)\n", | |
"[2025-02-21T12:23:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865004)\n", | |
"[2025-02-21T12:23:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865101)\n", | |
"[2025-02-21T12:23:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865200)\n", | |
"[2025-02-21T12:23:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865301)\n", | |
"[2025-02-21T12:23:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865403)\n", | |
"[2025-02-21T12:24:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865503)\n", | |
"[2025-02-21T12:24:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865600)\n", | |
"[2025-02-21T12:24:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865708)\n", | |
"[2025-02-21T12:24:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865806)\n", | |
"[2025-02-21T12:24:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 865900)\n", | |
"[2025-02-21T12:25:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866000)\n", | |
"[2025-02-21T12:25:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866105)\n", | |
"[2025-02-21T12:25:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866204)\n", | |
"[2025-02-21T12:25:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866300)\n", | |
"[2025-02-21T12:25:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866400)\n", | |
"[2025-02-21T12:26:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866508)\n", | |
"[2025-02-21T12:26:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866602)\n", | |
"[2025-02-21T12:26:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866702)\n", | |
"[2025-02-21T12:26:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866800)\n", | |
"[2025-02-21T12:26:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 866908)\n", | |
"[2025-02-21T12:27:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867004)\n", | |
"[2025-02-21T12:27:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867101)\n", | |
"[2025-02-21T12:27:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867200)\n", | |
"[2025-02-21T12:27:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867305)\n", | |
"[2025-02-21T12:28:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867403)\n", | |
"[2025-02-21T12:28:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867503)\n", | |
"[2025-02-21T12:28:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867600)\n", | |
"[2025-02-21T12:28:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867702)\n", | |
"[2025-02-21T12:29:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867806)\n", | |
"[2025-02-21T12:29:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 867900)\n", | |
"[2025-02-21T12:29:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868000)\n", | |
"[2025-02-21T12:29:56Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868106)\n", | |
"[2025-02-21T12:30:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868203)\n", | |
"[2025-02-21T12:30:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868301)\n", | |
"[2025-02-21T12:30:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868400)\n", | |
"[2025-02-21T12:30:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868504)\n", | |
"[2025-02-21T12:31:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868607)\n", | |
"[2025-02-21T12:31:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868702)\n", | |
"[2025-02-21T12:31:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868800)\n", | |
"[2025-02-21T12:32:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 868907)\n", | |
"[2025-02-21T12:32:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869007)\n", | |
"[2025-02-21T12:32:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869102)\n", | |
"[2025-02-21T12:32:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869200)\n", | |
"[2025-02-21T12:33:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869308)\n", | |
"[2025-02-21T12:33:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869404)\n", | |
"[2025-02-21T12:33:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869500)\n", | |
"[2025-02-21T12:33:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869600)\n", | |
"[2025-02-21T12:34:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869705)\n", | |
"[2025-02-21T12:34:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869805)\n", | |
"[2025-02-21T12:34:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 869900)\n", | |
"[2025-02-21T12:35:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870000)\n", | |
"[2025-02-21T12:35:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870103)\n", | |
"[2025-02-21T12:35:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870203)\n", | |
"[2025-02-21T12:35:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870300)\n", | |
"[2025-02-21T12:36:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870400)\n", | |
"[2025-02-21T12:36:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870504)\n", | |
"[2025-02-21T12:36:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870604)\n", | |
"[2025-02-21T12:36:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870704)\n", | |
"[2025-02-21T12:37:05Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870800)\n", | |
"[2025-02-21T12:37:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 870904)\n", | |
"[2025-02-21T12:37:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871004)\n", | |
"[2025-02-21T12:37:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871102)\n", | |
"[2025-02-21T12:38:08Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871200)\n", | |
"[2025-02-21T12:38:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871304)\n", | |
"[2025-02-21T12:38:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871403)\n", | |
"[2025-02-21T12:38:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871501)\n", | |
"[2025-02-21T12:39:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871600)\n", | |
"[2025-02-21T12:39:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871707)\n", | |
"[2025-02-21T12:39:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871805)\n", | |
"[2025-02-21T12:39:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 871900)\n", | |
"[2025-02-21T12:39:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872000)\n", | |
"[2025-02-21T12:40:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872108)\n", | |
"[2025-02-21T12:40:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872204)\n", | |
"[2025-02-21T12:40:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872303)\n", | |
"[2025-02-21T12:40:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872400)\n", | |
"[2025-02-21T12:40:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872508)\n", | |
"[2025-02-21T12:40:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872603)\n", | |
"[2025-02-21T12:41:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872703)\n", | |
"[2025-02-21T12:41:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872800)\n", | |
"[2025-02-21T12:41:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 872907)\n", | |
"[2025-02-21T12:41:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873004)\n", | |
"[2025-02-21T12:41:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873100)\n", | |
"[2025-02-21T12:42:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873200)\n", | |
"[2025-02-21T12:42:16Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873307)\n", | |
"[2025-02-21T12:42:27Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873401)\n", | |
"[2025-02-21T12:42:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873504)\n", | |
"[2025-02-21T12:42:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873600)\n", | |
"[2025-02-21T12:43:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873708)\n", | |
"[2025-02-21T12:43:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873802)\n", | |
"[2025-02-21T12:43:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 873904)\n", | |
"[2025-02-21T12:43:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874000)\n", | |
"[2025-02-21T12:43:41Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874104)\n", | |
"[2025-02-21T12:43:52Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874205)\n", | |
"[2025-02-21T12:44:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874300)\n", | |
"[2025-02-21T12:44:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874400)\n", | |
"[2025-02-21T12:44:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874505)\n", | |
"[2025-02-21T12:44:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874605)\n", | |
"[2025-02-21T12:44:45Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874701)\n", | |
"[2025-02-21T12:44:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874800)\n", | |
"[2025-02-21T12:45:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 874907)\n", | |
"[2025-02-21T12:45:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875003)\n", | |
"[2025-02-21T12:45:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875104)\n", | |
"[2025-02-21T12:45:39Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875200)\n", | |
"[2025-02-21T12:45:51Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875307)\n", | |
"[2025-02-21T12:46:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875405)\n", | |
"[2025-02-21T12:46:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875501)\n", | |
"[2025-02-21T12:46:22Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875600)\n", | |
"[2025-02-21T12:46:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875708)\n", | |
"[2025-02-21T12:46:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875803)\n", | |
"[2025-02-21T12:46:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 875900)\n", | |
"[2025-02-21T12:47:02Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876000)\n", | |
"[2025-02-21T12:47:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876108)\n", | |
"[2025-02-21T12:47:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876202)\n", | |
"[2025-02-21T12:47:33Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876302)\n", | |
"[2025-02-21T12:47:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876400)\n", | |
"[2025-02-21T12:47:54Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876500)\n", | |
"[2025-02-21T12:48:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876603)\n", | |
"[2025-02-21T12:48:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876702)\n", | |
"[2025-02-21T12:48:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876800)\n", | |
"[2025-02-21T12:48:37Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 876905)\n", | |
"[2025-02-21T12:48:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877004)\n", | |
"[2025-02-21T12:48:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877100)\n", | |
"[2025-02-21T12:49:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877200)\n", | |
"[2025-02-21T12:49:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877308)\n", | |
"[2025-02-21T12:49:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877404)\n", | |
"[2025-02-21T12:49:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877503)\n", | |
"[2025-02-21T12:49:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877600)\n", | |
"[2025-02-21T12:50:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877707)\n", | |
"[2025-02-21T12:50:14Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877804)\n", | |
"[2025-02-21T12:50:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 877903)\n", | |
"[2025-02-21T12:50:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878000)\n", | |
"[2025-02-21T12:50:47Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878106)\n", | |
"[2025-02-21T12:50:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878206)\n", | |
"[2025-02-21T12:51:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878302)\n", | |
"[2025-02-21T12:51:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878400)\n", | |
"[2025-02-21T12:51:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878508)\n", | |
"[2025-02-21T12:51:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878604)\n", | |
"[2025-02-21T12:51:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878703)\n", | |
"[2025-02-21T12:52:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878800)\n", | |
"[2025-02-21T12:52:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 878910)\n", | |
"[2025-02-21T12:52:25Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879004)\n", | |
"[2025-02-21T12:52:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879101)\n", | |
"[2025-02-21T12:52:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879200)\n", | |
"[2025-02-21T12:52:58Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879308)\n", | |
"[2025-02-21T12:53:09Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879407)\n", | |
"[2025-02-21T12:53:19Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879501)\n", | |
"[2025-02-21T12:53:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879600)\n", | |
"[2025-02-21T12:53:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879709)\n", | |
"[2025-02-21T12:53:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879804)\n", | |
"[2025-02-21T12:54:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 879901)\n", | |
"[2025-02-21T12:54:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880000)\n", | |
"[2025-02-21T12:54:28Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880106)\n", | |
"[2025-02-21T12:54:38Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880200)\n", | |
"[2025-02-21T12:54:50Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880304)\n", | |
"[2025-02-21T12:55:01Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880400)\n", | |
"[2025-02-21T12:55:13Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880508)\n", | |
"[2025-02-21T12:55:24Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880604)\n", | |
"[2025-02-21T12:55:35Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880701)\n", | |
"[2025-02-21T12:55:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880800)\n", | |
"[2025-02-21T12:55:59Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 880906)\n", | |
"[2025-02-21T12:56:10Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881006)\n", | |
"[2025-02-21T12:56:20Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881102)\n", | |
"[2025-02-21T12:56:31Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881200)\n", | |
"[2025-02-21T12:56:43Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881308)\n", | |
"[2025-02-21T12:56:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881404)\n", | |
"[2025-02-21T12:57:06Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881504)\n", | |
"[2025-02-21T12:57:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881600)\n", | |
"[2025-02-21T12:57:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881709)\n", | |
"[2025-02-21T12:57:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881805)\n", | |
"[2025-02-21T12:57:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 881902)\n", | |
"[2025-02-21T12:58:03Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882000)\n", | |
"[2025-02-21T12:58:15Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882101)\n", | |
"[2025-02-21T12:58:26Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882204)\n", | |
"[2025-02-21T12:58:36Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882300)\n", | |
"[2025-02-21T12:58:48Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882400)\n", | |
"[2025-02-21T12:59:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882509)\n", | |
"[2025-02-21T12:59:11Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882604)\n", | |
"[2025-02-21T12:59:21Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882704)\n", | |
"[2025-02-21T12:59:32Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882800)\n", | |
"[2025-02-21T12:59:44Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 882907)\n", | |
"[2025-02-21T12:59:55Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883005)\n", | |
"[2025-02-21T13:00:07Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883103)\n", | |
"[2025-02-21T13:00:18Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883200)\n", | |
"[2025-02-21T13:00:30Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883305)\n", | |
"[2025-02-21T13:00:42Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883404)\n", | |
"[2025-02-21T13:00:53Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883503)\n", | |
"[2025-02-21T13:01:04Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883600)\n", | |
"[2025-02-21T13:01:17Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883706)\n", | |
"[2025-02-21T13:01:29Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883807)\n", | |
"[2025-02-21T13:01:40Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 883904)\n", | |
"[2025-02-21T13:01:49Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884000)\n", | |
"[2025-02-21T13:02:00Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884109)\n", | |
"[2025-02-21T13:02:12Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884204)\n", | |
"[2025-02-21T13:02:23Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884302)\n", | |
"[2025-02-21T13:02:34Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884400)\n", | |
"[2025-02-21T13:02:46Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884506)\n", | |
"[2025-02-21T13:02:57Z INFO transactionfee_info_backend] writing a batch of 100 block-stats to database (max height: 884604)\"\"\"" | |
], | |
"metadata": { | |
"id": "8ctFHIAyoISm" | |
}, | |
"execution_count": 6, | |
"outputs": [] | |
}, | |
{ | |
"cell_type": "code", | |
"source": [ | |
"def log_to_data(log, run):\n", | |
" data = list()\n", | |
" for line in log.splitlines():\n", | |
" parts = line.split(\" \")\n", | |
" date, height = parts[0].replace(\"[\", \"\"), parts[-1].replace(\")\", \"\")\n", | |
" data.append([date, height, run])\n", | |
" return data\n", | |
"data = log_to_data(log_master, \"master\")\n", | |
"data += log_to_data(log_16_threads, \"16threads\")\n", | |
"data += log_to_data(log_async, \"async\")\n", | |
"df = pd.DataFrame(data, columns=[\"date\", \"height\", \"run\"])\n", | |
"df[\"date\"] = pd.to_datetime(df[\"date\"])\n", | |
"df[\"relative_duration\"] = df.groupby(\"run\")[\"date\"].transform(lambda x: x - x.min()).apply(lambda t: t.total_seconds() / 60)\n", | |
"df[\"height\"] = pd.to_numeric(df[\"height\"])\n", | |
"df.head()" | |
], | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 206 | |
}, | |
"id": "Ouf9WkbFhLbI", | |
"outputId": "77325f40-0985-40af-f2d4-41c0180eeb17" | |
}, | |
"execution_count": 9, | |
"outputs": [ | |
{ | |
"output_type": "execute_result", | |
"data": { | |
"text/plain": [ | |
" date height run relative_duration\n", | |
"0 2025-02-20 15:57:54+00:00 700103 master 0.000000\n", | |
"1 2025-02-20 15:57:56+00:00 700200 master 0.033333\n", | |
"2 2025-02-20 15:57:58+00:00 700309 master 0.066667\n", | |
"3 2025-02-20 15:58:00+00:00 700405 master 0.100000\n", | |
"4 2025-02-20 15:58:02+00:00 700501 master 0.133333" | |
], | |
"text/html": [ | |
"\n", | |
" <div id=\"df-f33750d5-8daf-463a-9555-7aad57fd8a50\" class=\"colab-df-container\">\n", | |
" <div>\n", | |
"<style scoped>\n", | |
" .dataframe tbody tr th:only-of-type {\n", | |
" vertical-align: middle;\n", | |
" }\n", | |
"\n", | |
" .dataframe tbody tr th {\n", | |
" vertical-align: top;\n", | |
" }\n", | |
"\n", | |
" .dataframe thead th {\n", | |
" text-align: right;\n", | |
" }\n", | |
"</style>\n", | |
"<table border=\"1\" class=\"dataframe\">\n", | |
" <thead>\n", | |
" <tr style=\"text-align: right;\">\n", | |
" <th></th>\n", | |
" <th>date</th>\n", | |
" <th>height</th>\n", | |
" <th>run</th>\n", | |
" <th>relative_duration</th>\n", | |
" </tr>\n", | |
" </thead>\n", | |
" <tbody>\n", | |
" <tr>\n", | |
" <th>0</th>\n", | |
" <td>2025-02-20 15:57:54+00:00</td>\n", | |
" <td>700103</td>\n", | |
" <td>master</td>\n", | |
" <td>0.000000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <th>1</th>\n", | |
" <td>2025-02-20 15:57:56+00:00</td>\n", | |
" <td>700200</td>\n", | |
" <td>master</td>\n", | |
" <td>0.033333</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <th>2</th>\n", | |
" <td>2025-02-20 15:57:58+00:00</td>\n", | |
" <td>700309</td>\n", | |
" <td>master</td>\n", | |
" <td>0.066667</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <th>3</th>\n", | |
" <td>2025-02-20 15:58:00+00:00</td>\n", | |
" <td>700405</td>\n", | |
" <td>master</td>\n", | |
" <td>0.100000</td>\n", | |
" </tr>\n", | |
" <tr>\n", | |
" <th>4</th>\n", | |
" <td>2025-02-20 15:58:02+00:00</td>\n", | |
" <td>700501</td>\n", | |
" <td>master</td>\n", | |
" <td>0.133333</td>\n", | |
" </tr>\n", | |
" </tbody>\n", | |
"</table>\n", | |
"</div>\n", | |
" <div class=\"colab-df-buttons\">\n", | |
"\n", | |
" <div class=\"colab-df-container\">\n", | |
" <button class=\"colab-df-convert\" onclick=\"convertToInteractive('df-f33750d5-8daf-463a-9555-7aad57fd8a50')\"\n", | |
" title=\"Convert this dataframe to an interactive table.\"\n", | |
" style=\"display:none;\">\n", | |
"\n", | |
" <svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\">\n", | |
" <path d=\"M120-120v-720h720v720H120Zm60-500h600v-160H180v160Zm220 220h160v-160H400v160Zm0 220h160v-160H400v160ZM180-400h160v-160H180v160Zm440 0h160v-160H620v160ZM180-180h160v-160H180v160Zm440 0h160v-160H620v160Z\"/>\n", | |
" </svg>\n", | |
" </button>\n", | |
"\n", | |
" <style>\n", | |
" .colab-df-container {\n", | |
" display:flex;\n", | |
" gap: 12px;\n", | |
" }\n", | |
"\n", | |
" .colab-df-convert {\n", | |
" background-color: #E8F0FE;\n", | |
" border: none;\n", | |
" border-radius: 50%;\n", | |
" cursor: pointer;\n", | |
" display: none;\n", | |
" fill: #1967D2;\n", | |
" height: 32px;\n", | |
" padding: 0 0 0 0;\n", | |
" width: 32px;\n", | |
" }\n", | |
"\n", | |
" .colab-df-convert:hover {\n", | |
" background-color: #E2EBFA;\n", | |
" box-shadow: 0px 1px 2px rgba(60, 64, 67, 0.3), 0px 1px 3px 1px rgba(60, 64, 67, 0.15);\n", | |
" fill: #174EA6;\n", | |
" }\n", | |
"\n", | |
" .colab-df-buttons div {\n", | |
" margin-bottom: 4px;\n", | |
" }\n", | |
"\n", | |
" [theme=dark] .colab-df-convert {\n", | |
" background-color: #3B4455;\n", | |
" fill: #D2E3FC;\n", | |
" }\n", | |
"\n", | |
" [theme=dark] .colab-df-convert:hover {\n", | |
" background-color: #434B5C;\n", | |
" box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);\n", | |
" filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));\n", | |
" fill: #FFFFFF;\n", | |
" }\n", | |
" </style>\n", | |
"\n", | |
" <script>\n", | |
" const buttonEl =\n", | |
" document.querySelector('#df-f33750d5-8daf-463a-9555-7aad57fd8a50 button.colab-df-convert');\n", | |
" buttonEl.style.display =\n", | |
" google.colab.kernel.accessAllowed ? 'block' : 'none';\n", | |
"\n", | |
" async function convertToInteractive(key) {\n", | |
" const element = document.querySelector('#df-f33750d5-8daf-463a-9555-7aad57fd8a50');\n", | |
" const dataTable =\n", | |
" await google.colab.kernel.invokeFunction('convertToInteractive',\n", | |
" [key], {});\n", | |
" if (!dataTable) return;\n", | |
"\n", | |
" const docLinkHtml = 'Like what you see? Visit the ' +\n", | |
" '<a target=\"_blank\" href=https://colab.research.google.com/notebooks/data_table.ipynb>data table notebook</a>'\n", | |
" + ' to learn more about interactive tables.';\n", | |
" element.innerHTML = '';\n", | |
" dataTable['output_type'] = 'display_data';\n", | |
" await google.colab.output.renderOutput(dataTable, element);\n", | |
" const docLink = document.createElement('div');\n", | |
" docLink.innerHTML = docLinkHtml;\n", | |
" element.appendChild(docLink);\n", | |
" }\n", | |
" </script>\n", | |
" </div>\n", | |
"\n", | |
"\n", | |
"<div id=\"df-0185f2b2-9f34-4bec-9d1c-b4968bf49de7\">\n", | |
" <button class=\"colab-df-quickchart\" onclick=\"quickchart('df-0185f2b2-9f34-4bec-9d1c-b4968bf49de7')\"\n", | |
" title=\"Suggest charts\"\n", | |
" style=\"display:none;\">\n", | |
"\n", | |
"<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\"viewBox=\"0 0 24 24\"\n", | |
" width=\"24px\">\n", | |
" <g>\n", | |
" <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z\"/>\n", | |
" </g>\n", | |
"</svg>\n", | |
" </button>\n", | |
"\n", | |
"<style>\n", | |
" .colab-df-quickchart {\n", | |
" --bg-color: #E8F0FE;\n", | |
" --fill-color: #1967D2;\n", | |
" --hover-bg-color: #E2EBFA;\n", | |
" --hover-fill-color: #174EA6;\n", | |
" --disabled-fill-color: #AAA;\n", | |
" --disabled-bg-color: #DDD;\n", | |
" }\n", | |
"\n", | |
" [theme=dark] .colab-df-quickchart {\n", | |
" --bg-color: #3B4455;\n", | |
" --fill-color: #D2E3FC;\n", | |
" --hover-bg-color: #434B5C;\n", | |
" --hover-fill-color: #FFFFFF;\n", | |
" --disabled-bg-color: #3B4455;\n", | |
" --disabled-fill-color: #666;\n", | |
" }\n", | |
"\n", | |
" .colab-df-quickchart {\n", | |
" background-color: var(--bg-color);\n", | |
" border: none;\n", | |
" border-radius: 50%;\n", | |
" cursor: pointer;\n", | |
" display: none;\n", | |
" fill: var(--fill-color);\n", | |
" height: 32px;\n", | |
" padding: 0;\n", | |
" width: 32px;\n", | |
" }\n", | |
"\n", | |
" .colab-df-quickchart:hover {\n", | |
" background-color: var(--hover-bg-color);\n", | |
" box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);\n", | |
" fill: var(--button-hover-fill-color);\n", | |
" }\n", | |
"\n", | |
" .colab-df-quickchart-complete:disabled,\n", | |
" .colab-df-quickchart-complete:disabled:hover {\n", | |
" background-color: var(--disabled-bg-color);\n", | |
" fill: var(--disabled-fill-color);\n", | |
" box-shadow: none;\n", | |
" }\n", | |
"\n", | |
" .colab-df-spinner {\n", | |
" border: 2px solid var(--fill-color);\n", | |
" border-color: transparent;\n", | |
" border-bottom-color: var(--fill-color);\n", | |
" animation:\n", | |
" spin 1s steps(1) infinite;\n", | |
" }\n", | |
"\n", | |
" @keyframes spin {\n", | |
" 0% {\n", | |
" border-color: transparent;\n", | |
" border-bottom-color: var(--fill-color);\n", | |
" border-left-color: var(--fill-color);\n", | |
" }\n", | |
" 20% {\n", | |
" border-color: transparent;\n", | |
" border-left-color: var(--fill-color);\n", | |
" border-top-color: var(--fill-color);\n", | |
" }\n", | |
" 30% {\n", | |
" border-color: transparent;\n", | |
" border-left-color: var(--fill-color);\n", | |
" border-top-color: var(--fill-color);\n", | |
" border-right-color: var(--fill-color);\n", | |
" }\n", | |
" 40% {\n", | |
" border-color: transparent;\n", | |
" border-right-color: var(--fill-color);\n", | |
" border-top-color: var(--fill-color);\n", | |
" }\n", | |
" 60% {\n", | |
" border-color: transparent;\n", | |
" border-right-color: var(--fill-color);\n", | |
" }\n", | |
" 80% {\n", | |
" border-color: transparent;\n", | |
" border-right-color: var(--fill-color);\n", | |
" border-bottom-color: var(--fill-color);\n", | |
" }\n", | |
" 90% {\n", | |
" border-color: transparent;\n", | |
" border-bottom-color: var(--fill-color);\n", | |
" }\n", | |
" }\n", | |
"</style>\n", | |
"\n", | |
" <script>\n", | |
" async function quickchart(key) {\n", | |
" const quickchartButtonEl =\n", | |
" document.querySelector('#' + key + ' button');\n", | |
" quickchartButtonEl.disabled = true; // To prevent multiple clicks.\n", | |
" quickchartButtonEl.classList.add('colab-df-spinner');\n", | |
" try {\n", | |
" const charts = await google.colab.kernel.invokeFunction(\n", | |
" 'suggestCharts', [key], {});\n", | |
" } catch (error) {\n", | |
" console.error('Error during call to suggestCharts:', error);\n", | |
" }\n", | |
" quickchartButtonEl.classList.remove('colab-df-spinner');\n", | |
" quickchartButtonEl.classList.add('colab-df-quickchart-complete');\n", | |
" }\n", | |
" (() => {\n", | |
" let quickchartButtonEl =\n", | |
" document.querySelector('#df-0185f2b2-9f34-4bec-9d1c-b4968bf49de7 button');\n", | |
" quickchartButtonEl.style.display =\n", | |
" google.colab.kernel.accessAllowed ? 'block' : 'none';\n", | |
" })();\n", | |
" </script>\n", | |
"</div>\n", | |
"\n", | |
" </div>\n", | |
" </div>\n" | |
], | |
"application/vnd.google.colaboratory.intrinsic+json": { | |
"type": "dataframe", | |
"variable_name": "df", | |
"summary": "{\n \"name\": \"df\",\n \"rows\": 5537,\n \"fields\": [\n {\n \"column\": \"date\",\n \"properties\": {\n \"dtype\": \"date\",\n \"min\": \"2025-02-20 15:57:54+00:00\",\n \"max\": \"2025-02-21 13:02:57+00:00\",\n \"num_unique_values\": 5537,\n \"samples\": [\n \"2025-02-21 09:46:01+00:00\",\n \"2025-02-20 16:54:06+00:00\",\n \"2025-02-20 22:21:56+00:00\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"height\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 53283,\n \"min\": 700103,\n \"max\": 884605,\n \"num_unique_values\": 4376,\n \"samples\": [\n 873004,\n 759707,\n 822901\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"run\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 3,\n \"samples\": [\n \"master\",\n \"16threads\",\n \"async\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"relative_duration\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 78.79804499513084,\n \"min\": 0.0,\n \"max\": 316.1166666666667,\n \"num_unique_values\": 4823,\n \"samples\": [\n 194.41666666666666,\n 80.53333333333333,\n 315.55\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}" | |
} | |
}, | |
"metadata": {}, | |
"execution_count": 9 | |
} | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"source": [ | |
"ax = sns.lineplot(df, x=\"relative_duration\", y=\"height\", hue=\"run\")\n", | |
"ax.set_xlabel(\"duration in minutes\")" | |
], | |
"metadata": { | |
"colab": { | |
"base_uri": "https://localhost:8080/", | |
"height": 466 | |
}, | |
"id": "I0u-iP9Uh5b0", | |
"outputId": "7c5e5341-9a7c-4d28-871a-2cbb4fc67c3a" | |
}, | |
"execution_count": 11, | |
"outputs": [ | |
{ | |
"output_type": "execute_result", | |
"data": { | |
"text/plain": [ | |
"Text(0.5, 0, 'duration in minutes')" | |
] | |
}, | |
"metadata": {}, | |
"execution_count": 11 | |
}, | |
{ | |
"output_type": "display_data", | |
"data": { | |
"text/plain": [ | |
"<Figure size 640x480 with 1 Axes>" | |
], | |
"image/png": "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\n" | |
}, | |
"metadata": {} | |
} | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"source": [], | |
"metadata": { | |
"id": "AI0QMB08h7_r" | |
}, | |
"execution_count": 8, | |
"outputs": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment