Skip to content

Instantly share code, notes, and snippets.

@fschoell
Last active April 4, 2024 14:55
Show Gist options
  • Save fschoell/8d3b36bf3840c9217968faa0783bd5a6 to your computer and use it in GitHub Desktop.
Save fschoell/8d3b36bf3840c9217968faa0783bd5a6 to your computer and use it in GitHub Desktop.
start:
args:
- substreams-tier1
- substreams-tier2
flags:
# log-verbosity: 2
log-to-file: false
common-live-blocks-addr: dns:///eos-sf-relayer-v3.service.march.consul.eosn.io:9000
common-merged-blocks-store-url: s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-merged-blocks?region=none&insecure=true
common-one-block-store-url: s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-one-blocks?region=none&insecure=true
common-forked-blocks-store-url: s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-forked-blocks?region=none&insecure=true
common-auto-mem-limit-percent: 90
# substreams-state-bundle-size:
# substreams-state-store-url: s3://172.22.120.16:7480/eos-sf-v3-substreams-state?region=none&insecure=true
# substreams-tier1-discovery-service-url:
substreams-tier1-grpc-listen-addr: :9000
substreams-tier1-max-subrequests: 1
# substreams-tier1-subrequests-endpoint: dns:///ss-sf-substreams-tier2-v0.service.march.consul.eosn.io:9000
# substreams-tier1-subrequests-endpoint: localhost:5000
# substreams-tier1-subrequests-endpoint:
# substreams-tier1-subrequests-insecure:
# substreams-tier1-subrequests-plaintext:

Test Run #1

firehose-antelope based on firehose-core@v1.2.5

Run command:

substreams-sink-noop localhost:9000 https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg ch_out 85000000:86000000 --plaintext --clean --final-blocks-only

Logs firehose:

Apr 04 14:11:23 eos-sfst79 systemd[1]: Started sf.service - EOS Nation sf.
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.299Z INFO (dtracing) registering development exporters from environment variables
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.299Z INFO (fireantelope) setting GOMEMLIMIT relative to available memory {"percent": 90}
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.300Z INFO (fireantelope) starting Firehose on Antelope with config file '/etc/dfuse/config.yml'
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.303Z INFO (fireantelope) launching applications: substreams-tier1,substreams-tier2
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.303Z INFO (substreams-tier2) running substreams-tier2 {"config": {"MergedBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-merged-blocks?region=none&insecure=true","GRPCListenAddr":":10017","ServiceDiscoveryURL":null,"StateStoreURL":"/var/lib/dfuse/localdata","StateStoreDefaultTag":"","StateBundleSize":1000,"WASMExtensions":null,"PipelineOptions":null,"MaximumConcurrentRequests":0,"Tracing":false}}
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.303Z INFO (substreams-tier1) running substreams-tier1 {"config": {"MergedBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-merged-blocks?region=none&insecure=true","OneBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-one-blocks?region=none&insecure=true","ForkedBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-forked-blocks?region=none&insecure=true","BlockStreamAddr":"dns:///eos-sf-relayer-v3.service.march.consul.eosn.io:9000","GRPCListenAddr":":9000","GRPCShutdownGracePeriod":1000000000,"ServiceDiscoveryURL":null,"StateStoreURL":"/var/lib/dfuse/localdata","StateStoreDefaultTag":"","StateBundleSize":1000,"MaxSubrequests":1,"SubrequestsEndpoint":":10017","SubrequestsInsecure":false,"SubrequestsPlaintext":true,"WASMExtensions":null,"PipelineOptions":null,"Tracing":false}}
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.304Z INFO (substreams-clients) setting up basic grpc client factory (no XDS bootstrap)
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.304Z INFO (substreams-service) creating new joining source {"cursor": "<nil>", "start_block_num": 2}
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.342Z INFO (substreams-tier2) registering substreams metrics
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.342Z INFO (substreams-tier2) setting up trust authenticator
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.341Z INFO (substreams-tier1) launching tier1 service {"client_config": {}, "block_type": "sf.antelope.type.v1.Block", "with_live": true}
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.342Z INFO (substreams-tier2) launching gRPC server
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.342Z INFO (substreams-tier2) standard server created
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.342Z INFO (substreams-tier2) launching gRPC server {"listen_addr": ":10017"}
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.342Z INFO (substreams-tier1) waiting until hub is real-time synced
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.342Z INFO (substreams-tier2) serving gRPC (over HTTP router) (plain-text) {"listen_addr": ":10017"}
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.455Z INFO (bstream) starting block source consumption {"endpoint_url": "dns:///eos-sf-relayer-v3.service.march.consul.eosn.io:9000"}
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.455Z INFO (bstream) block stream source reading messages {"endpoint_url": "dns:///eos-sf-relayer-v3.service.march.consul.eosn.io:9000"}
Apr 04 14:11:23 eos-sfst79 sf[874913]: 2024-04-04T14:11:23.733Z INFO (bstream) bootstrapping ForkableHub from one-block-files {"start_block": 366070200, "head_block": "#366071131 (15d1cd5b7b66fffeafeb0a39b0c3f2bbc8a6b9f726fdccbcea403fa8ef65f330)"}
Apr 04 14:11:33 eos-sfst79 sf[874913]: 2024-04-04T14:11:33.294Z INFO (bstream) hub is now Ready
Apr 04 14:11:33 eos-sfst79 sf[874913]: 2024-04-04T14:11:33.294Z INFO (substreams-tier1) launching gRPC server {"live_support": true}
Apr 04 14:11:33 eos-sfst79 sf[874913]: 2024-04-04T14:11:33.294Z INFO (substreams-tier1) launching server {"listen_addr": ":9000"}
Apr 04 14:11:33 eos-sfst79 sf[874913]: 2024-04-04T14:11:33.295Z INFO (substreams-tier1) serving plaintext {"listen_addr": ":9000"}
Apr 04 14:12:15 eos-sfst79 sf[874913]: 2024-04-04T14:12:15.683Z INFO (substreams-tier1.tier1) incoming Substreams Blocks request {"trace_id": "a1385b1585ef2984d71c8fd320f82cee", "start_block": -1, "stop_block": 0, "cursor": "", "modules": ["map_blocks"], "output_module": "map_blocks", "output_module_hash": "d3b1920483180cbcd2fd10abcabbee431146f4c8", "production_mode": true}
Apr 04 14:12:15 eos-sfst79 sf[874913]: 2024-04-04T14:12:15.685Z INFO (wasm-runtime) using default wasm runtime {"runtime": "wazero"}
Apr 04 14:12:15 eos-sfst79 sf[874913]: 2024-04-04T14:12:15.685Z INFO (substreams-tier1.tier1) creating firehose stream {"trace_id": "a1385b1585ef2984d71c8fd320f82cee", "handoff_block": 366070800, "stop_block": 0, "cursor": ""}
Apr 04 14:12:15 eos-sfst79 sf[874913]: 2024-04-04T14:12:15.685Z INFO (substreams-tier1.tier1.stream) creating new joining source {"trace_id": "a1385b1585ef2984d71c8fd320f82cee", "cursor": "<nil>", "start_block_num": 366070800}
Apr 04 14:12:15 eos-sfst79 sf[874913]: 2024-04-04T14:12:15.720Z INFO (substreams-tier1.tier1) incoming Substreams Blocks request {"trace_id": "23d97ce1b618d2f2d913fb8a142d764e", "start_block": 85000000, "stop_block": 85100000, "cursor": "", "modules": ["map_transfers", "map_accounts", "map_stat", "graph_out", "ch_out"], "output_module": "ch_out", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "production_mode": true}
Apr 04 14:12:15 eos-sfst79 sf[874913]: 2024-04-04T14:12:15.722Z INFO (wasm-runtime) using default wasm runtime {"runtime": "wazero"}
Apr 04 14:12:15 eos-sfst79 sf[874913]: 2024-04-04T14:12:15.862Z INFO (substreams-tier1.tier1) scheduler: waiting for output stream to complete, stores ready {"trace_id": "23d97ce1b618d2f2d913fb8a142d764e", "cached_output_start": 85000, "cached_output_current": 85000, "cached_output_end": 85099}
Apr 04 14:12:52 eos-sfst79 sf[874913]: 2024-04-04T14:12:52.060Z INFO (substreams-tier1.tier1) scheduler: stores and cached_outputs stream completed, switching to live {"trace_id": "23d97ce1b618d2f2d913fb8a142d764e", "cached_output_start": 85000, "cached_output_current": 85100, "cached_output_end": 85099}
Apr 04 14:12:52 eos-sfst79 sf[874913]: 2024-04-04T14:12:52.061Z INFO (substreams-tier1.tier1) substreams request stats {"trace_id": "23d97ce1b618d2f2d913fb8a142d764e", "user_id": "", "api_key_id": "", "output_module_name": "ch_out", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "production_mode": true, "tier": "tier1", "block_rate_per_sec": "0.000", "block_count": 0, "parallel_duration": "36.340205333s", "module_exec_duration": "0s", "module_wasm_ext_duration": "0s"}
Apr 04 14:12:52 eos-sfst79 sf[874913]: 2024-04-04T14:12:52.061Z INFO (substreams-tier1.tier1) substreams request stats {"trace_id": "a1385b1585ef2984d71c8fd320f82cee", "user_id": "", "api_key_id": "", "output_module_name": "map_blocks", "output_module_hash": "d3b1920483180cbcd2fd10abcabbee431146f4c8", "production_mode": true, "tier": "tier1", "block_rate_per_sec": "3.933", "block_count": 583, "parallel_duration": "0s", "module_exec_duration": "346.118883ms", "module_wasm_ext_duration": "0s"}
Apr 04 14:12:52 eos-sfst79 sf[874913]: 2024-04-04T14:12:52.062Z INFO (substreams-tier1.tier1) Blocks request canceled by user {"trace_id": "a1385b1585ef2984d71c8fd320f82cee", "error": "canceled: context canceled"}
Apr 04 14:12:52 eos-sfst79 sf[874913]: 2024-04-04T14:12:52.062Z ERRO (substreams-tier1) gRPC handler /sf.substreams.rpc.v2.Stream/Blocks error {"trace_id": "a1385b1585ef2984d71c8fd320f82cee", "error": "canceled: context canceled"}
Apr 04 14:16:06 eos-sfst79 sf[874913]: 2024-04-04T14:16:06.204Z INFO (substreams-tier1.tier1) incoming Substreams Blocks request {"trace_id": "476b4c251da5d3557f2cd3063745860b", "start_block": -1, "stop_block": 0, "cursor": "", "modules": ["map_blocks"], "output_module": "map_blocks", "output_module_hash": "d3b1920483180cbcd2fd10abcabbee431146f4c8", "production_mode": true}
Apr 04 14:16:06 eos-sfst79 sf[874913]: 2024-04-04T14:16:06.205Z INFO (wasm-runtime) using default wasm runtime {"runtime": "wazero"}
Apr 04 14:16:06 eos-sfst79 sf[874913]: 2024-04-04T14:16:06.205Z INFO (substreams-tier1.tier1) creating firehose stream {"trace_id": "476b4c251da5d3557f2cd3063745860b", "handoff_block": 366071200, "stop_block": 0, "cursor": ""}
Apr 04 14:16:06 eos-sfst79 sf[874913]: 2024-04-04T14:16:06.205Z INFO (substreams-tier1.tier1.stream) creating new joining source {"trace_id": "476b4c251da5d3557f2cd3063745860b", "cursor": "<nil>", "start_block_num": 366071200}
Apr 04 14:16:06 eos-sfst79 sf[874913]: 2024-04-04T14:16:06.253Z INFO (substreams-tier1.tier1) incoming Substreams Blocks request {"trace_id": "e316d2339a99fd7fd41fc07aa4daa411", "start_block": 85000000, "stop_block": 86000000, "cursor": "", "modules": ["map_transfers", "map_accounts", "map_stat", "graph_out", "ch_out"], "output_module": "ch_out", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "production_mode": true}
Apr 04 14:16:06 eos-sfst79 sf[874913]: 2024-04-04T14:16:06.255Z INFO (wasm-runtime) using default wasm runtime {"runtime": "wazero"}
Apr 04 14:16:06 eos-sfst79 sf[874913]: 2024-04-04T14:16:06.406Z INFO (substreams-tier1.tier1) scheduler: waiting for output stream to complete, stores ready {"trace_id": "e316d2339a99fd7fd41fc07aa4daa411", "cached_output_start": 85000, "cached_output_current": 85000, "cached_output_end": 85999}
Apr 04 14:22:12 eos-sfst79 sf[874913]: 2024-04-04T14:22:12.319Z INFO (substreams-tier1.tier1) scheduler: stores and cached_outputs stream completed, switching to live {"trace_id": "e316d2339a99fd7fd41fc07aa4daa411", "cached_output_start": 85000, "cached_output_current": 86000, "cached_output_end": 85999}
Apr 04 14:22:12 eos-sfst79 sf[874913]: 2024-04-04T14:22:12.320Z INFO (substreams-tier1.tier1) substreams request stats {"trace_id": "e316d2339a99fd7fd41fc07aa4daa411", "user_id": "", "api_key_id": "", "output_module_name": "ch_out", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "production_mode": true, "tier": "tier1", "block_rate_per_sec": "0.000", "block_count": 0, "parallel_duration": "6m6.066112116s", "module_exec_duration": "0s", "module_wasm_ext_duration": "0s"}
Apr 04 14:22:12 eos-sfst79 sf[874913]: 2024-04-04T14:22:12.320Z INFO (substreams-tier1.tier1) substreams request stats {"trace_id": "476b4c251da5d3557f2cd3063745860b", "user_id": "", "api_key_id": "", "output_module_name": "map_blocks", "output_module_hash": "d3b1920483180cbcd2fd10abcabbee431146f4c8", "production_mode": true, "tier": "tier1", "block_rate_per_sec": "3.933", "block_count": 1963, "parallel_duration": "0s", "module_exec_duration": "1.317049505s", "module_wasm_ext_duration": "0s"}
Apr 04 14:22:12 eos-sfst79 sf[874913]: 2024-04-04T14:22:12.320Z INFO (substreams-tier1.tier1) Blocks request canceled by user {"trace_id": "476b4c251da5d3557f2cd3063745860b", "error": "canceled: context canceled"}
Apr 04 14:22:12 eos-sfst79 sf[874913]: 2024-04-04T14:22:12.320Z ERRO (substreams-tier1) gRPC handler /sf.substreams.rpc.v2.Stream/Blocks error {"trace_id": "476b4c251da5d3557f2cd3063745860b", "error": "canceled: context canceled"}

Output substreams-sink-noop:

2024-04-04T14:15:54.248Z INFO (sink-noop) sinker from CLI {"endpoint": "localhost:9000", "manifest_path": "https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg", "params": [], "network": "", "output_module_name": "ch_out", "expected_module_type": "<Ignored>", "block_range": "85000000:86000000", "development_mode": false, "infinite_retry": false, "final_blocks_only": true, "skip_package_validation": false, "live_block_time_delta": "5m0s", "undo_buffer_size": 12, "extra_headers": []}
2024-04-04T14:15:54.248Z INFO (sink-noop) reading substreams manifest {"manifest_path": "https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg"}
2024-04-04T14:16:06.170Z INFO (sink-noop) finding output module {"module_name": "ch_out"}
2024-04-04T14:16:06.170Z INFO (sink-noop) validating output module type {"module_name": "ch_out", "module_type": "proto:sf.substreams.sink.database.v1.DatabaseChanges"}
2024-04-04T14:16:06.200Z INFO (sink-noop) sinker configured {"mode": "Production", "module_count": 5, "output_module_name": "ch_out", "output_module_type": "proto:sf.substreams.sink.database.v1.DatabaseChanges", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "client_config": "localhost:9000 (insecure: false, plaintext: true, JWT present: false)", "buffer": "None", "block_range": "[85000000, 86000000)", "infinite_retry": false, "final_blocks_only": true, "liveness_checker": true}
2024-04-04T14:16:06.200Z INFO (sink-noop) consuming substreams {"substreams_endpoint": "localhost:9000", "manifest_path": "https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg", "module_name": "ch_out", "block_range": "[85000000, 86000000)", "cursor_store_path": "./state.yaml", "manage_listen_addr": ":8080"}
2024-04-04T14:16:06.201Z INFO (sink-noop) client configured {"output_module_name": "ch_out", "active_block": "None", "active_cursor": ""}
2024-04-04T14:16:06.201Z INFO (sink-noop) starting stats service {"runs_each": "15s"}
2024-04-04T14:16:06.201Z INFO (sink-noop) starting head tracker service
2024-04-04T14:16:06.201Z INFO (sink-noop) starting state persistent storage service {"runs_each": "30s"}
2024-04-04T14:16:06.201Z INFO (sink-noop) ready, waiting for signal to quit
2024-04-04T14:16:06.201Z INFO (sink-noop) starting management api {"listing_addr": ":8080"}
2024-04-04T14:16:06.202Z INFO (sink-noop) starting sinker {"stats_refresh_each": "15s", "end_at": "#85999999"}
2024-04-04T14:16:06.254Z INFO (sink-noop) session initialized with remote endpoint {"max_parallel_workers": 1, "linear_handoff_block": 86000000, "resolved_start_block": 85000000, "trace_id": "e316d2339a99fd7fd41fc07aa4daa411"}
2024-04-04T14:16:21.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366071728 (15d1cfb0b3b12bd8723f57f0a38ec157c2d03a567d890da3f946ce0c76cad5c9)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:16:21.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2405.800 msg/s (36087 total)", "progress_block_rate": "66666.667 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85036093 (05118c3d963998192eaa95426ca7a69fe91eaa9f8f6367d8785ed2e2e54cf76d)"}
2024-04-04T14:16:36.201Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366071758 (15d1cfce765cd6f6290e6ea2802b1043f6df812d703d1c06d3630b36d8300485)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:16:36.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2623.067 msg/s (78692 total)", "progress_block_rate": "33333.333 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85078699 (051232ab7d2195af975e63dfd0843641fbac95990c585d73cedcddc3ec186f8a)"}
2024-04-04T14:16:51.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366071788 (15d1cfec36f8dd1efc629518d604eb7e122777d670fc305704a37c33055a41d0)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:16:51.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2791.067 msg/s (119819 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85119821 (0512d34db255f7e27f738f6a5f151ec6e72d7d5d9957e28fe49b5500f539c253)"}
2024-04-04T14:17:06.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366071818 (15d1d00a8a82fa389ff91fd9c5a4d1cf695f499effa5819fc630281ee254f47a)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:17:06.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2627.633 msg/s (157521 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85157527 (05136697bb49e050ac3ff8b4586ff696d0767375cf7c3a851ffd513c7baa0c6a)"}
2024-04-04T14:17:21.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366071848 (15d1d028478ba18fb3f5d32eb50594092e3eb6bb10401c6b4013dc47ac67b236)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:17:21.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2517.500 msg/s (195344 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85195348 (0513fa54bce7048c1af6043d888e5287368cb829172f4ef0beaa42ec2425fd2a)"}
2024-04-04T14:17:36.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366071878 (15d1d04671685c3116231cad435f472764143cf1a5ebee0ae8fc3c1c8676d2fe)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:17:36.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2476.267 msg/s (231809 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85231818 (051488cada365b2de66a996d4d52110cde07358089668672bbbc11ce5f18cda8)"}
2024-04-04T14:17:51.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366071908 (15d1d06492a8ffb65b753e189e26e4421d61ea6d8f0b1652178069b2fc29f308)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:17:51.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2721.867 msg/s (277000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85276999 (0515394737953c34c644fcdcddbd6dfb287bf2b4a3860cef31737a9e76b2e055)"}
2024-04-04T14:18:06.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366071938 (15d1d0823a1d1ea3f3d274d6d95e6f8913b885a45b2cc65839c7d41dfeed30ee)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:18:06.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2773.033 msg/s (315000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85314999 (0515cdb7c59ea71783e15d877b0bbb7a46605734cd3ce53f8f7fec31bdb38563)"}
2024-04-04T14:18:21.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366071968 (15d1d0a07e075e692aaeaaf875d94faa1a3300e3a7455e61e6e1e6e6d595c6b0)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:18:21.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2603.667 msg/s (355110 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85355115 (05166a6bac90f19ce55404d09213d305bb2e1df657e940baca16e9840cc75081)"}
2024-04-04T14:18:36.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366071998 (15d1d0be8b3aa5f6985611be1fe43e7cf48750a5858c661e1bcb67f22278825c)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:18:36.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2634.233 msg/s (394027 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85394033 (05170271dc79d32458589cc835601dba11394b4237a2b02a27729d54f15e0f2e)"}
2024-04-04T14:18:51.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072028 (15d1d0dc55b720d421f96872eca63d710177d19c8e4ef86691bf80ad6152b39e)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:18:51.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2863.000 msg/s (441000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85440999 (0517b9e7b420a29873d82ba53c8f9024051979022e70a543a6a4a1fc42bbbeed)"}
2024-04-04T14:19:06.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072058 (15d1d0fa50b2ad37d8d247502e46238c73144dd3dc018e6d97069d1eabacc090)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:19:06.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2976.133 msg/s (483311 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85483313 (05185f310f7f72cdb395a8baaba15597dc949a0aa60d2cc16581ffedf832720e)"}
2024-04-04T14:19:21.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072088 (15d1d118994103e93082355fe3d2998baf247b48a32bd1d88fb4b856863de26d)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:19:21.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2833.333 msg/s (526000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85525999 (051905ef5bd528b226c83b03e2ef3c34c3aec2d560b0e5e2fffda02368f9d0c2)"}
2024-04-04T14:19:36.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072118 (15d1d1366da64be9aca8af3ee28f0fc74605f4d3e16e14e85a88777fce37c779)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:19:36.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2856.300 msg/s (569000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85568999 (0519ade754aae873de2b0ce3fd5c081978788facf6504a7307290635d102e0f9)"}
2024-04-04T14:19:51.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072148 (15d1d154ac61c40eabc03e15c66b6854a5342ec3723cc23632f7a9ec318a2f88)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:19:51.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "3090.167 msg/s (618705 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85618710 (051a7016c6446682cc79b2c159d1dbefa7b029d9f4c157d0de6f0fc7d7a4118c)"}
2024-04-04T14:20:06.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072178 (15d1d1728975070d914445766f98eebd7d4a57816bed8ebc42fa968699bc02f9)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:20:06.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "3043.267 msg/s (660298 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85660303 (051b128ffece128dd85fec3fa74262e1aff754540e2e79a09c74435c75a998d7)"}
2024-04-04T14:20:21.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072208 (15d1d190cf2a7d20291179963cef00b5cffc140fc469ff425d5bd0d2b97a5a66)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:20:21.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2617.700 msg/s (697236 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85697240 (051ba2d8d7dea2500f543c8fd93a6436e224bf3ad389efb914e7472388bb446e)"}
2024-04-04T14:20:36.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072238 (15d1d1ae612119e7a3e5050d0b55ef4875a1b9ae30358de0340e0362266e21a7)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:20:36.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2523.400 msg/s (736000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85735999 (051c3a3f05540cd4f33b60d97468da1de78e4376960032da4c3c918faf54f157)"}
2024-04-04T14:20:51.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072268 (15d1d1ccc3a50429f693516dce5353269ab36c1ea68629859c40189e6f035175)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:20:51.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2871.133 msg/s (783370 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85783375 (051cf34fd5de9ddbc0c53fc5893d144276db5418f2dd98d8c602578bf279cb42)"}
2024-04-04T14:21:06.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072298 (15d1d1ea538954ef0ff5203f0a95c0158eb1a051e6b5115cadc9c4a0b36661a7)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:21:06.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2900.000 msg/s (823000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85822999 (051d8e177fb441942fdd7183320934b6ae7c6e5577b0c313cb66dc6c42466642)"}
2024-04-04T14:21:21.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072328 (15d1d208939d4e069addfb7fb0ac23e28562c82002a82acbba014dcfd4ec5c99)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:21:21.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2454.333 msg/s (857000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85856999 (051e12e75503ce15d1db8c0bb3a4be2286ca345292b4263e56877e70a51ec55f)"}
2024-04-04T14:21:36.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072358 (15d1d22675bc3b8b27aff7a998579143036fd9cf163a35edb61ddb17e130a691)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:21:36.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2433.333 msg/s (896000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85895999 (051eab3f6ce95545fd3978c83aa3db4e79b799c425c127b4088da72c01aa1c00)"}
2024-04-04T14:21:51.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072388 (15d1d2448c48a9054761de36f31e9efc42e39ff58e9b168fff87c968207e55e8)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:21:51.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2854.200 msg/s (942626 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85942633 (051f616992a020a7a186975894950d992353bc442a581c755f5240e2be2f45c4)"}
2024-04-04T14:22:06.202Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072418 (15d1d262bbf77b3d1ce1cd1bb31d5a18e7948b1da4c411a86a529ca789ca7a45)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:22:06.202Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "3006.233 msg/s (986187 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85986192 (05200b90ba81744c7fdddff296767e92fb3b54821319830616670ac8c5ee48e9)"}
2024-04-04T14:22:12.320Z INFO (sink-noop) substreams ended correctly, reached your stop block {"last_block_seen": "#85999999 (0520417f02baad701ba41b3b74ebea9bfd0284e946596024b0e61d53b4b558d0)"}
2024-04-04T14:22:12.320Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366072430 (15d1d26ed50719031e61fb07ecc4003179e72880c1390496f53439d358a3886e)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:22:12.320Z INFO (sink-noop) run terminating {"from_signal": false, "with_error": false}
2024-04-04T14:22:12.320Z INFO (sink-noop) waiting for run termination
2024-04-04T14:22:12.320Z INFO (sink-noop) sinker terminating
2024-04-04T14:22:12.321Z INFO (sink-noop) run terminated gracefully
2024-04-04T14:22:12.321Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2800.000 msg/s (1000000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85999999 (0520417f02baad701ba41b3b74ebea9bfd0284e946596024b0e61d53b4b558d0)"}

Test Run #2

firehose-antelope based on firehose-core@v1.3.1

Run command:

substreams-sink-noop localhost:9000 https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg ch_out 85000000:86000000 --plaintext --clean --final-blocks-only

Note: canceled after 10 minutes due to bad performance

Logs firehose:

Apr 04 14:26:15 eos-sfst79 systemd[1]: Started sf.service - EOS Nation sf.
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.433Z INFO (dtracing) registering development exporters from environment variables
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.433Z INFO (fireantelope) setting GOMEMLIMIT relative to available memory {"percent": 90}
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.435Z INFO (fireantelope) starting Firehose on Antelope with config file '/etc/dfuse/config.yml'
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.437Z INFO (fireantelope) launching applications: substreams-tier1,substreams-tier2
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.438Z INFO (substreams-tier2) running substreams-tier2 {"config": {"GRPCListenAddr":":10017","ServiceDiscoveryURL":null,"PipelineOptions":null,"MaximumConcurrentRequests":0,"WASMExtensions":null,"Tracing":false}}
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.438Z INFO (substreams-tier1) running substreams-tier1 {"config": {"MeteringConfig":"null://","MergedBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-merged-blocks?region=none&insecure=true","OneBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-one-blocks?region=none&insecure=true","ForkedBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-forked-blocks?region=none&insecure=true","BlockStreamAddr":"dns:///eos-sf-relayer-v3.service.march.consul.eosn.io:9000","GRPCListenAddr":":9000","GRPCShutdownGracePeriod":1000000000,"ServiceDiscoveryURL":null,"StateStoreURL":"/var/lib/dfuse/localdata","StateStoreDefaultTag":"","StateBundleSize":1000,"MaxSubrequests":1,"SubrequestsEndpoint":":10017","SubrequestsInsecure":false,"SubrequestsPlaintext":true,"WASMExtensions":null,"Tracing":false}}
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.438Z INFO (substreams-tier2) registering substreams metrics
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.438Z INFO (substreams-tier2) setting up trust authenticator
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.438Z INFO (substreams-tier2) launching gRPC server
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.438Z INFO (substreams-tier2) standard server created
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.438Z INFO (substreams-tier2) launching gRPC server {"listen_addr": ":10017"}
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.438Z INFO (substreams-clients) setting up basic grpc client factory (no XDS bootstrap)
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.439Z INFO (substreams-tier2) serving gRPC (over HTTP router) (plain-text) {"listen_addr": ":10017"}
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.439Z INFO (substreams-service) creating new joining source {"cursor": "<nil>", "start_block_num": 2}
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.478Z INFO (substreams-tier1) launching tier1 service {"client_config": {}, "block_type": "sf.antelope.type.v1.Block", "with_live": true}
Apr 04 14:26:15 eos-sfst79 sf[876053]: 2024-04-04T14:26:15.479Z INFO (substreams-tier1) waiting until hub is real-time synced
Apr 04 14:26:20 eos-sfst79 sf[876053]: 2024-04-04T14:26:20.455Z INFO (bstream) starting block source consumption {"endpoint_url": "dns:///eos-sf-relayer-v3.service.march.consul.eosn.io:9000"}
Apr 04 14:26:20 eos-sfst79 sf[876053]: 2024-04-04T14:26:20.455Z INFO (bstream) block stream source reading messages {"endpoint_url": "dns:///eos-sf-relayer-v3.service.march.consul.eosn.io:9000"}
Apr 04 14:26:20 eos-sfst79 sf[876053]: 2024-04-04T14:26:20.598Z INFO (bstream) bootstrapping ForkableHub from one-block-files {"start_block": 366072000, "head_block": "#366072925 (15d1d45d6e55ed8b90f5e2832a0005d3d7755044e895833b4fadb2c1f2fd24b7)"}
Apr 04 14:26:30 eos-sfst79 sf[876053]: 2024-04-04T14:26:30.983Z INFO (bstream) hub is now Ready
Apr 04 14:26:30 eos-sfst79 sf[876053]: 2024-04-04T14:26:30.983Z INFO (substreams-tier1) launching gRPC server {"live_support": true}
Apr 04 14:26:30 eos-sfst79 sf[876053]: 2024-04-04T14:26:30.983Z INFO (substreams-tier1) launching server {"listen_addr": ":9000"}
Apr 04 14:26:30 eos-sfst79 sf[876053]: 2024-04-04T14:26:30.984Z INFO (substreams-tier1) serving plaintext {"listen_addr": ":9000"}
Apr 04 14:29:57 eos-sfst79 sf[876053]: 2024-04-04T14:29:57.155Z INFO (substreams-tier1.tier1) incoming Substreams Blocks request {"trace_id": "5e78f323abca0e1685f149bf2ca256f5", "start_block": -1, "stop_block": 0, "cursor": "", "modules": ["map_blocks"], "output_module": "map_blocks", "output_module_hash": "d3b1920483180cbcd2fd10abcabbee431146f4c8", "production_mode": true}
Apr 04 14:29:57 eos-sfst79 sf[876053]: 2024-04-04T14:29:57.156Z INFO (wasm-runtime) using default wasm runtime {"runtime": "wazero"}
Apr 04 14:29:57 eos-sfst79 sf[876053]: 2024-04-04T14:29:57.156Z INFO (substreams-tier1.tier1) creating firehose stream {"trace_id": "5e78f323abca0e1685f149bf2ca256f5", "handoff_block": 366072900, "stop_block": 0, "cursor": ""}
Apr 04 14:29:57 eos-sfst79 sf[876053]: 2024-04-04T14:29:57.157Z INFO (substreams-tier1.tier1.stream) creating new joining source {"trace_id": "5e78f323abca0e1685f149bf2ca256f5", "cursor": "<nil>", "start_block_num": 366072900}
Apr 04 14:29:57 eos-sfst79 sf[876053]: 2024-04-04T14:29:57.190Z INFO (substreams-tier1.tier1) incoming Substreams Blocks request {"trace_id": "0b950cb01807316c28baec250fcb7926", "start_block": 85000000, "stop_block": 86000000, "cursor": "", "modules": ["map_transfers", "map_accounts", "map_stat", "graph_out", "ch_out"], "output_module": "ch_out", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "production_mode": true}
Apr 04 14:29:57 eos-sfst79 sf[876053]: 2024-04-04T14:29:57.191Z INFO (wasm-runtime) using default wasm runtime {"runtime": "wazero"}
Apr 04 14:29:57 eos-sfst79 sf[876053]: 2024-04-04T14:29:57.331Z INFO (substreams-tier1.tier1) scheduler: waiting for output stream to complete, stores ready {"trace_id": "0b950cb01807316c28baec250fcb7926", "cached_output_start": 85000, "cached_output_current": 85000, "cached_output_end": 85999}
Apr 04 14:40:24 eos-sfst79 sf[876053]: 2024-04-04T14:40:24.265Z INFO (substreams-tier1.tier1) substreams request stats {"trace_id": "0b950cb01807316c28baec250fcb7926", "user_id": "", "api_key_id": "", "output_module_name": "ch_out", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "production_mode": true, "tier": "tier1", "block_rate_per_sec": "0.000", "block_count": 0, "parallel_duration": "0s", "module_exec_duration": "0s", "module_wasm_ext_duration": "0s"}
Apr 04 14:40:24 eos-sfst79 sf[876053]: 2024-04-04T14:40:24.265Z INFO (substreams-tier1.tier1) Blocks request canceled by user {"trace_id": "0b950cb01807316c28baec250fcb7926", "error": "canceled: context canceled"}
Apr 04 14:40:24 eos-sfst79 sf[876053]: 2024-04-04T14:40:24.265Z INFO (substreams-tier1.tier1) substreams request stats {"trace_id": "5e78f323abca0e1685f149bf2ca256f5", "user_id": "", "api_key_id": "", "output_module_name": "map_blocks", "output_module_hash": "d3b1920483180cbcd2fd10abcabbee431146f4c8", "production_mode": true, "tier": "tier1", "block_rate_per_sec": "3.933", "block_count": 2954, "parallel_duration": "0s", "module_exec_duration": "1.043031202s", "module_wasm_ext_duration": "0s"}
Apr 04 14:40:24 eos-sfst79 sf[876053]: 2024-04-04T14:40:24.265Z INFO (substreams-tier1.tier1) Blocks request canceled by user {"trace_id": "5e78f323abca0e1685f149bf2ca256f5", "error": "canceled: context canceled"}
Apr 04 14:40:24 eos-sfst79 sf[876053]: 2024-04-04T14:40:24.265Z ERRO (substreams-tier1) gRPC handler /sf.substreams.rpc.v2.Stream/Blocks error {"trace_id": "5e78f323abca0e1685f149bf2ca256f5", "error": "canceled: context canceled"}
Apr 04 14:40:24 eos-sfst79 sf[876053]: 2024-04-04T14:40:24.271Z ERRO (substreams-tier1) gRPC handler /sf.substreams.rpc.v2.Stream/Blocks error {"trace_id": "0b950cb01807316c28baec250fcb7926", "error": "canceled: context canceled"}

Output substreams-sink-noop:

2024-04-04T14:29:56.836Z INFO (sink-noop) sinker from CLI {"endpoint": "localhost:9000", "manifest_path": "https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg", "params": [], "network": "", "output_module_name": "ch_out", "expected_module_type": "<Ignored>", "block_range": "85000000:86000000", "development_mode": false, "infinite_retry": false, "final_blocks_only": true, "skip_package_validation": false, "live_block_time_delta": "5m0s", "undo_buffer_size": 12, "extra_headers": []}
2024-04-04T14:29:56.836Z INFO (sink-noop) reading substreams manifest {"manifest_path": "https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg"}
2024-04-04T14:29:57.116Z INFO (sink-noop) finding output module {"module_name": "ch_out"}
2024-04-04T14:29:57.116Z INFO (sink-noop) validating output module type {"module_name": "ch_out", "module_type": "proto:sf.substreams.sink.database.v1.DatabaseChanges"}
2024-04-04T14:29:57.149Z INFO (sink-noop) sinker configured {"mode": "Production", "module_count": 5, "output_module_name": "ch_out", "output_module_type": "proto:sf.substreams.sink.database.v1.DatabaseChanges", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "client_config": "localhost:9000 (insecure: false, plaintext: true, JWT present: false)", "buffer": "None", "block_range": "[85000000, 86000000)", "infinite_retry": false, "final_blocks_only": true, "liveness_checker": true}
2024-04-04T14:29:57.149Z INFO (sink-noop) consuming substreams {"substreams_endpoint": "localhost:9000", "manifest_path": "https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg", "module_name": "ch_out", "block_range": "[85000000, 86000000)", "cursor_store_path": "./state.yaml", "manage_listen_addr": ":8080"}
2024-04-04T14:29:57.150Z INFO (sink-noop) client configured {"output_module_name": "ch_out", "active_block": "None", "active_cursor": ""}
2024-04-04T14:29:57.150Z INFO (sink-noop) starting stats service {"runs_each": "15s"}
2024-04-04T14:29:57.150Z INFO (sink-noop) starting head tracker service
2024-04-04T14:29:57.150Z INFO (sink-noop) starting state persistent storage service {"runs_each": "30s"}
2024-04-04T14:29:57.150Z INFO (sink-noop) ready, waiting for signal to quit
2024-04-04T14:29:57.150Z INFO (sink-noop) starting sinker {"stats_refresh_each": "15s", "end_at": "#85999999"}
2024-04-04T14:29:57.150Z INFO (sink-noop) starting management api {"listing_addr": ":8080"}
2024-04-04T14:29:57.190Z INFO (sink-noop) session initialized with remote endpoint {"max_parallel_workers": 1, "linear_handoff_block": 86000000, "resolved_start_block": 85000000, "trace_id": "0b950cb01807316c28baec250fcb7926"}
2024-04-04T14:30:12.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073390 (15d1d62e3500439a29ca2456bfdb3fb5ebe71ad1578703a0ff65674779d9a592)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:30:12.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "1382.533 msg/s (20738 total)", "progress_block_rate": "66666.667 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85020738 (051150429864df040b122322aa9af44563db3c7db0f4f6383ee58d77c3526720)"}
2024-04-04T14:30:27.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073420 (15d1d64c0dda1ce5f88c0ca5ebc43a7a38aa2d7d629c43c44eb70a897985a386)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:30:27.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "993.367 msg/s (29801 total)", "progress_block_rate": "33333.333 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85029801 (051173a9b73512ac008a0ef81062dc35f0902e2226f0ff197739b82615b8dba3)"}
2024-04-04T14:30:42.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073450 (15d1d66afe001770d51d77156bf6ba2580003c79fd57215ed6089020400853b8)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:30:42.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "545.533 msg/s (37104 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85037104 (051190307b481024596bc53bf47bdda181cfcb5867f25f22c023a643da699dac)"}
2024-04-04T14:30:57.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073480 (15d1d68884f3796ddf9da8c268af5e3049c83bdfdcdca43fe364d0fe7697a172)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:30:57.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "439.967 msg/s (43000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85042999 (0511a737fda4464a4b3a2fc5e0f72c474a56f38e3170690fe5e1954b2cb196c9)"}
2024-04-04T14:31:12.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073510 (15d1d6a68a171d994419af037ac3d1597d773b678b2888c311b40f0cd12af7ea)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:31:12.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "345.867 msg/s (47480 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85047480 (0511b8b8c84078bedc044c2be51efcc2f556bf5ac8729215cdd9541d54a1659a)"}
2024-04-04T14:31:27.150Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073540 (15d1d6c472b74b3dc8a7fa9cd6f440dfda2abcf2e135aa4660b369dad1110961)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:31:27.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "292.100 msg/s (51763 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85051762 (0511c972d482c55a8e883845d0309a86daf2573c04598872d668202080c5c3e6)"}
2024-04-04T14:31:42.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073570 (15d1d6e2778daa3b87002e66e5467be6f11f6bb69ad6d61e4489e4f0576e574d)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:31:42.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "256.733 msg/s (55182 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85055181 (0511d6cd10f0c8c0ca821a36208467f7c7c0b4e8175c63bd1d2759dbf2b02af4)"}
2024-04-04T14:31:57.150Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073600 (15d1d700edcd8d43138ff63d739217a796cf8840ba95b84506d6d3a6e39b293d)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:31:57.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "230.700 msg/s (58684 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85058684 (0511e47c985d90750e054230ff9847933fdffb06463dab2afc7f3b23dd7d319c)"}
2024-04-04T14:32:12.150Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073630 (15d1d71eaf9521440bf251e898d0f15e9ad336b524b5317b45802d224e8fa82b)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:32:12.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "208.833 msg/s (61447 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85061446 (0511ef469c91263d6cb9f7df97739c793179c674cb47b6d46c255e1e737050a8)"}
2024-04-04T14:32:27.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "178.633 msg/s (64043 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85064043 (0511f96bcd4d6f5a49cfc14d2fe03d3c9eae2f63316586885ebb7b68312e2f39)"}
2024-04-04T14:32:27.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073660 (15d1d73c694c779a1638913f78e875a54d197186180ed19cad497455704db555)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:32:42.150Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073690 (15d1d75a49612d25a046e468362f91889a60e19bb2af3b4485872d2f870773b0)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:32:42.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "162.700 msg/s (66328 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85066328 (05120258d6883196709f4e07ade4df076fc9583296b0450c40fa255ab0b7e4d5)"}
2024-04-04T14:32:57.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073720 (15d1d77852c005d498a9c1c4b164d51c23c0b4128047c53414efb0c2c7bc2388)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:32:57.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "141.433 msg/s (68286 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85068285 (051209fd3d7d76dc7e36a05358cb196c88a9a8294b2d06b84681bd12e9572794)"}
2024-04-04T14:33:12.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073738 (15d1d78a43ad1c8b3b14fca4ff9c98b8b7346c28ccba3030849118cae245259f)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:33:12.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "127.333 msg/s (70148 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85070147 (05121143eb5621dc2bfce534f280d82c7ca9dbd8d79cf0242c69526fe88c22b4)"}
2024-04-04T14:33:27.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073768 (15d1d7a8a607def973788dbd08a0fef36695757051ddca479b2b4b745f0d2fbc)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:33:27.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "123.800 msg/s (72000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85071999 (0512187f70065acd46ef299c7e6a3396b651badfe0a357983dfbefcb64d163a6)"}
2024-04-04T14:33:42.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "121.333 msg/s (73788 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85073788 (05121f7c91475b6808694088082d6c94c81d0dfbcd087c9251827416f4ff441c)"}
2024-04-04T14:33:42.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073798 (15d1d7c6af01132422d3f73b10ed438461180bbc394b48fc8b87c027f97484d8)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:33:57.150Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073828 (15d1d7e49ded59c935801d38bc5aba317e6eefc2bbbd0668749824f423a62c65)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:33:57.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "117.767 msg/s (75533 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85075533 (0512264d3288724f8778e61128a8ee71574d60e8a98c8214d5fcefe43e39d997)"}
2024-04-04T14:34:12.153Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "112.600 msg/s (77166 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85077165 (05122cad67fd29cf6e78c50e802e7dc21db21f4bd64ce272e7c5714a6267395b)"}
2024-04-04T14:34:12.153Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073858 (15d1d802dccfe6fa749ee1509bb23783d6555a682f9447a8fd898a7fe86b1255)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:34:27.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073888 (15d1d820e128bdfccb2902e9ee7d89df4f0349113cbaa0ad7cdca18f287e953e)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:34:27.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "106.933 msg/s (78741 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85078740 (051232d416a32b9a45d99c83b89da496666781915496d76a0c9afc2e72a7df54)"}
2024-04-04T14:34:42.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073918 (15d1d83e8726e39626333867853ad9575f676a29812a2c24737c60da31c4f840)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:34:42.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "103.600 msg/s (80274 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85080273 (051238d183b47881e07c63b6c643d7af66405ce4dd4b78240628e439a5388fb6)"}
2024-04-04T14:34:57.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073948 (15d1d85ca3812daf93956f39074344d65ff6ae821568e94cbe653d2a6fb98469)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:34:57.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "99.367 msg/s (81722 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85081721 (05123e79e6e3184c0651932e5aa76aeaa5a8ecd0fcc8af24963b54f5f5cadd29)"}
2024-04-04T14:35:12.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366073978 (15d1d87a7ad8f6187a8a51d65f99aa86ea9856f924a2b2019ecb1f101592e202)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:35:12.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "95.467 msg/s (83138 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85083137 (051244015865a5d115957fabfc1af8eef21443ea721dd66e9058293a51a871e2)"}
2024-04-04T14:35:27.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074008 (15d1d89819ab0b09a7007b1eda72984b0ad6f9c799be8dd76232e4ec9789f654)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:35:27.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "94.800 msg/s (84566 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85084565 (05124995191438697d1df415376baae7f5b93156d9e2abcca6d4d06af9d658a9)"}
2024-04-04T14:35:42.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074038 (15d1d8b617ebfab2ffeacff417931854e48041d8cde59c1961f73d3dee6a7bbb)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:35:42.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "94.267 msg/s (85966 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85085965 (05124f0dfd71771860d465d231daf15828be900682d326177406f46a75dd33d4)"}
2024-04-04T14:35:57.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074068 (15d1d8d4f3f50c7722da2110c3d3b49a53d972cd4e9cc69ca506982cf6640662)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:35:57.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "91.433 msg/s (87309 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85087308 (0512544cd7b6b8764fdebc185763c949242fe4086300232a1af37a4bbf4a61c8)"}
2024-04-04T14:36:12.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074098 (15d1d8f2ca9e0fbf00ff7c3d5d0852f0dec201f71f38c36bef273e1879c7c5ec)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:36:12.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "89.233 msg/s (88643 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85088643 (0512598322308d90fe4a80b86e3dca3d34c329843dcffd3ca35941fa172eb41e)"}
2024-04-04T14:36:27.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074128 (15d1d91035a2d3453c2c7fd67e4d88890adce781da931742e850f8e0b8a9ae25)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:36:27.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "87.433 msg/s (89932 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85089931 (05125e8b801883ea386320f5a13deb0f845f88cdaebc3bf73368209b903544a6)"}
2024-04-04T14:36:42.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074158 (15d1d92efc6972500e45107fa14d00a9b088313bbfc7c574b913e1060d3906cc)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:36:42.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "86.200 msg/s (91229 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85091228 (0512639cc2db83d60436aba1e33738246b3516b2571a54de9dec9275d7ff0f9e)"}
2024-04-04T14:36:57.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074188 (15d1d94c44672980735a6084e13c0f50d733953ea50c4693a194890a15adcd8b)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:36:57.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "85.167 msg/s (92487 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85092486 (05126886823517f377570506398bc764d7f924903c98d8cf6d1ad2abd8772f00)"}
2024-04-04T14:37:12.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074218 (15d1d96a5add2826115c55a37fe8cfd5a5d4d0261fad8a42b0b23090fb923dfd)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:37:12.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "83.933 msg/s (93747 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85093746 (05126d7212e839deca486d58e66bbb82726157146990e2ccecba3c421d6b662d)"}
2024-04-04T14:37:27.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074248 (15d1d988e451096816bd5b27a9d6682cfc21f6df1d0eafee944507ff043abbbb)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:37:27.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "82.633 msg/s (94966 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85094965 (05127235d8c0acba9636196ba0ddaac128740b9d64b3262c640f151ffcd079f2)"}
2024-04-04T14:37:42.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074278 (15d1d9a60146bfcec3b279dac56becb45190d1d0066551ae5e9403e4e840c4af)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:37:42.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "81.000 msg/s (96177 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85096176 (051276f0a7730909deff086eb7a39f07dbdac5b1a0406671479a941867d2faca)"}
2024-04-04T14:37:57.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074308 (15d1d9c42926f287b2fec7a3e70f690e09ed0979931a51fac8007eea84036e2c)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:37:57.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "79.933 msg/s (97364 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85097363 (05127b93a36b083bde1d4c173dcbf48d81c72527c90c89c87a006794533750fc)"}
2024-04-04T14:38:12.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074338 (15d1d9e2ae041ac83d884b2826f374ea0a91f62664d0e1d164bbb832ebadfa63)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:38:12.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "78.367 msg/s (98528 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85098527 (0512801fe62663abb83a86e1c70edbf8e43755bfe652e86568a13625f37aeee2)"}
2024-04-04T14:38:27.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074368 (15d1da00a0f39c94e9ef3f8546ae4232c8bcd035cee61cf78c4eaa12d35b69d3)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:38:27.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "75.467 msg/s (99628 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85099627 (0512846b12eccc69a3b5c787b931c22daac37eb2a3c194ee05fc7c7b645c6d53)"}
2024-04-04T14:38:42.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074398 (15d1da1e7d0dc03f5f3c8d6812177339122fe30bbf2ad5763a72767db8ce2f12)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:38:42.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "73.500 msg/s (100733 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85100732 (051288bc898a92d53c21bd2beb59fa0d9b849402a1e9678a1b2c8e406af472af)"}
2024-04-04T14:38:57.150Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074428 (15d1da3c6e23dd0a4f02cf00a188647ba272bd2bc6749d42492789f187a3abfa)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:38:57.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "73.100 msg/s (101821 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85101820 (05128cfc70ca4504608e4b4f1e5a3b4c232902dc7a053521785beb1e3a2fd2cf)"}
2024-04-04T14:39:12.150Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074458 (15d1da5abf952654bf259952d31e90fa1f7c0fcfd58f91e9ce3c5e992b4c72b5)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:39:12.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "73.267 msg/s (102931 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85102931 (05129153b081b3efa83ce2449e49217a68e607253dd6d086f3dc36df2a9580ef)"}
2024-04-04T14:39:27.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074488 (15d1da781aa84176d9a08e7da5496cb51df3ccf55ca81e2b1597228bcbfbbc4a)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:39:27.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "73.533 msg/s (104027 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85104026 (0512959a179e440ec3ffecc43b9dd45fd4780fe339d4bd86df2da3665537bb77)"}
2024-04-04T14:39:42.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074518 (15d1da96d144f0f9fff08422e1eef78c8bd488e34aaa61a75443a46f3e665395)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:39:42.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "73.300 msg/s (105130 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85105129 (051299e9e9527828202d8635f692d673e038ae383dd4f464b1343d1d15ea346f)"}
2024-04-04T14:39:57.150Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074548 (15d1dab4b7dcd2d92b62acb6ecfae4e0eb9c664838735d5f9204f22ea543b110)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:39:57.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "107.267 msg/s (107245 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85107244 (0512a22caabc8fad6d1326a1e7824753cb0eb3f6d28db6d2da0764c23f11a9bf)"}
2024-04-04T14:40:12.151Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074578 (15d1dad272916b9a8f3e763a79f4c5a8c4c0f3e4a38400b3ef7d0843281ccb84)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:40:12.151Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "149.100 msg/s (109603 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85109603 (0512ab6331ee119397f1ecc1c07cc02969777535f9a310adef9c8a6797599c43)"}
2024-04-04T14:40:24.264Z INFO (sink-noop) received termination signal and no unready period delay configured, exiting now
2024-04-04T14:40:24.264Z INFO (sink-noop) waiting for run termination
2024-04-04T14:40:24.264Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366074602 (15d1daead9422f588487c8fd0776bcdd79a7c7f37f230b9bc0098d6c903f3588)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:40:24.264Z INFO (sink-noop) substreams ended correctly, reached your stop block {"last_block_seen": "#85111627 (0512b34b40c24e26cc6724d4bd084bc504d3496b9076cafffe1f288f23599694)"}
2024-04-04T14:40:24.265Z INFO (sink-noop) sinker terminating
2024-04-04T14:40:24.265Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "156.600 msg/s (111628 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85111627 (0512b34b40c24e26cc6724d4bd084bc504d3496b9076cafffe1f288f23599694)"}
2024-04-04T14:40:24.265Z INFO (sink-noop) run terminated gracefully

Test Run #3

firehose-antelope based on firehose-core@v1.2.5

Run command:

substreams-sink-noop localhost:9000 https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg ch_out 85000000:86000000 --plaintext --clean --final-blocks-only

Logs firehose:

Apr 04 14:43:57 eos-sfst79 systemd[1]: Started sf.service - EOS Nation sf.
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.136Z INFO (dtracing) registering development exporters from environment variables
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.136Z INFO (fireantelope) setting GOMEMLIMIT relative to available memory {"percent": 90}
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.141Z INFO (fireantelope) starting Firehose on Antelope with config file '/etc/dfuse/config.yml'
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.143Z INFO (fireantelope) launching applications: substreams-tier1,substreams-tier2
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.143Z INFO (substreams-tier2) running substreams-tier2 {"config": {"MergedBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-merged-blocks?region=none&insecure=true","GRPCListenAddr":":10017","ServiceDiscoveryURL":null,"StateStoreURL":"/var/lib/dfuse/localdata","StateStoreDefaultTag":"","StateBundleSize":1000,"WASMExtensions":null,"PipelineOptions":null,"MaximumConcurrentRequests":0,"Tracing":false}}
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.143Z INFO (substreams-tier1) running substreams-tier1 {"config": {"MergedBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-merged-blocks?region=none&insecure=true","OneBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-one-blocks?region=none&insecure=true","ForkedBlocksStoreURL":"s3://ceph-gw.service.march.consul.eosn.io:7480/eos-sf-v3-forked-blocks?region=none&insecure=true","BlockStreamAddr":"dns:///eos-sf-relayer-v3.service.march.consul.eosn.io:9000","GRPCListenAddr":":9000","GRPCShutdownGracePeriod":1000000000,"ServiceDiscoveryURL":null,"StateStoreURL":"/var/lib/dfuse/localdata","StateStoreDefaultTag":"","StateBundleSize":1000,"MaxSubrequests":1,"SubrequestsEndpoint":":10017","SubrequestsInsecure":false,"SubrequestsPlaintext":true,"WASMExtensions":null,"PipelineOptions":null,"Tracing":false}}
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.144Z INFO (substreams-clients) setting up basic grpc client factory (no XDS bootstrap)
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.145Z INFO (substreams-service) creating new joining source {"cursor": "<nil>", "start_block_num": 2}
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.186Z INFO (substreams-tier1) launching tier1 service {"client_config": {}, "block_type": "sf.antelope.type.v1.Block", "with_live": true}
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.187Z INFO (substreams-tier1) registering substreams metrics
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.187Z INFO (substreams-tier1) waiting until hub is real-time synced
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.188Z INFO (substreams-tier2) setting up trust authenticator
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.189Z INFO (substreams-tier2) launching gRPC server
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.189Z INFO (substreams-tier2) standard server created
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.189Z INFO (substreams-tier2) launching gRPC server {"listen_addr": ":10017"}
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.189Z INFO (substreams-tier2) serving gRPC (over HTTP router) (plain-text) {"listen_addr": ":10017"}
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.206Z INFO (bstream) starting block source consumption {"endpoint_url": "dns:///eos-sf-relayer-v3.service.march.consul.eosn.io:9000"}
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.206Z INFO (bstream) block stream source reading messages {"endpoint_url": "dns:///eos-sf-relayer-v3.service.march.consul.eosn.io:9000"}
Apr 04 14:43:57 eos-sfst79 sf[876501]: 2024-04-04T14:43:57.369Z INFO (bstream) bootstrapping ForkableHub from one-block-files {"start_block": 366074100, "head_block": "#366075026 (15d1dc92f8819d113b652d525dad9b2ec5ff12fe587db171f032c0fb7701b11d)"}
Apr 04 14:44:08 eos-sfst79 sf[876501]: 2024-04-04T14:44:08.414Z INFO (bstream) hub is now Ready
Apr 04 14:44:08 eos-sfst79 sf[876501]: 2024-04-04T14:44:08.414Z INFO (substreams-tier1) launching gRPC server {"live_support": true}
Apr 04 14:44:08 eos-sfst79 sf[876501]: 2024-04-04T14:44:08.414Z INFO (substreams-tier1) launching server {"listen_addr": ":9000"}
Apr 04 14:44:08 eos-sfst79 sf[876501]: 2024-04-04T14:44:08.414Z INFO (substreams-tier1) serving plaintext {"listen_addr": ":9000"}
Apr 04 14:44:28 eos-sfst79 sf[876501]: 2024-04-04T14:44:28.190Z INFO (substreams-tier1.tier1) incoming Substreams Blocks request {"trace_id": "7b191ac25727a0da7dbd91a52af53d25", "start_block": -1, "stop_block": 0, "cursor": "", "modules": ["map_blocks"], "output_module": "map_blocks", "output_module_hash": "d3b1920483180cbcd2fd10abcabbee431146f4c8", "production_mode": true}
Apr 04 14:44:28 eos-sfst79 sf[876501]: 2024-04-04T14:44:28.191Z INFO (wasm-runtime) using default wasm runtime {"runtime": "wazero"}
Apr 04 14:44:28 eos-sfst79 sf[876501]: 2024-04-04T14:44:28.191Z INFO (substreams-tier1.tier1) creating firehose stream {"trace_id": "7b191ac25727a0da7dbd91a52af53d25", "handoff_block": 366074600, "stop_block": 0, "cursor": ""}
Apr 04 14:44:28 eos-sfst79 sf[876501]: 2024-04-04T14:44:28.192Z INFO (substreams-tier1.tier1.stream) creating new joining source {"trace_id": "7b191ac25727a0da7dbd91a52af53d25", "cursor": "<nil>", "start_block_num": 366074600}
Apr 04 14:44:28 eos-sfst79 sf[876501]: 2024-04-04T14:44:28.230Z INFO (substreams-tier1.tier1) incoming Substreams Blocks request {"trace_id": "fe585d929d5b401924cd2510aebb393a", "start_block": 85000000, "stop_block": 86000000, "cursor": "", "modules": ["map_transfers", "map_accounts", "map_stat", "graph_out", "ch_out"], "output_module": "ch_out", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "production_mode": true}
Apr 04 14:44:28 eos-sfst79 sf[876501]: 2024-04-04T14:44:28.233Z INFO (wasm-runtime) using default wasm runtime {"runtime": "wazero"}
Apr 04 14:44:28 eos-sfst79 sf[876501]: 2024-04-04T14:44:28.387Z INFO (substreams-tier1.tier1) scheduler: waiting for output stream to complete, stores ready {"trace_id": "fe585d929d5b401924cd2510aebb393a", "cached_output_start": 85000, "cached_output_current": 85000, "cached_output_end": 85999}
Apr 04 14:50:19 eos-sfst79 sf[876501]: 2024-04-04T14:50:19.139Z INFO (substreams-tier1.tier1) scheduler: stores and cached_outputs stream completed, switching to live {"trace_id": "fe585d929d5b401924cd2510aebb393a", "cached_output_start": 85000, "cached_output_current": 86000, "cached_output_end": 85999}
Apr 04 14:50:19 eos-sfst79 sf[876501]: 2024-04-04T14:50:19.139Z INFO (substreams-tier1.tier1) substreams request stats {"trace_id": "fe585d929d5b401924cd2510aebb393a", "user_id": "", "api_key_id": "", "output_module_name": "ch_out", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "production_mode": true, "tier": "tier1", "block_rate_per_sec": "0.000", "block_count": 0, "parallel_duration": "5m50.908548386s", "module_exec_duration": "0s", "module_wasm_ext_duration": "0s"}
Apr 04 14:50:19 eos-sfst79 sf[876501]: 2024-04-04T14:50:19.140Z INFO (substreams-tier1.tier1) substreams request stats {"trace_id": "7b191ac25727a0da7dbd91a52af53d25", "user_id": "", "api_key_id": "", "output_module_name": "map_blocks", "output_module_hash": "d3b1920483180cbcd2fd10abcabbee431146f4c8", "production_mode": true, "tier": "tier1", "block_rate_per_sec": "4.000", "block_count": 1901, "parallel_duration": "0s", "module_exec_duration": "1.203051551s", "module_wasm_ext_duration": "0s"}
Apr 04 14:50:19 eos-sfst79 sf[876501]: 2024-04-04T14:50:19.140Z INFO (substreams-tier1.tier1) Blocks request canceled by user {"trace_id": "7b191ac25727a0da7dbd91a52af53d25", "error": "canceled: context canceled"}
Apr 04 14:50:19 eos-sfst79 sf[876501]: 2024-04-04T14:50:19.140Z ERRO (substreams-tier1) gRPC handler /sf.substreams.rpc.v2.Stream/Blocks error {"trace_id": "7b191ac25727a0da7dbd91a52af53d25", "error": "canceled: context canceled"}```

Output substreams-sink-noop:

2024-04-04T14:44:27.854Z INFO (sink-noop) sinker from CLI {"endpoint": "localhost:9000", "manifest_path": "https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg", "params": [], "network": "", "output_module_name": "ch_out", "expected_module_type": "<Ignored>", "block_range": "85000000:86000000", "development_mode": false, "infinite_retry": false, "final_blocks_only": true, "skip_package_validation": false, "live_block_time_delta": "5m0s", "undo_buffer_size": 12, "extra_headers": []}
2024-04-04T14:44:27.854Z INFO (sink-noop) reading substreams manifest {"manifest_path": "https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg"}
2024-04-04T14:44:28.145Z INFO (sink-noop) finding output module {"module_name": "ch_out"}
2024-04-04T14:44:28.145Z INFO (sink-noop) validating output module type {"module_name": "ch_out", "module_type": "proto:sf.substreams.sink.database.v1.DatabaseChanges"}
2024-04-04T14:44:28.184Z INFO (sink-noop) sinker configured {"mode": "Production", "module_count": 5, "output_module_name": "ch_out", "output_module_type": "proto:sf.substreams.sink.database.v1.DatabaseChanges", "output_module_hash": "ae21cf2e97f04a2a0ddacac1a4ed361b7d2d305d", "client_config": "localhost:9000 (insecure: false, plaintext: true, JWT present: false)", "buffer": "None", "block_range": "[85000000, 86000000)", "infinite_retry": false, "final_blocks_only": true, "liveness_checker": true}
2024-04-04T14:44:28.184Z INFO (sink-noop) consuming substreams {"substreams_endpoint": "localhost:9000", "manifest_path": "https://github.com/pinax-network/substreams-antelope-tokens/releases/download/v0.3.9/antelope-tokens-v0.3.9.spkg", "module_name": "ch_out", "block_range": "[85000000, 86000000)", "cursor_store_path": "./state.yaml", "manage_listen_addr": ":8080"}
2024-04-04T14:44:28.186Z INFO (sink-noop) client configured {"output_module_name": "ch_out", "active_block": "None", "active_cursor": ""}
2024-04-04T14:44:28.186Z INFO (sink-noop) starting stats service {"runs_each": "15s"}
2024-04-04T14:44:28.186Z INFO (sink-noop) starting head tracker service
2024-04-04T14:44:28.186Z INFO (sink-noop) starting state persistent storage service {"runs_each": "30s"}
2024-04-04T14:44:28.186Z INFO (sink-noop) ready, waiting for signal to quit
2024-04-04T14:44:28.186Z INFO (sink-noop) starting management api {"listing_addr": ":8080"}
2024-04-04T14:44:28.186Z INFO (sink-noop) starting sinker {"stats_refresh_each": "15s", "end_at": "#85999999"}
2024-04-04T14:44:28.231Z INFO (sink-noop) session initialized with remote endpoint {"max_parallel_workers": 1, "linear_handoff_block": 86000000, "resolved_start_block": 85000000, "trace_id": "fe585d929d5b401924cd2510aebb393a"}
2024-04-04T14:44:43.187Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2408.214 msg/s (33715 total)", "progress_block_rate": "66666.667 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85035999 (05118bdf669ca2d8c4378810bf6cf81075ff3a61761bbd6b1f0ed9b4148fec41)"}
2024-04-04T14:44:43.187Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075120 (15d1dcf06279cc22aac5434b79b615d5972926c7be418f1bf50f6ab17c77c449)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:44:58.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075151 (15d1dd0f7ff1192c9ee8b42c385dc914aee955885956af85389c6e409ac2d33f)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:44:58.187Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2646.900 msg/s (79407 total)", "progress_block_rate": "33333.333 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85079415 (051235770613907cfb97eb38721849a96c786ba44943bc88dc76bcfcf5af2241)"}
2024-04-04T14:45:13.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075180 (15d1dd2c083ded8a3e96c1e0805b8c20beb6c8d1bb77eab0a01b12d6374d3db2)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:45:13.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2860.167 msg/s (121805 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85121812 (0512db143a682efb72b4aefd24600c40c813e3aafbe352bcb1f67279ec4fc7d6)"}
2024-04-04T14:45:28.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075210 (15d1dd4a7e2b6dd51caf666782512d18c4cf85bda15e79220fd5ab3c4b0ea7b1)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:45:28.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2692.033 msg/s (160168 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85160174 (051370ee2d26d08709219104559e82809d610b885fe958eeec9a88c477381467)"}
2024-04-04T14:45:43.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075240 (15d1dd68d49ab6ce356b602c7eb3e9bca09231695debbc581bb2501f0b0b36ad)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:45:43.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2639.833 msg/s (201000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85200999 (051410672b5ccbd181471f72b172366bc1a0e1524efb5e9a0ad8fda73cd1c39b)"}
2024-04-04T14:45:58.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075270 (15d1dd862e58460742970d5ab6545bf8b324e7c9721260ec2238f948df566303)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:45:58.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2720.200 msg/s (241774 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85241780 (0514afb45017194eea0f632a9945a9a9a819f845c7a0110b281445b5f18e2662)"}
2024-04-04T14:46:13.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075300 (15d1dda4d5bcd519c593cb55741d23f63674b15a6241aa65fa4700eaa4eca3e2)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:46:13.187Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2833.333 msg/s (286000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85285999 (05155c6f3f727d693902dac97d84f910c41abc8fa360053febc22f04f77e05c7)"}
2024-04-04T14:46:28.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075330 (15d1ddc2042077b0850016046abdcdba29655db1d76fdfd844af3bff4f5aa31a)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:46:28.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2735.067 msg/s (323826 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85323833 (0515f0391bf8f01c3c1e218fc8da13baca21b41ded7600b549b4b3d55735f24b)"}
2024-04-04T14:46:43.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075360 (15d1dde0ca245c992b774781ae6401f7538c45cddc806fd2be0aceaa2699dad4)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:46:43.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2533.333 msg/s (362000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85361999 (0516854fa176604c4eed62e42926c6bf933e4bc91159646ae2df6647650bf24e)"}
2024-04-04T14:46:58.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075390 (15d1ddfe87a392dae13e612e17254cbc8a8e784ec0d64838ad800b6a3c2c20a6)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:46:58.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2668.400 msg/s (403878 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85403885 (051728ed7b1ec40a1b640c66d8f5f0cca481d91575c943f9ad3004b839408ec3)"}
2024-04-04T14:47:13.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075420 (15d1de1ca77cfa7e34eae11ac78074445bb406fa9379c386550b5832ba630133)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:47:13.187Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2900.000 msg/s (449000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85448999 (0517d92710b9124813fab0615eb8ed36cd330008c5819f563c711e907931a7f4)"}
2024-04-04T14:47:28.187Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075451 (15d1de3b028b1f6207e5c2e27a36c41241e3224d7da9be94ca06cf62258d473a)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:47:28.187Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2937.400 msg/s (492000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85491999 (0518811fee741e6ee0c4e0841d80500756df278fac5a3a438f51a71ca62f45cf)"}
2024-04-04T14:47:43.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075480 (15d1de58118ccb8259ee58ca8c23618e0d2cf85f7b2da69d17e44a342bb100c0)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:47:43.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2746.433 msg/s (531393 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85531398 (05191b0643f5ffce1a6ea5d25f484adef5fd264776c2a7ab9bf3383a41557273)"}
2024-04-04T14:47:58.187Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075510 (15d1de76209ee64e905e5db38fb98ef118c1a29bd11d5faf47fcba98339cb34d)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:47:58.187Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2700.000 msg/s (573000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85572999 (0519bd872590957fcd432aa42af477081d24c1a9129fe81bc268679cc51a0893)"}
2024-04-04T14:48:13.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075540 (15d1de94d214cd0bae6a64edc9730adbdbf115b1411e9a856314a822a21a1457)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:48:13.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "3101.533 msg/s (624439 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85624447 (051a867f75857fa5206b79d249ed26f75b9d1dfd47effebabd2e4f827d9bb70a)"}
2024-04-04T14:48:28.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075571 (15d1deb39d3c311dc61bf73f2bb28e6f593aa6c1190cfa6718a4356105795cee)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:48:28.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "3142.700 msg/s (667281 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85667287 (051b2dd7ccff4e930376ce16f53cd3de06c6dcf89eb7a78c2edce9b0df7428bd)"}
2024-04-04T14:48:43.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075600 (15d1ded034ce2de530503a9830c56b63089998e5804589fccd0535ec49507c0f)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:48:43.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2752.033 msg/s (707000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85706999 (051bc8f78af04cca13c2d139d9bcf82fa55b2bb5008da83f7904451c18c082c3)"}
2024-04-04T14:48:58.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075630 (15d1deeef87e208b03947b2081184b3454d81bf5cf462c307b15c65ea73ca2d2)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:48:58.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2957.300 msg/s (756000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85755999 (051c885f34f9defb96e097a3be895dba0c3d729de97a99a8a5ec637943dc011a)"}
2024-04-04T14:49:13.187Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075660 (15d1df0c154365b54b3da6c77ba77022eee16010d3ae1840f74930054759beeb)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:49:13.187Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "3366.667 msg/s (808000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85807999 (051d537f8f1883ede2e97ad803a2b50042fd2c523aed427337b484cb6cb16130)"}
2024-04-04T14:49:28.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075690 (15d1df2af536a49ff5cfb83c175e594efe7e58548afa7d46070f93fe8935cec5)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:49:28.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2999.600 msg/s (845988 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85845996 (051de7ec1aaeff0b9f609ad32a8ffb24368297c4dcfb5480e3418ecb49ba7d1c)"}
2024-04-04T14:49:43.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075720 (15d1df4872c8f9d410e2d386ef38c7da907df508dd219301afa4453dbd5c6cd0)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:49:43.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2581.700 msg/s (885451 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85885458 (051e82124eaa603dd40feea90c855bc41e51233a9f629b7b0c70c1f99b704e01)"}
2024-04-04T14:49:58.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075751 (15d1df6719e86a0e9a60643fe71dba7c136adb42b366a910ccc7dfbc652fceae)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:49:58.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "2897.500 msg/s (932913 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85932922 (051f3b7a007b117328dcf98d17296795dd1c48c883a024b0db1f5cd64f769a12)"}
2024-04-04T14:50:13.186Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075780 (15d1df841cc5abf85759fe97f6b6c3e17ed3e22ca0b3e4c692838d69338a2343)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:50:13.186Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "3315.000 msg/s (984901 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85984913 (052006917ffb0cac972026520e486a0249bfa2298a4ce0c84cbd3b0e8abb4c85)"}
2024-04-04T14:50:19.140Z INFO (sink-noop) substreams ended correctly, reached your stop block {"last_block_seen": "#85999999 (0520417f02baad701ba41b3b74ebea9bfd0284e946596024b0e61d53b4b558d0)"}
2024-04-04T14:50:19.140Z INFO (sink-noop) substreams sink noop stats {"head_block": "#366075792 (15d1df9018effd09d2b28116fde59b1f3317fe3cbbd5282eab1ce50428c8300f)", "backprocessing_completed": false, "head_block_reached": false}
2024-04-04T14:50:19.140Z INFO (sink-noop) run terminating {"from_signal": false, "with_error": false}
2024-04-04T14:50:19.140Z INFO (sink-noop) waiting for run termination
2024-04-04T14:50:19.140Z INFO (sink-noop) sinker terminating
2024-04-04T14:50:19.140Z INFO (sink-noop) run terminated gracefully
2024-04-04T14:50:19.140Z INFO (sink-noop) substreams stream stats {"data_msg_rate": "3233.333 msg/s (1000000 total)", "progress_block_rate": "0.000 block/s (1000000 total)", "undo_msg_rate": "0.000 msg/s (0 total)", "progress_last_block": {}, "progress_running_jobs": {}, "progress_total_processed_blocks": 1000000, "progress_last_contiguous_block": {"stage 0":86000000}, "last_block": "#85999999 (0520417f02baad701ba41b3b74ebea9bfd0284e946596024b0e61d53b4b558d0)"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment