Created
October 15, 2024 09:32
-
-
Save helderjnpinto/d9ce00b02949a166929a287e96c0d94a to your computer and use it in GitHub Desktop.
This file contains 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
docker logs polymesh-private-subquery-node-1 -f | |
+ trap _term SIGTERM | |
+ [[ -n http://polymesh-private:9933 ]] | |
+ [[ -z '' ]] | |
++ curl --silent -H 'Content-Type: application/json' -d '{"id":"1", "jsonrpc":"2.0", "method": "chain_getBlockHash", "params":[0]}' http://polymesh-private:9933 | |
++ grep -o '"result":"[^"]*' | |
++ grep -o '[^"]*$' | |
+ export NETWORK_CHAIN_ID=0x7f724d9f95057868fda305a792202a9bfdac7e967c993fa194f2220dc3b2b001 | |
+ NETWORK_CHAIN_ID=0x7f724d9f95057868fda305a792202a9bfdac7e967c993fa194f2220dc3b2b001 | |
+ echo 'NETWORK_CHAIN_ID was set to 0x7f724d9f95057868fda305a792202a9bfdac7e967c993fa194f2220dc3b2b001 based on calling: http://polymesh-private:9933. Production chains should explictly set NETWORK_CHAIN_ID instead' | |
NETWORK_CHAIN_ID was set to 0x7f724d9f95057868fda305a792202a9bfdac7e967c993fa194f2220dc3b2b001 based on calling: http://polymesh-private:9933. Production chains should explictly set NETWORK_CHAIN_ID instead | |
+ envsubst | |
+ npm run build | |
> [email protected] build | |
> subql build | |
Project manifest generated to /app/project.yaml | |
Building and packing code ... | |
Done! | |
npm notice | |
npm notice New major version of npm available! 9.8.1 -> 10.9.0 | |
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.9.0> | |
npm notice Run `npm install -g [email protected]` to update! | |
npm notice | |
+ npm run migrations | |
+ npm run sql | |
> [email protected] sql | |
> ts-node scripts/run-sql.ts | |
> [email protected] migrations | |
> ts-node scripts/run-migrations.ts | |
Last executed migration sequence - 2 | |
Skipping schema migrations | |
Applied initial SQL | |
+ NODE_SPACE=1536 | |
+ node --max-old-space-size=1536 /usr/local/lib/node_modules/@subql/node/bin/run --disable-historical=false --timestamp-field --db-schema=public -f=/app | |
2024-10-15T09:18:43.603Z <subql-node> INFO Current @subql/node version is 3.2.0 | |
2024-10-15T09:18:43.790Z <ProjectUpgradeSevice> INFO Projects: { | |
"1": "/app" | |
} | |
2024-10-15T09:18:43.928Z <nestjs> INFO Starting Nest application... | |
2024-10-15T09:18:44.018Z <nestjs> INFO AppModule dependencies initialized | |
2024-10-15T09:18:44.018Z <nestjs> INFO ConfigureModule dependencies initialized | |
2024-10-15T09:18:44.018Z <nestjs> INFO PrometheusModule dependencies initialized | |
2024-10-15T09:18:44.018Z <nestjs> INFO DiscoveryModule dependencies initialized | |
2024-10-15T09:18:44.019Z <api> WARN skipTransactions is disabled, the project contains only event handlers, it could be enabled to improve indexing performance. | |
2024-10-15T09:18:44.019Z <nestjs> INFO EventEmitterModule dependencies initialized | |
2024-10-15T09:18:44.019Z <nestjs> INFO ScheduleModule dependencies initialized | |
2024-10-15T09:18:44.027Z <db> WARN Database does not support SSL connection, will try to connect without it | |
2024-10-15T09:18:47.074Z <nestjs> INFO DbModule dependencies initialized | |
2024-10-15T09:18:47.075Z <indexer> INFO indexer manager start | |
2024-10-15T09:18:47.075Z <nestjs> INFO MetaModule dependencies initialized | |
2024-10-15T09:18:47.075Z <nestjs> INFO FetchModule dependencies initialized | |
2024-10-15T09:18:47.086Z <nestjs> INFO HealthController {/health}: | |
2024-10-15T09:18:47.087Z <nestjs> INFO Mapped {/health, GET} route | |
2024-10-15T09:18:47.087Z <nestjs> INFO ReadyController {/ready}: | |
2024-10-15T09:18:47.087Z <nestjs> INFO Mapped {/ready, GET} route | |
2024-10-15T09:18:47.087Z <nestjs> INFO MetaController {/meta}: | |
2024-10-15T09:18:47.088Z <nestjs> INFO Mapped {/meta, GET} route | |
2024-10-15T09:18:47.088Z <nestjs> INFO PrometheusController {/metrics}: | |
2024-10-15T09:18:47.088Z <nestjs> INFO Mapped {/metrics, GET} route | |
2024-10-15T09:18:47.094Z <nestjs> INFO Nest application successfully started | |
2024-10-15T09:18:47.094Z <api> INFO Using provided chain types | |
2024-10-15T09:18:47.324Z <store> INFO Historical state is enabled | |
2024-10-15T09:18:47.328Z <dynamic-ds> INFO Loaded 0 dynamic datasources | |
2024-10-15T09:18:47.332Z <api> WARN skipTransactions is disabled, the project contains only event handlers, it could be enabled to improve indexing performance. | |
2024-10-15T09:18:47.975Z <UnfinalizedBlocks> INFO Unfinalized blocks is disabled | |
2024-10-15T09:18:48.017Z <dictionary> ERROR Failed to get dictionary metadata ApolloError: empty url | |
2024-10-15T09:18:48.024Z <BlockDispatcherService> INFO Enqueueing blocks 302051...302066, total 16 blocks | |
2024-10-15T09:18:48.028Z <subql-node> INFO Node started on port: 3000 | |
2024-10-15T09:18:50.028Z <BlockDispatcherService> INFO Enqueueing blocks 302067...302067, total 1 blocks | |
2024-10-15T09:18:52.029Z <BlockDispatcherService> INFO Enqueueing blocks 302068...302068, total 1 blocks | |
2024-10-15T09:18:56.030Z <BlockDispatcherService> INFO Enqueueing blocks 302069...302070, total 2 blocks | |
2024-10-15T09:18:59.032Z <BlockDispatcherService> INFO Enqueueing blocks 302071...302071, total 1 blocks | |
2024-10-15T09:19:01.033Z <BlockDispatcherService> INFO Enqueueing blocks 302072...302072, total 1 blocks | |
2024-10-15T09:19:03.035Z <BlockDispatcherService> INFO Enqueueing blocks 302073...302073, total 1 blocks | |
2024-10-15T09:19:05.052Z <BlockDispatcherService> INFO Enqueueing blocks 302074...302074, total 1 blocks | |
2024-10-15T09:19:06.052Z <BlockDispatcherService> INFO Enqueueing blocks 302075...302075, total 1 blocks | |
2024-10-15T09:19:08.052Z <BlockDispatcherService> INFO Enqueueing blocks 302076...302076, total 1 blocks | |
2024-10-15T09:19:10.058Z <BlockDispatcherService> INFO Enqueueing blocks 302077...302077, total 1 blocks | |
2024-10-15T09:19:12.059Z <BlockDispatcherService> INFO Enqueueing blocks 302078...302078, total 1 blocks | |
2024-10-15T09:19:13.989Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,078. Current height: 302,078. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:19:15.059Z <BlockDispatcherService> INFO Enqueueing blocks 302079...302080, total 2 blocks | |
2024-10-15T09:19:19.070Z <BlockDispatcherService> INFO Enqueueing blocks 302081...302081, total 1 blocks | |
2024-10-15T09:19:21.070Z <BlockDispatcherService> INFO Enqueueing blocks 302082...302082, total 1 blocks | |
2024-10-15T09:19:23.072Z <BlockDispatcherService> INFO Enqueueing blocks 302083...302083, total 1 blocks | |
2024-10-15T09:19:24.072Z <BlockDispatcherService> INFO Enqueueing blocks 302084...302084, total 1 blocks | |
2024-10-15T09:19:26.073Z <BlockDispatcherService> INFO Enqueueing blocks 302085...302085, total 1 blocks | |
2024-10-15T09:19:28.075Z <BlockDispatcherService> INFO Enqueueing blocks 302086...302086, total 1 blocks | |
2024-10-15T09:19:28.984Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,086. Current height: 302,085. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:19:32.075Z <BlockDispatcherService> INFO Enqueueing blocks 302087...302088, total 2 blocks | |
2024-10-15T09:19:35.076Z <BlockDispatcherService> INFO Enqueueing blocks 302089...302089, total 1 blocks | |
2024-10-15T09:19:37.077Z <BlockDispatcherService> INFO Enqueueing blocks 302090...302090, total 1 blocks | |
2024-10-15T09:19:39.077Z <BlockDispatcherService> INFO Enqueueing blocks 302091...302091, total 1 blocks | |
2024-10-15T09:19:41.077Z <BlockDispatcherService> INFO Enqueueing blocks 302092...302092, total 1 blocks | |
2024-10-15T09:19:42.077Z <BlockDispatcherService> INFO Enqueueing blocks 302093...302093, total 1 blocks | |
2024-10-15T09:19:43.984Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,094. Current height: 302,093. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:19:44.079Z <BlockDispatcherService> INFO Enqueueing blocks 302094...302094, total 1 blocks | |
2024-10-15T09:19:46.079Z <BlockDispatcherService> INFO Enqueueing blocks 302095...302095, total 1 blocks | |
2024-10-15T09:19:48.079Z <BlockDispatcherService> INFO Enqueueing blocks 302096...302096, total 1 blocks | |
2024-10-15T09:19:51.080Z <BlockDispatcherService> INFO Enqueueing blocks 302097...302098, total 2 blocks | |
2024-10-15T09:19:55.080Z <BlockDispatcherService> INFO Enqueueing blocks 302099...302099, total 1 blocks | |
2024-10-15T09:19:57.081Z <BlockDispatcherService> INFO Enqueueing blocks 302100...302100, total 1 blocks | |
2024-10-15T09:19:58.983Z <benchmark> INFO INDEXING: 0.47 blocks/s. Target height: 302,101. Current height: 302,100. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:19:59.081Z <BlockDispatcherService> INFO Enqueueing blocks 302101...302101, total 1 blocks | |
2024-10-15T09:20:00.082Z <BlockDispatcherService> INFO Enqueueing blocks 302102...302102, total 1 blocks | |
2024-10-15T09:20:02.083Z <BlockDispatcherService> INFO Enqueueing blocks 302103...302103, total 1 blocks | |
2024-10-15T09:20:04.083Z <BlockDispatcherService> INFO Enqueueing blocks 302104...302104, total 1 blocks | |
2024-10-15T09:20:08.083Z <BlockDispatcherService> INFO Enqueueing blocks 302105...302106, total 2 blocks | |
2024-10-15T09:20:11.084Z <BlockDispatcherService> INFO Enqueueing blocks 302107...302107, total 1 blocks | |
2024-10-15T09:20:13.084Z <BlockDispatcherService> INFO Enqueueing blocks 302108...302108, total 1 blocks | |
2024-10-15T09:20:13.983Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,108. Current height: 302,107. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:20:15.085Z <BlockDispatcherService> INFO Enqueueing blocks 302109...302109, total 1 blocks | |
2024-10-15T09:20:17.085Z <BlockDispatcherService> INFO Enqueueing blocks 302110...302110, total 1 blocks | |
2024-10-15T09:20:18.086Z <BlockDispatcherService> INFO Enqueueing blocks 302111...302111, total 1 blocks | |
2024-10-15T09:20:20.087Z <BlockDispatcherService> INFO Enqueueing blocks 302112...302112, total 1 blocks | |
2024-10-15T09:20:22.087Z <BlockDispatcherService> INFO Enqueueing blocks 302113...302113, total 1 blocks | |
2024-10-15T09:20:24.088Z <BlockDispatcherService> INFO Enqueueing blocks 302114...302114, total 1 blocks | |
2024-10-15T09:20:27.088Z <BlockDispatcherService> INFO Enqueueing blocks 302115...302116, total 2 blocks | |
2024-10-15T09:20:28.984Z <benchmark> INFO INDEXING: 0.56 blocks/s. Target height: 302,116. Current height: 302,116. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:20:31.090Z <BlockDispatcherService> INFO Enqueueing blocks 302117...302117, total 1 blocks | |
2024-10-15T09:20:33.091Z <BlockDispatcherService> INFO Enqueueing blocks 302118...302118, total 1 blocks | |
2024-10-15T09:20:35.092Z <BlockDispatcherService> INFO Enqueueing blocks 302119...302119, total 1 blocks | |
2024-10-15T09:20:36.091Z <BlockDispatcherService> INFO Enqueueing blocks 302120...302120, total 1 blocks | |
2024-10-15T09:20:38.092Z <BlockDispatcherService> INFO Enqueueing blocks 302121...302121, total 1 blocks | |
2024-10-15T09:20:40.092Z <BlockDispatcherService> INFO Enqueueing blocks 302122...302122, total 1 blocks | |
2024-10-15T09:20:43.984Z <benchmark> INFO INDEXING: 0.46 blocks/s. Target height: 302,124. Current height: 302,122. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:20:44.093Z <BlockDispatcherService> INFO Enqueueing blocks 302123...302124, total 2 blocks | |
2024-10-15T09:20:47.093Z <BlockDispatcherService> INFO Enqueueing blocks 302125...302125, total 1 blocks | |
2024-10-15T09:20:49.094Z <BlockDispatcherService> INFO Enqueueing blocks 302126...302126, total 1 blocks | |
2024-10-15T09:20:51.094Z <BlockDispatcherService> INFO Enqueueing blocks 302127...302127, total 1 blocks | |
2024-10-15T09:20:53.095Z <BlockDispatcherService> INFO Enqueueing blocks 302128...302128, total 1 blocks | |
2024-10-15T09:20:54.095Z <BlockDispatcherService> INFO Enqueueing blocks 302129...302129, total 1 blocks | |
2024-10-15T09:20:56.096Z <BlockDispatcherService> INFO Enqueueing blocks 302130...302130, total 1 blocks | |
2024-10-15T09:20:58.982Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,130. Current height: 302,130. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:21:00.098Z <BlockDispatcherService> INFO Enqueueing blocks 302131...302132, total 2 blocks | |
2024-10-15T09:21:03.099Z <BlockDispatcherService> INFO Enqueueing blocks 302133...302134, total 2 blocks | |
2024-10-15T09:21:07.102Z <BlockDispatcherService> INFO Enqueueing blocks 302135...302135, total 1 blocks | |
2024-10-15T09:21:09.103Z <BlockDispatcherService> INFO Enqueueing blocks 302136...302136, total 1 blocks | |
2024-10-15T09:21:11.103Z <BlockDispatcherService> INFO Enqueueing blocks 302137...302137, total 1 blocks | |
2024-10-15T09:21:12.103Z <BlockDispatcherService> INFO Enqueueing blocks 302138...302138, total 1 blocks | |
2024-10-15T09:21:13.984Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,139. Current height: 302,138. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:21:14.103Z <BlockDispatcherService> INFO Enqueueing blocks 302139...302139, total 1 blocks | |
2024-10-15T09:21:16.103Z <BlockDispatcherService> INFO Enqueueing blocks 302140...302140, total 1 blocks | |
2024-10-15T09:21:20.103Z <BlockDispatcherService> INFO Enqueueing blocks 302141...302142, total 2 blocks | |
2024-10-15T09:21:23.109Z <BlockDispatcherService> INFO Enqueueing blocks 302143...302143, total 1 blocks | |
2024-10-15T09:21:25.109Z <BlockDispatcherService> INFO Enqueueing blocks 302144...302144, total 1 blocks | |
2024-10-15T09:21:27.110Z <BlockDispatcherService> INFO Enqueueing blocks 302145...302145, total 1 blocks | |
2024-10-15T09:21:28.984Z <benchmark> INFO INDEXING: 0.47 blocks/s. Target height: 302,146. Current height: 302,145. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:21:29.110Z <BlockDispatcherService> INFO Enqueueing blocks 302146...302146, total 1 blocks | |
2024-10-15T09:21:30.110Z <BlockDispatcherService> INFO Enqueueing blocks 302147...302147, total 1 blocks | |
2024-10-15T09:21:32.110Z <BlockDispatcherService> INFO Enqueueing blocks 302148...302148, total 1 blocks | |
2024-10-15T09:21:36.110Z <BlockDispatcherService> INFO Enqueueing blocks 302149...302150, total 2 blocks | |
2024-10-15T09:21:39.110Z <BlockDispatcherService> INFO Enqueueing blocks 302151...302152, total 2 blocks | |
2024-10-15T09:21:43.112Z <BlockDispatcherService> INFO Enqueueing blocks 302153...302153, total 1 blocks | |
2024-10-15T09:21:43.984Z <benchmark> INFO INDEXING: 0.58 blocks/s. Target height: 302,153. Current height: 302,152. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:21:45.112Z <BlockDispatcherService> INFO Enqueueing blocks 302154...302154, total 1 blocks | |
2024-10-15T09:21:47.113Z <BlockDispatcherService> INFO Enqueueing blocks 302155...302155, total 1 blocks | |
2024-10-15T09:21:48.113Z <BlockDispatcherService> INFO Enqueueing blocks 302156...302156, total 1 blocks | |
2024-10-15T09:21:50.113Z <BlockDispatcherService> INFO Enqueueing blocks 302157...302157, total 1 blocks | |
2024-10-15T09:21:52.113Z <BlockDispatcherService> INFO Enqueueing blocks 302158...302158, total 1 blocks | |
2024-10-15T09:21:56.113Z <BlockDispatcherService> INFO Enqueueing blocks 302159...302160, total 2 blocks | |
2024-10-15T09:21:58.985Z <benchmark> INFO INDEXING: 0.47 blocks/s. Target height: 302,161. Current height: 302,160. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:21:59.118Z <BlockDispatcherService> INFO Enqueueing blocks 302161...302161, total 1 blocks | |
2024-10-15T09:22:01.118Z <BlockDispatcherService> INFO Enqueueing blocks 302162...302162, total 1 blocks | |
2024-10-15T09:22:03.119Z <BlockDispatcherService> INFO Enqueueing blocks 302163...302163, total 1 blocks | |
2024-10-15T09:22:05.119Z <BlockDispatcherService> INFO Enqueueing blocks 302164...302164, total 1 blocks | |
2024-10-15T09:22:06.120Z <BlockDispatcherService> INFO Enqueueing blocks 302165...302165, total 1 blocks | |
2024-10-15T09:22:08.120Z <BlockDispatcherService> INFO Enqueueing blocks 302166...302166, total 1 blocks | |
2024-10-15T09:22:12.121Z <BlockDispatcherService> INFO Enqueueing blocks 302167...302168, total 2 blocks | |
2024-10-15T09:22:13.984Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,168. Current height: 302,168. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:22:15.122Z <BlockDispatcherService> INFO Enqueueing blocks 302169...302170, total 2 blocks | |
2024-10-15T09:22:19.124Z <BlockDispatcherService> INFO Enqueueing blocks 302171...302171, total 1 blocks | |
2024-10-15T09:22:21.125Z <BlockDispatcherService> INFO Enqueueing blocks 302172...302172, total 1 blocks | |
2024-10-15T09:22:23.125Z <BlockDispatcherService> INFO Enqueueing blocks 302173...302173, total 1 blocks | |
2024-10-15T09:22:24.125Z <BlockDispatcherService> INFO Enqueueing blocks 302174...302174, total 1 blocks | |
2024-10-15T09:22:26.125Z <BlockDispatcherService> INFO Enqueueing blocks 302175...302175, total 1 blocks | |
2024-10-15T09:22:28.126Z <BlockDispatcherService> INFO Enqueueing blocks 302176...302176, total 1 blocks | |
2024-10-15T09:22:28.985Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,176. Current height: 302,175. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:22:32.127Z <BlockDispatcherService> INFO Enqueueing blocks 302177...302178, total 2 blocks | |
2024-10-15T09:22:35.127Z <BlockDispatcherService> INFO Enqueueing blocks 302179...302179, total 1 blocks | |
2024-10-15T09:22:37.127Z <BlockDispatcherService> INFO Enqueueing blocks 302180...302180, total 1 blocks | |
2024-10-15T09:22:39.128Z <BlockDispatcherService> INFO Enqueueing blocks 302181...302181, total 1 blocks | |
2024-10-15T09:22:41.129Z <BlockDispatcherService> INFO Enqueueing blocks 302182...302182, total 1 blocks | |
2024-10-15T09:22:42.129Z <BlockDispatcherService> INFO Enqueueing blocks 302183...302183, total 1 blocks | |
2024-10-15T09:22:43.985Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,184. Current height: 302,183. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:22:44.130Z <BlockDispatcherService> INFO Enqueueing blocks 302184...302184, total 1 blocks | |
2024-10-15T09:22:48.131Z <BlockDispatcherService> INFO Enqueueing blocks 302185...302186, total 2 blocks | |
2024-10-15T09:22:51.131Z <BlockDispatcherService> INFO Enqueueing blocks 302187...302187, total 1 blocks | |
2024-10-15T09:22:53.131Z <BlockDispatcherService> INFO Enqueueing blocks 302188...302188, total 1 blocks | |
2024-10-15T09:22:55.132Z <BlockDispatcherService> INFO Enqueueing blocks 302189...302189, total 1 blocks | |
2024-10-15T09:22:57.132Z <BlockDispatcherService> INFO Enqueueing blocks 302190...302190, total 1 blocks | |
2024-10-15T09:22:58.986Z <benchmark> INFO INDEXING: 0.47 blocks/s. Target height: 302,191. Current height: 302,190. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:22:59.133Z <BlockDispatcherService> INFO Enqueueing blocks 302191...302191, total 1 blocks | |
2024-10-15T09:23:00.133Z <BlockDispatcherService> INFO Enqueueing blocks 302192...302192, total 1 blocks | |
2024-10-15T09:23:02.133Z <BlockDispatcherService> INFO Enqueueing blocks 302193...302193, total 1 blocks | |
2024-10-15T09:23:04.133Z <BlockDispatcherService> INFO Enqueueing blocks 302194...302194, total 1 blocks | |
2024-10-15T09:23:08.133Z <BlockDispatcherService> INFO Enqueueing blocks 302195...302196, total 2 blocks | |
2024-10-15T09:23:11.138Z <BlockDispatcherService> INFO Enqueueing blocks 302197...302197, total 1 blocks | |
2024-10-15T09:23:13.139Z <BlockDispatcherService> INFO Enqueueing blocks 302198...302198, total 1 blocks | |
2024-10-15T09:23:13.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,198. Current height: 302,197. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:23:15.140Z <BlockDispatcherService> INFO Enqueueing blocks 302199...302199, total 1 blocks | |
2024-10-15T09:23:17.140Z <BlockDispatcherService> INFO Enqueueing blocks 302200...302200, total 1 blocks | |
2024-10-15T09:23:18.140Z <BlockDispatcherService> INFO Enqueueing blocks 302201...302201, total 1 blocks | |
2024-10-15T09:23:20.141Z <BlockDispatcherService> INFO Enqueueing blocks 302202...302202, total 1 blocks | |
2024-10-15T09:23:24.143Z <BlockDispatcherService> INFO Enqueueing blocks 302203...302204, total 2 blocks | |
2024-10-15T09:23:27.143Z <BlockDispatcherService> INFO Enqueueing blocks 302205...302205, total 1 blocks | |
2024-10-15T09:23:28.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,206. Current height: 302,205. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:23:29.143Z <BlockDispatcherService> INFO Enqueueing blocks 302206...302206, total 1 blocks | |
2024-10-15T09:23:31.143Z <BlockDispatcherService> INFO Enqueueing blocks 302207...302207, total 1 blocks | |
2024-10-15T09:23:33.144Z <BlockDispatcherService> INFO Enqueueing blocks 302208...302208, total 1 blocks | |
2024-10-15T09:23:35.144Z <BlockDispatcherService> INFO Enqueueing blocks 302209...302209, total 1 blocks | |
2024-10-15T09:23:36.145Z <BlockDispatcherService> INFO Enqueueing blocks 302210...302210, total 1 blocks | |
2024-10-15T09:23:38.147Z <BlockDispatcherService> INFO Enqueueing blocks 302211...302211, total 1 blocks | |
2024-10-15T09:23:40.147Z <BlockDispatcherService> INFO Enqueueing blocks 302212...302212, total 1 blocks | |
2024-10-15T09:23:43.987Z <benchmark> INFO INDEXING: 0.54 blocks/s. Target height: 302,214. Current height: 302,212. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:23:44.148Z <BlockDispatcherService> INFO Enqueueing blocks 302213...302214, total 2 blocks | |
2024-10-15T09:23:47.149Z <BlockDispatcherService> INFO Enqueueing blocks 302215...302215, total 1 blocks | |
2024-10-15T09:23:49.148Z <BlockDispatcherService> INFO Enqueueing blocks 302216...302216, total 1 blocks | |
2024-10-15T09:23:51.148Z <BlockDispatcherService> INFO Enqueueing blocks 302217...302217, total 1 blocks | |
2024-10-15T09:23:53.148Z <BlockDispatcherService> INFO Enqueueing blocks 302218...302218, total 1 blocks | |
2024-10-15T09:23:54.148Z <BlockDispatcherService> INFO Enqueueing blocks 302219...302219, total 1 blocks | |
2024-10-15T09:23:56.148Z <BlockDispatcherService> INFO Enqueueing blocks 302220...302220, total 1 blocks | |
2024-10-15T09:23:58.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,220. Current height: 302,220. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:24:00.150Z <BlockDispatcherService> INFO Enqueueing blocks 302221...302222, total 2 blocks | |
2024-10-15T09:24:03.151Z <BlockDispatcherService> INFO Enqueueing blocks 302223...302223, total 1 blocks | |
2024-10-15T09:24:05.152Z <BlockDispatcherService> INFO Enqueueing blocks 302224...302224, total 1 blocks | |
2024-10-15T09:24:07.153Z <BlockDispatcherService> INFO Enqueueing blocks 302225...302225, total 1 blocks | |
2024-10-15T09:24:09.153Z <BlockDispatcherService> INFO Enqueueing blocks 302226...302226, total 1 blocks | |
2024-10-15T09:24:11.154Z <BlockDispatcherService> INFO Enqueueing blocks 302227...302227, total 1 blocks | |
2024-10-15T09:24:12.153Z <BlockDispatcherService> INFO Enqueueing blocks 302228...302228, total 1 blocks | |
2024-10-15T09:24:13.987Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,229. Current height: 302,228. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:24:14.153Z <BlockDispatcherService> INFO Enqueueing blocks 302229...302229, total 1 blocks | |
2024-10-15T09:24:16.153Z <BlockDispatcherService> INFO Enqueueing blocks 302230...302230, total 1 blocks | |
2024-10-15T09:24:20.155Z <BlockDispatcherService> INFO Enqueueing blocks 302231...302232, total 2 blocks | |
2024-10-15T09:24:23.158Z <BlockDispatcherService> INFO Enqueueing blocks 302233...302233, total 1 blocks | |
2024-10-15T09:24:25.157Z <BlockDispatcherService> INFO Enqueueing blocks 302234...302234, total 1 blocks | |
2024-10-15T09:24:27.158Z <BlockDispatcherService> INFO Enqueueing blocks 302235...302235, total 1 blocks | |
2024-10-15T09:24:28.986Z <benchmark> INFO INDEXING: 0.47 blocks/s. Target height: 302,236. Current height: 302,235. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:24:29.158Z <BlockDispatcherService> INFO Enqueueing blocks 302236...302236, total 1 blocks | |
2024-10-15T09:24:30.158Z <BlockDispatcherService> INFO Enqueueing blocks 302237...302237, total 1 blocks | |
2024-10-15T09:24:32.158Z <BlockDispatcherService> INFO Enqueueing blocks 302238...302238, total 1 blocks | |
2024-10-15T09:24:36.160Z <BlockDispatcherService> INFO Enqueueing blocks 302239...302240, total 2 blocks | |
2024-10-15T09:24:39.162Z <BlockDispatcherService> INFO Enqueueing blocks 302241...302241, total 1 blocks | |
2024-10-15T09:24:41.164Z <BlockDispatcherService> INFO Enqueueing blocks 302242...302242, total 1 blocks | |
2024-10-15T09:24:43.163Z <BlockDispatcherService> INFO Enqueueing blocks 302243...302243, total 1 blocks | |
2024-10-15T09:24:43.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,243. Current height: 302,242. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:24:45.164Z <BlockDispatcherService> INFO Enqueueing blocks 302244...302244, total 1 blocks | |
2024-10-15T09:24:47.164Z <BlockDispatcherService> INFO Enqueueing blocks 302245...302245, total 1 blocks | |
2024-10-15T09:24:48.164Z <BlockDispatcherService> INFO Enqueueing blocks 302246...302246, total 1 blocks | |
2024-10-15T09:24:50.164Z <BlockDispatcherService> INFO Enqueueing blocks 302247...302247, total 1 blocks | |
2024-10-15T09:24:52.164Z <BlockDispatcherService> INFO Enqueueing blocks 302248...302248, total 1 blocks | |
2024-10-15T09:24:56.164Z <BlockDispatcherService> INFO Enqueueing blocks 302249...302250, total 2 blocks | |
2024-10-15T09:24:58.987Z <benchmark> INFO INDEXING: 0.53 blocks/s. Target height: 302,251. Current height: 302,250. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:24:59.172Z <BlockDispatcherService> INFO Enqueueing blocks 302251...302251, total 1 blocks | |
2024-10-15T09:25:01.173Z <BlockDispatcherService> INFO Enqueueing blocks 302252...302252, total 1 blocks | |
2024-10-15T09:25:03.174Z <BlockDispatcherService> INFO Enqueueing blocks 302253...302253, total 1 blocks | |
2024-10-15T09:25:05.174Z <BlockDispatcherService> INFO Enqueueing blocks 302254...302254, total 1 blocks | |
2024-10-15T09:25:06.175Z <BlockDispatcherService> INFO Enqueueing blocks 302255...302255, total 1 blocks | |
2024-10-15T09:25:08.176Z <BlockDispatcherService> INFO Enqueueing blocks 302256...302256, total 1 blocks | |
2024-10-15T09:25:12.177Z <BlockDispatcherService> INFO Enqueueing blocks 302257...302258, total 2 blocks | |
2024-10-15T09:25:13.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,258. Current height: 302,258. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:25:15.178Z <BlockDispatcherService> INFO Enqueueing blocks 302259...302259, total 1 blocks | |
2024-10-15T09:25:17.178Z <BlockDispatcherService> INFO Enqueueing blocks 302260...302260, total 1 blocks | |
2024-10-15T09:25:19.179Z <BlockDispatcherService> INFO Enqueueing blocks 302261...302261, total 1 blocks | |
2024-10-15T09:25:21.179Z <BlockDispatcherService> INFO Enqueueing blocks 302262...302262, total 1 blocks | |
2024-10-15T09:25:23.178Z <BlockDispatcherService> INFO Enqueueing blocks 302263...302263, total 1 blocks | |
2024-10-15T09:25:24.178Z <BlockDispatcherService> INFO Enqueueing blocks 302264...302264, total 1 blocks | |
2024-10-15T09:25:26.178Z <BlockDispatcherService> INFO Enqueueing blocks 302265...302265, total 1 blocks | |
2024-10-15T09:25:28.179Z <BlockDispatcherService> INFO Enqueueing blocks 302266...302266, total 1 blocks | |
2024-10-15T09:25:28.987Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,266. Current height: 302,265. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:25:32.179Z <BlockDispatcherService> INFO Enqueueing blocks 302267...302268, total 2 blocks | |
2024-10-15T09:25:35.179Z <BlockDispatcherService> INFO Enqueueing blocks 302269...302269, total 1 blocks | |
2024-10-15T09:25:37.180Z <BlockDispatcherService> INFO Enqueueing blocks 302270...302270, total 1 blocks | |
2024-10-15T09:25:39.181Z <BlockDispatcherService> INFO Enqueueing blocks 302271...302271, total 1 blocks | |
2024-10-15T09:25:41.181Z <BlockDispatcherService> INFO Enqueueing blocks 302272...302272, total 1 blocks | |
2024-10-15T09:25:42.181Z <BlockDispatcherService> INFO Enqueueing blocks 302273...302273, total 1 blocks | |
2024-10-15T09:25:43.987Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,274. Current height: 302,273. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:25:44.182Z <BlockDispatcherService> INFO Enqueueing blocks 302274...302274, total 1 blocks | |
2024-10-15T09:25:48.182Z <BlockDispatcherService> INFO Enqueueing blocks 302275...302276, total 2 blocks | |
2024-10-15T09:25:51.190Z <BlockDispatcherService> INFO Enqueueing blocks 302277...302277, total 1 blocks | |
2024-10-15T09:25:53.191Z <BlockDispatcherService> INFO Enqueueing blocks 302278...302278, total 1 blocks | |
2024-10-15T09:25:55.191Z <BlockDispatcherService> INFO Enqueueing blocks 302279...302279, total 1 blocks | |
2024-10-15T09:25:57.192Z <BlockDispatcherService> INFO Enqueueing blocks 302280...302280, total 1 blocks | |
2024-10-15T09:25:58.987Z <benchmark> INFO INDEXING: 0.47 blocks/s. Target height: 302,281. Current height: 302,280. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:25:59.191Z <BlockDispatcherService> INFO Enqueueing blocks 302281...302281, total 1 blocks | |
2024-10-15T09:26:00.192Z <BlockDispatcherService> INFO Enqueueing blocks 302282...302282, total 1 blocks | |
2024-10-15T09:26:02.192Z <BlockDispatcherService> INFO Enqueueing blocks 302283...302283, total 1 blocks | |
2024-10-15T09:26:04.192Z <BlockDispatcherService> INFO Enqueueing blocks 302284...302284, total 1 blocks | |
2024-10-15T09:26:08.193Z <BlockDispatcherService> INFO Enqueueing blocks 302285...302286, total 2 blocks | |
2024-10-15T09:26:11.193Z <BlockDispatcherService> INFO Enqueueing blocks 302287...302287, total 1 blocks | |
2024-10-15T09:26:13.194Z <BlockDispatcherService> INFO Enqueueing blocks 302288...302288, total 1 blocks | |
2024-10-15T09:26:13.987Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,288. Current height: 302,287. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:26:15.195Z <BlockDispatcherService> INFO Enqueueing blocks 302289...302289, total 1 blocks | |
2024-10-15T09:26:17.195Z <BlockDispatcherService> INFO Enqueueing blocks 302290...302290, total 1 blocks | |
2024-10-15T09:26:18.196Z <BlockDispatcherService> INFO Enqueueing blocks 302291...302291, total 1 blocks | |
2024-10-15T09:26:20.197Z <BlockDispatcherService> INFO Enqueueing blocks 302292...302292, total 1 blocks | |
2024-10-15T09:26:24.197Z <BlockDispatcherService> INFO Enqueueing blocks 302293...302294, total 2 blocks | |
2024-10-15T09:26:27.197Z <BlockDispatcherService> INFO Enqueueing blocks 302295...302295, total 1 blocks | |
2024-10-15T09:26:28.987Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,296. Current height: 302,295. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:26:29.197Z <BlockDispatcherService> INFO Enqueueing blocks 302296...302296, total 1 blocks | |
2024-10-15T09:26:31.197Z <BlockDispatcherService> INFO Enqueueing blocks 302297...302297, total 1 blocks | |
2024-10-15T09:26:33.197Z <BlockDispatcherService> INFO Enqueueing blocks 302298...302298, total 1 blocks | |
2024-10-15T09:26:35.197Z <BlockDispatcherService> INFO Enqueueing blocks 302299...302299, total 1 blocks | |
2024-10-15T09:26:36.198Z <BlockDispatcherService> INFO Enqueueing blocks 302300...302300, total 1 blocks | |
2024-10-15T09:26:40.198Z <BlockDispatcherService> INFO Enqueueing blocks 302301...302302, total 2 blocks | |
2024-10-15T09:26:43.986Z <benchmark> INFO INDEXING: 0.54 blocks/s. Target height: 302,304. Current height: 302,302. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:26:44.199Z <BlockDispatcherService> INFO Enqueueing blocks 302303...302304, total 2 blocks | |
2024-10-15T09:26:47.203Z <BlockDispatcherService> INFO Enqueueing blocks 302305...302305, total 1 blocks | |
2024-10-15T09:26:49.204Z <BlockDispatcherService> INFO Enqueueing blocks 302306...302306, total 1 blocks | |
2024-10-15T09:26:51.204Z <BlockDispatcherService> INFO Enqueueing blocks 302307...302307, total 1 blocks | |
2024-10-15T09:26:53.205Z <BlockDispatcherService> INFO Enqueueing blocks 302308...302308, total 1 blocks | |
2024-10-15T09:26:54.206Z <BlockDispatcherService> INFO Enqueueing blocks 302309...302309, total 1 blocks | |
2024-10-15T09:26:56.205Z <BlockDispatcherService> INFO Enqueueing blocks 302310...302310, total 1 blocks | |
2024-10-15T09:26:58.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,310. Current height: 302,310. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:27:00.205Z <BlockDispatcherService> INFO Enqueueing blocks 302311...302312, total 2 blocks | |
2024-10-15T09:27:03.206Z <BlockDispatcherService> INFO Enqueueing blocks 302313...302313, total 1 blocks | |
2024-10-15T09:27:05.207Z <BlockDispatcherService> INFO Enqueueing blocks 302314...302314, total 1 blocks | |
2024-10-15T09:27:07.207Z <BlockDispatcherService> INFO Enqueueing blocks 302315...302315, total 1 blocks | |
2024-10-15T09:27:09.208Z <BlockDispatcherService> INFO Enqueueing blocks 302316...302316, total 1 blocks | |
2024-10-15T09:27:11.209Z <BlockDispatcherService> INFO Enqueueing blocks 302317...302317, total 1 blocks | |
2024-10-15T09:27:12.210Z <BlockDispatcherService> INFO Enqueueing blocks 302318...302318, total 1 blocks | |
2024-10-15T09:27:13.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,318. Current height: 302,318. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:27:16.210Z <BlockDispatcherService> INFO Enqueueing blocks 302319...302320, total 2 blocks | |
2024-10-15T09:27:20.210Z <BlockDispatcherService> INFO Enqueueing blocks 302321...302322, total 2 blocks | |
2024-10-15T09:27:23.210Z <BlockDispatcherService> INFO Enqueueing blocks 302323...302323, total 1 blocks | |
2024-10-15T09:27:25.210Z <BlockDispatcherService> INFO Enqueueing blocks 302324...302324, total 1 blocks | |
2024-10-15T09:27:27.211Z <BlockDispatcherService> INFO Enqueueing blocks 302325...302325, total 1 blocks | |
2024-10-15T09:27:28.987Z <benchmark> INFO INDEXING: 0.47 blocks/s. Target height: 302,326. Current height: 302,325. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:27:29.212Z <BlockDispatcherService> INFO Enqueueing blocks 302326...302326, total 1 blocks | |
2024-10-15T09:27:30.212Z <BlockDispatcherService> INFO Enqueueing blocks 302327...302327, total 1 blocks | |
2024-10-15T09:27:32.212Z <BlockDispatcherService> INFO Enqueueing blocks 302328...302328, total 1 blocks | |
2024-10-15T09:27:36.212Z <BlockDispatcherService> INFO Enqueueing blocks 302329...302330, total 2 blocks | |
2024-10-15T09:27:39.212Z <BlockDispatcherService> INFO Enqueueing blocks 302331...302331, total 1 blocks | |
2024-10-15T09:27:41.212Z <BlockDispatcherService> INFO Enqueueing blocks 302332...302332, total 1 blocks | |
2024-10-15T09:27:43.212Z <BlockDispatcherService> INFO Enqueueing blocks 302333...302333, total 1 blocks | |
2024-10-15T09:27:43.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,333. Current height: 302,332. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:27:45.212Z <BlockDispatcherService> INFO Enqueueing blocks 302334...302334, total 1 blocks | |
2024-10-15T09:27:47.213Z <BlockDispatcherService> INFO Enqueueing blocks 302335...302335, total 1 blocks | |
2024-10-15T09:27:48.213Z <BlockDispatcherService> INFO Enqueueing blocks 302336...302336, total 1 blocks | |
2024-10-15T09:27:52.213Z <BlockDispatcherService> INFO Enqueueing blocks 302337...302338, total 2 blocks | |
2024-10-15T09:27:55.225Z <BlockDispatcherService> INFO Enqueueing blocks 302339...302340, total 2 blocks | |
2024-10-15T09:27:58.987Z <benchmark> INFO INDEXING: 0.57 blocks/s. Target height: 302,341. Current height: 302,340. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:27:59.226Z <BlockDispatcherService> INFO Enqueueing blocks 302341...302341, total 1 blocks | |
2024-10-15T09:28:01.228Z <BlockDispatcherService> INFO Enqueueing blocks 302342...302342, total 1 blocks | |
2024-10-15T09:28:03.228Z <BlockDispatcherService> INFO Enqueueing blocks 302343...302343, total 1 blocks | |
2024-10-15T09:28:04.228Z <BlockDispatcherService> INFO Enqueueing blocks 302344...302344, total 1 blocks | |
2024-10-15T09:28:06.229Z <BlockDispatcherService> INFO Enqueueing blocks 302345...302345, total 1 blocks | |
2024-10-15T09:28:08.232Z <BlockDispatcherService> INFO Enqueueing blocks 302346...302346, total 1 blocks | |
2024-10-15T09:28:12.232Z <BlockDispatcherService> INFO Enqueueing blocks 302347...302348, total 2 blocks | |
2024-10-15T09:28:13.986Z <benchmark> INFO INDEXING: 0.47 blocks/s. Target height: 302,348. Current height: 302,348. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:28:15.250Z <BlockDispatcherService> INFO Enqueueing blocks 302349...302349, total 1 blocks | |
2024-10-15T09:28:17.251Z <BlockDispatcherService> INFO Enqueueing blocks 302350...302350, total 1 blocks | |
2024-10-15T09:28:19.251Z <BlockDispatcherService> INFO Enqueueing blocks 302351...302351, total 1 blocks | |
2024-10-15T09:28:21.251Z <BlockDispatcherService> INFO Enqueueing blocks 302352...302352, total 1 blocks | |
2024-10-15T09:28:22.252Z <BlockDispatcherService> INFO Enqueueing blocks 302353...302353, total 1 blocks | |
2024-10-15T09:28:24.254Z <BlockDispatcherService> INFO Enqueueing blocks 302354...302354, total 1 blocks | |
2024-10-15T09:28:28.255Z <BlockDispatcherService> INFO Enqueueing blocks 302355...302356, total 2 blocks | |
2024-10-15T09:28:28.987Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,356. Current height: 302,354. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:28:31.256Z <BlockDispatcherService> INFO Enqueueing blocks 302357...302358, total 2 blocks | |
2024-10-15T09:28:35.257Z <BlockDispatcherService> INFO Enqueueing blocks 302359...302359, total 1 blocks | |
2024-10-15T09:28:37.257Z <BlockDispatcherService> INFO Enqueueing blocks 302360...302360, total 1 blocks | |
2024-10-15T09:28:39.258Z <BlockDispatcherService> INFO Enqueueing blocks 302361...302361, total 1 blocks | |
2024-10-15T09:28:40.258Z <BlockDispatcherService> INFO Enqueueing blocks 302362...302362, total 1 blocks | |
2024-10-15T09:28:42.259Z <BlockDispatcherService> INFO Enqueueing blocks 302363...302363, total 1 blocks | |
2024-10-15T09:28:43.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,364. Current height: 302,363. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:28:44.260Z <BlockDispatcherService> INFO Enqueueing blocks 302364...302364, total 1 blocks | |
2024-10-15T09:28:48.261Z <BlockDispatcherService> INFO Enqueueing blocks 302365...302366, total 2 blocks | |
2024-10-15T09:28:51.262Z <BlockDispatcherService> INFO Enqueueing blocks 302367...302367, total 1 blocks | |
2024-10-15T09:28:53.263Z <BlockDispatcherService> INFO Enqueueing blocks 302368...302368, total 1 blocks | |
2024-10-15T09:28:55.264Z <BlockDispatcherService> INFO Enqueueing blocks 302369...302369, total 1 blocks | |
2024-10-15T09:28:57.265Z <BlockDispatcherService> INFO Enqueueing blocks 302370...302370, total 1 blocks | |
2024-10-15T09:28:58.266Z <BlockDispatcherService> INFO Enqueueing blocks 302371...302371, total 1 blocks | |
2024-10-15T09:28:58.986Z <benchmark> INFO INDEXING: 0.47 blocks/s. Target height: 302,371. Current height: 302,370. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:29:00.267Z <BlockDispatcherService> INFO Enqueueing blocks 302372...302372, total 1 blocks | |
2024-10-15T09:29:04.267Z <BlockDispatcherService> INFO Enqueueing blocks 302373...302374, total 2 blocks | |
2024-10-15T09:29:07.266Z <BlockDispatcherService> INFO Enqueueing blocks 302375...302375, total 1 blocks | |
2024-10-15T09:29:09.267Z <BlockDispatcherService> INFO Enqueueing blocks 302376...302376, total 1 blocks | |
2024-10-15T09:29:11.267Z <BlockDispatcherService> INFO Enqueueing blocks 302377...302377, total 1 blocks | |
2024-10-15T09:29:13.268Z <BlockDispatcherService> INFO Enqueueing blocks 302378...302378, total 1 blocks | |
2024-10-15T09:29:13.987Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,378. Current height: 302,377. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:29:15.268Z <BlockDispatcherService> INFO Enqueueing blocks 302379...302379, total 1 blocks | |
2024-10-15T09:29:16.268Z <BlockDispatcherService> INFO Enqueueing blocks 302380...302380, total 1 blocks | |
2024-10-15T09:29:18.268Z <BlockDispatcherService> INFO Enqueueing blocks 302381...302381, total 1 blocks | |
2024-10-15T09:29:20.268Z <BlockDispatcherService> INFO Enqueueing blocks 302382...302382, total 1 blocks | |
2024-10-15T09:29:24.269Z <BlockDispatcherService> INFO Enqueueing blocks 302383...302384, total 2 blocks | |
2024-10-15T09:29:27.269Z <BlockDispatcherService> INFO Enqueueing blocks 302385...302385, total 1 blocks | |
2024-10-15T09:29:28.987Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,386. Current height: 302,385. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:29:29.270Z <BlockDispatcherService> INFO Enqueueing blocks 302386...302386, total 1 blocks | |
2024-10-15T09:29:31.270Z <BlockDispatcherService> INFO Enqueueing blocks 302387...302387, total 1 blocks | |
2024-10-15T09:29:33.271Z <BlockDispatcherService> INFO Enqueueing blocks 302388...302388, total 1 blocks | |
2024-10-15T09:29:34.272Z <BlockDispatcherService> INFO Enqueueing blocks 302389...302389, total 1 blocks | |
2024-10-15T09:29:36.273Z <BlockDispatcherService> INFO Enqueueing blocks 302390...302390, total 1 blocks | |
2024-10-15T09:29:40.273Z <BlockDispatcherService> INFO Enqueueing blocks 302391...302392, total 2 blocks | |
2024-10-15T09:29:43.276Z <BlockDispatcherService> INFO Enqueueing blocks 302393...302393, total 1 blocks | |
2024-10-15T09:29:43.986Z <benchmark> INFO INDEXING: 0.54 blocks/s. Target height: 302,393. Current height: 302,392. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:29:45.277Z <BlockDispatcherService> INFO Enqueueing blocks 302394...302394, total 1 blocks | |
2024-10-15T09:29:47.277Z <BlockDispatcherService> INFO Enqueueing blocks 302395...302395, total 1 blocks | |
2024-10-15T09:29:49.277Z <BlockDispatcherService> INFO Enqueueing blocks 302396...302396, total 1 blocks | |
2024-10-15T09:29:51.277Z <BlockDispatcherService> INFO Enqueueing blocks 302397...302397, total 1 blocks | |
2024-10-15T09:29:52.278Z <BlockDispatcherService> INFO Enqueueing blocks 302398...302398, total 1 blocks | |
2024-10-15T09:29:54.279Z <BlockDispatcherService> INFO Enqueueing blocks 302399...302399, total 1 blocks | |
2024-10-15T09:29:56.280Z <BlockDispatcherService> INFO Enqueueing blocks 302400...302400, total 1 blocks | |
2024-10-15T09:29:58.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,400. Current height: 302,400. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:30:00.282Z <BlockDispatcherService> INFO Enqueueing blocks 302401...302402, total 2 blocks | |
2024-10-15T09:30:03.282Z <BlockDispatcherService> INFO Enqueueing blocks 302403...302403, total 1 blocks | |
2024-10-15T09:30:05.283Z <BlockDispatcherService> INFO Enqueueing blocks 302404...302404, total 1 blocks | |
2024-10-15T09:30:07.283Z <BlockDispatcherService> INFO Enqueueing blocks 302405...302405, total 1 blocks | |
2024-10-15T09:30:09.284Z <BlockDispatcherService> INFO Enqueueing blocks 302406...302406, total 1 blocks | |
2024-10-15T09:30:10.283Z <BlockDispatcherService> INFO Enqueueing blocks 302407...302407, total 1 blocks | |
2024-10-15T09:30:12.284Z <BlockDispatcherService> INFO Enqueueing blocks 302408...302408, total 1 blocks | |
2024-10-15T09:30:13.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,408. Current height: 302,408. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:30:16.284Z <BlockDispatcherService> INFO Enqueueing blocks 302409...302410, total 2 blocks | |
2024-10-15T09:30:19.286Z <BlockDispatcherService> INFO Enqueueing blocks 302411...302411, total 1 blocks | |
2024-10-15T09:30:21.288Z <BlockDispatcherService> INFO Enqueueing blocks 302412...302412, total 1 blocks | |
2024-10-15T09:30:23.288Z <BlockDispatcherService> INFO Enqueueing blocks 302413...302413, total 1 blocks | |
2024-10-15T09:30:25.288Z <BlockDispatcherService> INFO Enqueueing blocks 302414...302414, total 1 blocks | |
2024-10-15T09:30:27.289Z <BlockDispatcherService> INFO Enqueueing blocks 302415...302415, total 1 blocks | |
2024-10-15T09:30:28.290Z <BlockDispatcherService> INFO Enqueueing blocks 302416...302416, total 1 blocks | |
2024-10-15T09:30:28.986Z <benchmark> INFO INDEXING: 0.47 blocks/s. Target height: 302,416. Current height: 302,415. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:30:30.290Z <BlockDispatcherService> INFO Enqueueing blocks 302417...302417, total 1 blocks | |
2024-10-15T09:30:32.290Z <BlockDispatcherService> INFO Enqueueing blocks 302418...302418, total 1 blocks | |
2024-10-15T09:30:36.290Z <BlockDispatcherService> INFO Enqueueing blocks 302419...302420, total 2 blocks | |
2024-10-15T09:30:39.291Z <BlockDispatcherService> INFO Enqueueing blocks 302421...302421, total 1 blocks | |
2024-10-15T09:30:41.290Z <BlockDispatcherService> INFO Enqueueing blocks 302422...302422, total 1 blocks | |
2024-10-15T09:30:43.291Z <BlockDispatcherService> INFO Enqueueing blocks 302423...302423, total 1 blocks | |
2024-10-15T09:30:43.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,423. Current height: 302,422. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:30:45.292Z <BlockDispatcherService> INFO Enqueueing blocks 302424...302424, total 1 blocks | |
2024-10-15T09:30:46.292Z <BlockDispatcherService> INFO Enqueueing blocks 302425...302425, total 1 blocks | |
2024-10-15T09:30:48.293Z <BlockDispatcherService> INFO Enqueueing blocks 302426...302426, total 1 blocks | |
2024-10-15T09:30:52.293Z <BlockDispatcherService> INFO Enqueueing blocks 302427...302428, total 2 blocks | |
2024-10-15T09:30:55.294Z <BlockDispatcherService> INFO Enqueueing blocks 302429...302429, total 1 blocks | |
2024-10-15T09:30:57.295Z <BlockDispatcherService> INFO Enqueueing blocks 302430...302430, total 1 blocks | |
2024-10-15T09:30:58.987Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,431. Current height: 302,430. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:30:59.294Z <BlockDispatcherService> INFO Enqueueing blocks 302431...302431, total 1 blocks | |
2024-10-15T09:31:01.295Z <BlockDispatcherService> INFO Enqueueing blocks 302432...302432, total 1 blocks | |
2024-10-15T09:31:03.295Z <BlockDispatcherService> INFO Enqueueing blocks 302433...302433, total 1 blocks | |
2024-10-15T09:31:04.296Z <BlockDispatcherService> INFO Enqueueing blocks 302434...302434, total 1 blocks | |
2024-10-15T09:31:06.297Z <BlockDispatcherService> INFO Enqueueing blocks 302435...302435, total 1 blocks | |
2024-10-15T09:31:08.296Z <BlockDispatcherService> INFO Enqueueing blocks 302436...302436, total 1 blocks | |
2024-10-15T09:31:12.298Z <BlockDispatcherService> INFO Enqueueing blocks 302437...302438, total 2 blocks | |
2024-10-15T09:31:13.987Z <benchmark> INFO INDEXING: 0.53 blocks/s. Target height: 302,438. Current height: 302,438. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:31:15.299Z <BlockDispatcherService> INFO Enqueueing blocks 302439...302439, total 1 blocks | |
2024-10-15T09:31:17.300Z <BlockDispatcherService> INFO Enqueueing blocks 302440...302440, total 1 blocks | |
2024-10-15T09:31:19.300Z <BlockDispatcherService> INFO Enqueueing blocks 302441...302441, total 1 blocks | |
2024-10-15T09:31:21.300Z <BlockDispatcherService> INFO Enqueueing blocks 302442...302442, total 1 blocks | |
2024-10-15T09:31:22.300Z <BlockDispatcherService> INFO Enqueueing blocks 302443...302443, total 1 blocks | |
2024-10-15T09:31:24.302Z <BlockDispatcherService> INFO Enqueueing blocks 302444...302444, total 1 blocks | |
2024-10-15T09:31:28.303Z <BlockDispatcherService> INFO Enqueueing blocks 302445...302446, total 2 blocks | |
2024-10-15T09:31:28.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,446. Current height: 302,444. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:31:30.303Z <BlockDispatcherService> INFO Enqueueing blocks 302447...302447, total 1 blocks | |
2024-10-15T09:31:33.303Z <BlockDispatcherService> INFO Enqueueing blocks 302448...302449, total 2 blocks | |
2024-10-15T09:31:37.305Z <BlockDispatcherService> INFO Enqueueing blocks 302450...302450, total 1 blocks | |
2024-10-15T09:31:39.307Z <BlockDispatcherService> INFO Enqueueing blocks 302451...302451, total 1 blocks | |
2024-10-15T09:31:40.306Z <BlockDispatcherService> INFO Enqueueing blocks 302452...302452, total 1 blocks | |
2024-10-15T09:31:42.307Z <BlockDispatcherService> INFO Enqueueing blocks 302453...302453, total 1 blocks | |
2024-10-15T09:31:43.986Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,454. Current height: 302,453. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:31:44.307Z <BlockDispatcherService> INFO Enqueueing blocks 302454...302454, total 1 blocks | |
2024-10-15T09:31:46.308Z <BlockDispatcherService> INFO Enqueueing blocks 302455...302455, total 1 blocks | |
2024-10-15T09:31:48.308Z <BlockDispatcherService> INFO Enqueueing blocks 302456...302456, total 1 blocks | |
2024-10-15T09:31:49.718Z <sandbox> INFO Checking for transaction version after chain spec version upgrade from "3000" to "1001000" | |
2024-10-15T09:31:49.719Z <sandbox> INFO Current runtime transaction version - 0. New runtime tx version - 1 | |
2024-10-15T09:31:49.719Z <sandbox> INFO Major chain upgrade found with transaction version upgraded | |
2024-10-15T09:31:50.709Z <BlockDispatcherService> INFO Enqueueing blocks 302457...302457, total 1 blocks | |
2024-10-15T09:31:53.709Z <BlockDispatcherService> INFO Enqueueing blocks 302458...302459, total 2 blocks | |
2024-10-15T09:31:56.710Z <BlockDispatcherService> INFO Enqueueing blocks 302460...302460, total 1 blocks | |
2024-10-15T09:31:58.711Z <BlockDispatcherService> INFO Enqueueing blocks 302461...302461, total 1 blocks | |
2024-10-15T09:31:58.987Z <benchmark> INFO INDEXING: 0.50 blocks/s. Target height: 302,461. Current height: 302,460. Estimated time remaining: 0 days 00 hours 00 mins | |
2024-10-15T09:32:00.710Z <BlockDispatcherService> INFO Enqueueing blocks 302462...302462, total 1 blocks | |
2024-10-15T09:32:02.711Z <BlockDispatcherService> INFO Enqueueing blocks 302463...302463, total 1 blocks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment