Skip to content

Instantly share code, notes, and snippets.

@JoshOrndorff
Created September 9, 2020 15:37
Show Gist options
  • Save JoshOrndorff/9ea7d8734ae570be8303bb11a9913315 to your computer and use it in GitHub Desktop.
Save JoshOrndorff/9ea7d8734ae570be8303bb11a9913315 to your computer and use it in GitHub Desktop.
Debugging transaction revalidation
joshy@pop-os:~/ProgrammingProjects/substrate-node-template$ ./target/release/node-template --chain local --alice --base-path /tmp/alice --force-authoring -ltxpool=trace
2020-09-09 11:27:10.617 main INFO sc_cli::runner Substrate Node
2020-09-09 11:27:10.617 main INFO sc_cli::runner ✌️ version 2.0.0-rc6-fcd577e-x86_64-linux-gnu
2020-09-09 11:27:10.617 main INFO sc_cli::runner ❤️ by Substrate DevHub <https://github.com/substrate-developer-hub>, 2017-2020
2020-09-09 11:27:10.617 main INFO sc_cli::runner 📋 Chain specification: Local Testnet
2020-09-09 11:27:10.617 main INFO sc_cli::runner 🏷 Node name: Alice
2020-09-09 11:27:10.617 main INFO sc_cli::runner 👤 Role: AUTHORITY
2020-09-09 11:27:10.617 main INFO sc_cli::runner 💾 Database: RocksDb at /tmp/alice/chains/local_testnet/db
2020-09-09 11:27:10.617 main INFO sc_cli::runner ⛓ Native runtime: node-template-1 (node-template-1.tx1.au1)
2020-09-09 11:27:10.718 main INFO sc_service::client::client 🔨 Initializing Genesis block/state (state: 0x6325…a0b3, header-hash: 0xfbfc…34b0)
2020-09-09 11:27:10.719 main INFO afg 👴 Loading GRANDPA authority set from genesis on what appears to be first startup.
2020-09-09 11:27:10.732 main INFO sc_consensus_slots ⏱ Loaded block-time = 6000 milliseconds from genesis on first-launch
2020-09-09 11:27:10.733 main WARN sc_service::builder Using default protocol ID "sup" because none is configured in the chain specs
2020-09-09 11:27:10.733 main INFO sub-libp2p 🏷 Local node identity is: 12D3KooWCTvCqjJ9pxYjJBqC4tYsFbwBZMT2qYGBS2NufGWwqunw (legacy representation: QmPUqbSJTqVLvnM9t716kBB6hggRxDrUeoGTxNyL4Yj61B)
2020-09-09 11:27:10.740 main INFO sc_service::builder 📦 Highest known block at #0
2020-09-09 11:27:10.740 tokio-runtime-worker INFO substrate_prometheus_endpoint::known_os 〽 Prometheus server started at 127.0.0.1:9615
2020-09-09 11:27:12.004 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xfbfcd5975b17f27b1371e80a4f66a9ef79359b50024172598b638c3a47f634b0
2020-09-09 11:27:12.008 tokio-blocking-driver TRACE txpool Transaction pool already processed block #0
2020-09-09 11:27:12.009 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 1 [hash: 0x4e4b57d26e06fffcb5f774fffcdc9b31397497ba3e9336962ecada568ba14bb3; parent_hash: 0xfbfc…34b0; extrinsics (1): [0xd2a7…e618]]
2020-09-09 11:27:12.011 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 1. Hash now 0x7f08d18456734c1353f8501a330cb2f62b9c060580a8a79fa90204df754e5f1b, previously 0x4e4b57d26e06fffcb5f774fffcdc9b31397497ba3e9336962ecada568ba14bb3.
2020-09-09 11:27:12.012 tokio-runtime-worker INFO substrate ✨ Imported #1 (0x7f08…5f1b)
2020-09-09 11:27:12.012 tokio-runtime-worker TRACE txpool Pruning transactions: [0xd2a7f0c8ee2f0b10dc1fb22dcfd9d94e3a431290356b8104549055ef31cae618]
2020-09-09 11:27:12.012 tokio-runtime-worker DEBUG txpool [0xd2a7f0c8ee2f0b10dc1fb22dcfd9d94e3a431290356b8104549055ef31cae618] Pruned at 0x7f08d18456734c1353f8501a330cb2f62b9c060580a8a79fa90204df754e5f1b
2020-09-09 11:27:15.742 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #1 (0x7f08…5f1b), finalized #0 (0xfbfc…34b0), ⬇ 0 ⬆ 0
2020-09-09 11:27:20.742 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #1 (0x7f08…5f1b), finalized #0 (0xfbfc…34b0), ⬇ 0 ⬆ 0
2020-09-09 11:27:24.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x7f08d18456734c1353f8501a330cb2f62b9c060580a8a79fa90204df754e5f1b
2020-09-09 11:27:24.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #1
2020-09-09 11:27:24.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 2 [hash: 0x39ae5dfce2aea371e343b05fb98cd2ca9bf74cbaaa25523cbdf8aa324fc719cd; parent_hash: 0x7f08…5f1b; extrinsics (1): [0xa7da…eb35]]
2020-09-09 11:27:24.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 2. Hash now 0x4dfc56e32db29414f033205c1cb9228d729e361f4c0f285161f3c7a7bba2f930, previously 0x39ae5dfce2aea371e343b05fb98cd2ca9bf74cbaaa25523cbdf8aa324fc719cd.
2020-09-09 11:27:24.005 tokio-runtime-worker TRACE txpool Pruning transactions: [0xa7da2aecf45af8abc5be7aa93ef298e21105615131a2c89fe3b9563c7133eb35]
2020-09-09 11:27:24.005 tokio-runtime-worker INFO substrate ✨ Imported #2 (0x4dfc…f930)
2020-09-09 11:27:24.005 tokio-runtime-worker DEBUG txpool [0xa7da2aecf45af8abc5be7aa93ef298e21105615131a2c89fe3b9563c7133eb35] Pruned at 0x4dfc56e32db29414f033205c1cb9228d729e361f4c0f285161f3c7a7bba2f930
2020-09-09 11:27:25.742 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #2 (0x4dfc…f930), finalized #0 (0xfbfc…34b0), ⬇ 0 ⬆ 0
2020-09-09 11:27:28.329 tokio-runtime-worker INFO sub-libp2p 🔍 Discovered new external address for our node: /ip4/192.168.0.189/tcp/30333/p2p/12D3KooWCTvCqjJ9pxYjJBqC4tYsFbwBZMT2qYGBS2NufGWwqunw
2020-09-09 11:27:30.072 tokio-runtime-worker INFO substrate ✨ Imported #1 (0x1f4a…3ded)
2020-09-09 11:27:30.742 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #2 (0x4dfc…f930), finalized #0 (0xfbfc…34b0), ⬇ 1.5kiB/s ⬆ 1.4kiB/s
2020-09-09 11:27:35.742 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #2 (0x4dfc…f930), finalized #0 (0xfbfc…34b0), ⬇ 0.5kiB/s ⬆ 0.5kiB/s
2020-09-09 11:27:36.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x4dfc56e32db29414f033205c1cb9228d729e361f4c0f285161f3c7a7bba2f930
2020-09-09 11:27:36.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #2
2020-09-09 11:27:36.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 3 [hash: 0xc8ae21966ae60ed48238d8faf31323c5519ed6777c32f14e09f83bec9fd94c8b; parent_hash: 0x4dfc…f930; extrinsics (1): [0x926b…8c7f]]
2020-09-09 11:27:36.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 3. Hash now 0xb4a844b4749a7177f7085cf1c6470330775d9ddd3ce35619f591752efa5ae5fe, previously 0xc8ae21966ae60ed48238d8faf31323c5519ed6777c32f14e09f83bec9fd94c8b.
2020-09-09 11:27:36.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0x926b5e2a4c634b697390006ddbbb4622947761b815f040833cc107e34fb78c7f]
2020-09-09 11:27:36.005 tokio-runtime-worker INFO substrate ✨ Imported #3 (0xb4a8…e5fe)
2020-09-09 11:27:36.006 tokio-runtime-worker DEBUG txpool [0x926b5e2a4c634b697390006ddbbb4622947761b815f040833cc107e34fb78c7f] Pruned at 0xb4a844b4749a7177f7085cf1c6470330775d9ddd3ce35619f591752efa5ae5fe
2020-09-09 11:27:37.197 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x7f08…5f1b
2020-09-09 11:27:37.197 tokio-runtime-worker DEBUG txpool [0xd2a7f0c8ee2f0b10dc1fb22dcfd9d94e3a431290356b8104549055ef31cae618] Sent finalization event (block 0x7f08d18456734c1353f8501a330cb2f62b9c060580a8a79fa90204df754e5f1b)
2020-09-09 11:27:40.742 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #3 (0xb4a8…e5fe), finalized #1 (0x7f08…5f1b), ⬇ 1.0kiB/s ⬆ 1.1kiB/s
2020-09-09 11:27:42.512 tokio-runtime-worker INFO substrate ✨ Imported #4 (0xef98…8e6a)
2020-09-09 11:27:42.512 tokio-runtime-worker TRACE txpool Pruning transactions: [0x355bf3ded11145ef60bb1b049b6b46c07acaeca036704d11a6024310db0c910f]
2020-09-09 11:27:42.512 tokio-runtime-worker DEBUG txpool [0x355bf3ded11145ef60bb1b049b6b46c07acaeca036704d11a6024310db0c910f] Pruned at 0xef987cb53165fc6f0ad547a4c2516379e4e5df5ef2d64ab504e5e65e6a768e6a
2020-09-09 11:27:43.899 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x4dfc…f930
2020-09-09 11:27:43.899 tokio-runtime-worker DEBUG txpool [0xa7da2aecf45af8abc5be7aa93ef298e21105615131a2c89fe3b9563c7133eb35] Sent finalization event (block 0x4dfc56e32db29414f033205c1cb9228d729e361f4c0f285161f3c7a7bba2f930)
2020-09-09 11:27:45.742 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #4 (0xef98…8e6a), finalized #2 (0x4dfc…f930), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:27:48.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xef987cb53165fc6f0ad547a4c2516379e4e5df5ef2d64ab504e5e65e6a768e6a
2020-09-09 11:27:48.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #4
2020-09-09 11:27:48.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 5 [hash: 0x3cdf47617f2a08db80a3cead5f217972b4f5cff4f8c55251ff60f9161b79c366; parent_hash: 0xef98…8e6a; extrinsics (1): [0xd6f7…5560]]
2020-09-09 11:27:48.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 5. Hash now 0x8ca8baebbb6bd43f25f4df55e476f22b4f02c3c717f70479b36cbd6ab2d110b8, previously 0x3cdf47617f2a08db80a3cead5f217972b4f5cff4f8c55251ff60f9161b79c366.
2020-09-09 11:27:48.005 tokio-runtime-worker INFO substrate ✨ Imported #5 (0x8ca8…10b8)
2020-09-09 11:27:48.005 tokio-runtime-worker TRACE txpool Pruning transactions: [0xd6f797381749661711ecd33a871ef79afa5a7e0bebc24fa644d342819c635560]
2020-09-09 11:27:48.005 tokio-runtime-worker DEBUG txpool [0xd6f797381749661711ecd33a871ef79afa5a7e0bebc24fa644d342819c635560] Pruned at 0x8ca8baebbb6bd43f25f4df55e476f22b4f02c3c717f70479b36cbd6ab2d110b8
2020-09-09 11:27:49.248 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xb4a8…e5fe
2020-09-09 11:27:49.248 tokio-runtime-worker DEBUG txpool [0x926b5e2a4c634b697390006ddbbb4622947761b815f040833cc107e34fb78c7f] Sent finalization event (block 0xb4a844b4749a7177f7085cf1c6470330775d9ddd3ce35619f591752efa5ae5fe)
2020-09-09 11:27:50.743 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #5 (0x8ca8…10b8), finalized #3 (0xb4a8…e5fe), ⬇ 1.0kiB/s ⬆ 1.1kiB/s
2020-09-09 11:27:54.052 tokio-runtime-worker INFO substrate ✨ Imported #6 (0x04ee…f6d0)
2020-09-09 11:27:54.052 tokio-runtime-worker TRACE txpool Pruning transactions: [0x06e7faf5358c524dc6d598999fc1c440b2b1c78d37178e1e6ac6694a180d5f37]
2020-09-09 11:27:54.052 tokio-runtime-worker DEBUG txpool [0x06e7faf5358c524dc6d598999fc1c440b2b1c78d37178e1e6ac6694a180d5f37] Pruned at 0x04ee9b3659762bee19381b9772e9d709c192845464243e71b8f29467dbf6f6d0
2020-09-09 11:27:55.743 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #6 (0x04ee…f6d0), finalized #3 (0xb4a8…e5fe), ⬇ 0.9kiB/s ⬆ 0.9kiB/s
2020-09-09 11:27:55.923 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xef98…8e6a
2020-09-09 11:27:55.923 tokio-runtime-worker DEBUG txpool [0x355bf3ded11145ef60bb1b049b6b46c07acaeca036704d11a6024310db0c910f] Sent finalization event (block 0xef987cb53165fc6f0ad547a4c2516379e4e5df5ef2d64ab504e5e65e6a768e6a)
2020-09-09 11:28:00.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x04ee9b3659762bee19381b9772e9d709c192845464243e71b8f29467dbf6f6d0
2020-09-09 11:28:00.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #6
2020-09-09 11:28:00.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 7 [hash: 0xd90e55d8586c5a41b829c3a2b735eb4bc90fb1613f2090a9f7f897ef51de2ec2; parent_hash: 0x04ee…f6d0; extrinsics (1): [0x7784…67b3]]
2020-09-09 11:28:00.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 7. Hash now 0xa32ea9982521875da2d8b6ba1cd707d7aaa259d4aabcc353e4d8333b0685d7e5, previously 0xd90e55d8586c5a41b829c3a2b735eb4bc90fb1613f2090a9f7f897ef51de2ec2.
2020-09-09 11:28:00.006 tokio-runtime-worker INFO substrate ✨ Imported #7 (0xa32e…d7e5)
2020-09-09 11:28:00.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0x77840f1226efdc1041680d6d1d103fb9bdb33acd8316a79a50fa282e663467b3]
2020-09-09 11:28:00.006 tokio-runtime-worker DEBUG txpool [0x77840f1226efdc1041680d6d1d103fb9bdb33acd8316a79a50fa282e663467b3] Pruned at 0xa32ea9982521875da2d8b6ba1cd707d7aaa259d4aabcc353e4d8333b0685d7e5
2020-09-09 11:28:00.743 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #7 (0xa32e…d7e5), finalized #4 (0xef98…8e6a), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:28:01.264 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x8ca8…10b8
2020-09-09 11:28:01.264 tokio-runtime-worker DEBUG txpool [0xd6f797381749661711ecd33a871ef79afa5a7e0bebc24fa644d342819c635560] Sent finalization event (block 0x8ca8baebbb6bd43f25f4df55e476f22b4f02c3c717f70479b36cbd6ab2d110b8)
2020-09-09 11:28:05.743 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #7 (0xa32e…d7e5), finalized #5 (0x8ca8…10b8), ⬇ 0.9kiB/s ⬆ 0.8kiB/s
2020-09-09 11:28:06.011 tokio-runtime-worker TRACE txpool Pruning transactions: [0x126d7bd6f2d62270aab87db4c5ddc268d6e2a0e20e1c2dd8b8628040084031c7]
2020-09-09 11:28:06.011 tokio-runtime-worker INFO substrate ✨ Imported #8 (0xd475…7470)
2020-09-09 11:28:06.011 tokio-runtime-worker DEBUG txpool [0x126d7bd6f2d62270aab87db4c5ddc268d6e2a0e20e1c2dd8b8628040084031c7] Pruned at 0xd4751de8bfe003bc9d97c750fa03c8d738d59ec09cd67330341a5cff502c7470
2020-09-09 11:28:07.940 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x04ee…f6d0
2020-09-09 11:28:07.940 tokio-runtime-worker DEBUG txpool [0x06e7faf5358c524dc6d598999fc1c440b2b1c78d37178e1e6ac6694a180d5f37] Sent finalization event (block 0x04ee9b3659762bee19381b9772e9d709c192845464243e71b8f29467dbf6f6d0)
2020-09-09 11:28:10.744 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #8 (0xd475…7470), finalized #6 (0x04ee…f6d0), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2020-09-09 11:28:12.005 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xd4751de8bfe003bc9d97c750fa03c8d738d59ec09cd67330341a5cff502c7470
2020-09-09 11:28:12.007 tokio-blocking-driver TRACE txpool Transaction pool already processed block #8
2020-09-09 11:28:12.007 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 9 [hash: 0x465b35c7bf5a3dcb439aaf141cfc42dc6a115e1da558bc4a24f45d3f96ef55fb; parent_hash: 0xd475…7470; extrinsics (1): [0x2c01…e16e]]
2020-09-09 11:28:12.009 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 9. Hash now 0x047d96f141bfec38947f16b8dd3c345214d5b396656e334e202146a9fe31496c, previously 0x465b35c7bf5a3dcb439aaf141cfc42dc6a115e1da558bc4a24f45d3f96ef55fb.
2020-09-09 11:28:12.009 tokio-runtime-worker INFO substrate ✨ Imported #9 (0x047d…496c)
2020-09-09 11:28:12.009 tokio-runtime-worker TRACE txpool Pruning transactions: [0x2c0184401a3dde72275d633be81b12970ae9ff7508cd17d715d91cf4fb5ee16e]
2020-09-09 11:28:12.009 tokio-runtime-worker DEBUG txpool [0x2c0184401a3dde72275d633be81b12970ae9ff7508cd17d715d91cf4fb5ee16e] Pruned at 0x047d96f141bfec38947f16b8dd3c345214d5b396656e334e202146a9fe31496c
2020-09-09 11:28:13.284 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xa32e…d7e5
2020-09-09 11:28:13.285 tokio-runtime-worker DEBUG txpool [0x77840f1226efdc1041680d6d1d103fb9bdb33acd8316a79a50fa282e663467b3] Sent finalization event (block 0xa32ea9982521875da2d8b6ba1cd707d7aaa259d4aabcc353e4d8333b0685d7e5)
2020-09-09 11:28:15.744 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #9 (0x047d…496c), finalized #7 (0xa32e…d7e5), ⬇ 1.0kiB/s ⬆ 1.2kiB/s
2020-09-09 11:28:18.052 tokio-runtime-worker TRACE txpool Pruning transactions: [0xfb05544c99f9ffea4125dfc4499bed6ca6b3c7ca18016ac3b0a9665506587107]
2020-09-09 11:28:18.052 tokio-runtime-worker INFO substrate ✨ Imported #10 (0x68c1…4731)
2020-09-09 11:28:18.052 tokio-runtime-worker DEBUG txpool [0xfb05544c99f9ffea4125dfc4499bed6ca6b3c7ca18016ac3b0a9665506587107] Pruned at 0x68c11ef543599eb9ada7e7b6e65a26a8f5c074b7c6ce2a2b1621a06ebf934731
2020-09-09 11:28:20.744 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #10 (0x68c1…4731), finalized #7 (0xa32e…d7e5), ⬇ 0.8kiB/s ⬆ 0.8kiB/s
2020-09-09 11:28:24.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x68c11ef543599eb9ada7e7b6e65a26a8f5c074b7c6ce2a2b1621a06ebf934731
2020-09-09 11:28:24.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #10
2020-09-09 11:28:24.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 11 [hash: 0x57fb03a53c03844923708d5d09afc9b3d2e89afaaf82c90a4a7d911c01bce69c; parent_hash: 0x68c1…4731; extrinsics (1): [0x706c…debb]]
2020-09-09 11:28:24.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 11. Hash now 0xab19353f0b0c17f734b718c865015f2cba12975d381a96155c962e3493907d72, previously 0x57fb03a53c03844923708d5d09afc9b3d2e89afaaf82c90a4a7d911c01bce69c.
2020-09-09 11:28:24.006 tokio-runtime-worker INFO substrate ✨ Imported #11 (0xab19…7d72)
2020-09-09 11:28:24.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0x706c8f62889b3035794d875f752f7cb97e45b410c07610fb17a8127f48b6debb]
2020-09-09 11:28:24.006 tokio-runtime-worker DEBUG txpool [0x706c8f62889b3035794d875f752f7cb97e45b410c07610fb17a8127f48b6debb] Pruned at 0xab19353f0b0c17f734b718c865015f2cba12975d381a96155c962e3493907d72
2020-09-09 11:28:25.744 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #11 (0xab19…7d72), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:28:30.744 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #11 (0xab19…7d72), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:28:35.744 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #11 (0xab19…7d72), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:28:36.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xab19353f0b0c17f734b718c865015f2cba12975d381a96155c962e3493907d72
2020-09-09 11:28:36.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #11
2020-09-09 11:28:36.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 12 [hash: 0xc6e755e150b73cb37755ba1bc8fa24993dd7527056fceb8cff033d5e759786c1; parent_hash: 0xab19…7d72; extrinsics (1): [0xf843…c96c]]
2020-09-09 11:28:36.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 12. Hash now 0x01a0bc538a3ab7584873d8ef1f767088659e35d629355ac29c5a1bbe63c6cba8, previously 0xc6e755e150b73cb37755ba1bc8fa24993dd7527056fceb8cff033d5e759786c1.
2020-09-09 11:28:36.006 tokio-runtime-worker INFO substrate ✨ Imported #12 (0x01a0…cba8)
2020-09-09 11:28:36.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xf843af2c18ba70be51f306b3bfc7fc1884b19044c949a3930100db5931c2c96c]
2020-09-09 11:28:36.006 tokio-runtime-worker DEBUG txpool [0xf843af2c18ba70be51f306b3bfc7fc1884b19044c949a3930100db5931c2c96c] Pruned at 0x01a0bc538a3ab7584873d8ef1f767088659e35d629355ac29c5a1bbe63c6cba8
2020-09-09 11:28:40.745 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #12 (0x01a0…cba8), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:28:45.745 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #12 (0x01a0…cba8), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:28:48.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x01a0bc538a3ab7584873d8ef1f767088659e35d629355ac29c5a1bbe63c6cba8
2020-09-09 11:28:48.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #12
2020-09-09 11:28:48.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 13 [hash: 0x493604a5e0df54af09a1b2ff2cbded4f73538262cc62e4c5cfc61a4633aff7c8; parent_hash: 0x01a0…cba8; extrinsics (1): [0xdabe…e531]]
2020-09-09 11:28:48.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 13. Hash now 0x5a0afa999692f444dae7c77898e13854d3d4b0f6c3d1c6779c1011196733ca86, previously 0x493604a5e0df54af09a1b2ff2cbded4f73538262cc62e4c5cfc61a4633aff7c8.
2020-09-09 11:28:48.006 tokio-runtime-worker INFO substrate ✨ Imported #13 (0x5a0a…ca86)
2020-09-09 11:28:48.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xdabe14439892c01369cd15d47c2537d7901eb6989e587a3429db91b117bfe531]
2020-09-09 11:28:48.006 tokio-runtime-worker DEBUG txpool [0xdabe14439892c01369cd15d47c2537d7901eb6989e587a3429db91b117bfe531] Pruned at 0x5a0afa999692f444dae7c77898e13854d3d4b0f6c3d1c6779c1011196733ca86
2020-09-09 11:28:50.745 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #13 (0x5a0a…ca86), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:28:55.745 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #13 (0x5a0a…ca86), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:00.008 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x5a0afa999692f444dae7c77898e13854d3d4b0f6c3d1c6779c1011196733ca86
2020-09-09 11:29:00.019 tokio-blocking-driver TRACE txpool Transaction pool already processed block #13
2020-09-09 11:29:00.021 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 14 [hash: 0xd9de330b2866b8c1da0a3882b61dd28f67798d77c17e3c7c8f436af91b457b4e; parent_hash: 0x5a0a…ca86; extrinsics (1): [0xac16…4b83]]
2020-09-09 11:29:00.030 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 14. Hash now 0xdd8fda4889544a60c5b875ca2f827c62556e3ab91b07d427b51226a27bafa9cd, previously 0xd9de330b2866b8c1da0a3882b61dd28f67798d77c17e3c7c8f436af91b457b4e.
2020-09-09 11:29:00.031 tokio-runtime-worker INFO substrate ✨ Imported #14 (0xdd8f…a9cd)
2020-09-09 11:29:00.031 tokio-runtime-worker TRACE txpool Pruning transactions: [0xac1620ca2c3d40649a6304d69b38d76d3a40a304445ee42b9cf3711f9e1e4b83]
2020-09-09 11:29:00.031 tokio-runtime-worker DEBUG txpool [0xac1620ca2c3d40649a6304d69b38d76d3a40a304445ee42b9cf3711f9e1e4b83] Pruned at 0xdd8fda4889544a60c5b875ca2f827c62556e3ab91b07d427b51226a27bafa9cd
2020-09-09 11:29:00.745 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #14 (0xdd8f…a9cd), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:05.745 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #14 (0xdd8f…a9cd), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:10.745 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #14 (0xdd8f…a9cd), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:12.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xdd8fda4889544a60c5b875ca2f827c62556e3ab91b07d427b51226a27bafa9cd
2020-09-09 11:29:12.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #14
2020-09-09 11:29:12.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 15 [hash: 0x9415b1aeee81af8e63e4a13a48259c6a319aad59d6d709ed49343a9c20fa6fea; parent_hash: 0xdd8f…a9cd; extrinsics (1): [0x6462…d593]]
2020-09-09 11:29:12.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 15. Hash now 0xd4598aac987560ef3f0f26eea701700f5eff41b3cd375e0cbcf347913eae32c1, previously 0x9415b1aeee81af8e63e4a13a48259c6a319aad59d6d709ed49343a9c20fa6fea.
2020-09-09 11:29:12.006 tokio-runtime-worker INFO substrate ✨ Imported #15 (0xd459…32c1)
2020-09-09 11:29:12.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0x646276b0db72511fda2e8b9f41370207e2f15ff2652ff241dfdd6e723f01d593]
2020-09-09 11:29:12.006 tokio-runtime-worker DEBUG txpool [0x646276b0db72511fda2e8b9f41370207e2f15ff2652ff241dfdd6e723f01d593] Pruned at 0xd4598aac987560ef3f0f26eea701700f5eff41b3cd375e0cbcf347913eae32c1
2020-09-09 11:29:15.746 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #15 (0xd459…32c1), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:20.746 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #15 (0xd459…32c1), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:24.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xd4598aac987560ef3f0f26eea701700f5eff41b3cd375e0cbcf347913eae32c1
2020-09-09 11:29:24.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #15
2020-09-09 11:29:24.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 16 [hash: 0x770d1355d0952968dbb2d54a0ad2f27ef16b6cf43b8c9b9d058c031c9e291ef6; parent_hash: 0xd459…32c1; extrinsics (1): [0x3130…a2dc]]
2020-09-09 11:29:24.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 16. Hash now 0x6195ebc0cd0fff53b21e3b5f133eeb644cd5abd071ada5b0b14b209735f29e4a, previously 0x770d1355d0952968dbb2d54a0ad2f27ef16b6cf43b8c9b9d058c031c9e291ef6.
2020-09-09 11:29:24.006 tokio-runtime-worker INFO substrate ✨ Imported #16 (0x6195…9e4a)
2020-09-09 11:29:24.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0x3130e3e321fff0ae70228a8501d8ed9f3fa73a0ef8510ad6b37a045cd9e0a2dc]
2020-09-09 11:29:24.006 tokio-runtime-worker DEBUG txpool [0x3130e3e321fff0ae70228a8501d8ed9f3fa73a0ef8510ad6b37a045cd9e0a2dc] Pruned at 0x6195ebc0cd0fff53b21e3b5f133eeb644cd5abd071ada5b0b14b209735f29e4a
2020-09-09 11:29:25.746 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #16 (0x6195…9e4a), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:30.746 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #16 (0x6195…9e4a), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:35.746 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #16 (0x6195…9e4a), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:36.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x6195ebc0cd0fff53b21e3b5f133eeb644cd5abd071ada5b0b14b209735f29e4a
2020-09-09 11:29:36.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #16
2020-09-09 11:29:36.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 17 [hash: 0x419203bd0ddecbe6a0898f429142aca5f2737886232ba789c0508210496d8042; parent_hash: 0x6195…9e4a; extrinsics (1): [0xa638…8e27]]
2020-09-09 11:29:36.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 17. Hash now 0xad375862a55fbafe3f4b6ae4c82a6c04a88c91a2d1d2d680f55988f61b8c6093, previously 0x419203bd0ddecbe6a0898f429142aca5f2737886232ba789c0508210496d8042.
2020-09-09 11:29:36.006 tokio-runtime-worker INFO substrate ✨ Imported #17 (0xad37…6093)
2020-09-09 11:29:36.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xa63886f2bf2cf7d85cd1fb3684de8cc348fc641c08ba53580f2fa8b2dc728e27]
2020-09-09 11:29:36.006 tokio-runtime-worker DEBUG txpool [0xa63886f2bf2cf7d85cd1fb3684de8cc348fc641c08ba53580f2fa8b2dc728e27] Pruned at 0xad375862a55fbafe3f4b6ae4c82a6c04a88c91a2d1d2d680f55988f61b8c6093
2020-09-09 11:29:40.266 tokio-runtime-worker TRACE txpool [0x4e30c298420343f85efe97a632b27168621f573650eaf567a60043a2c5af13e8] WaitingTransaction { imported_at: Instant { tv_sec: 423493, tv_nsec: 734909386 }, transaction: Transaction { hash: 0x4e30c298420343f85efe97a632b27168621f573650eaf567a60043a2c5af13e8, priority: 468330147, valid_till: 80, bytes: 147, propagate: true, source: TransactionSource::External, requires: [], provides: [d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00000000], data: 84d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0108aa32378a97bc2f5651658516ba7c132a07cdf89328b26b0bf898bc9d4c9e6b27953e061a4757b98fbc2a302d764fbdbfd019e1042915b98894b70dc388e7861501000004031cbd2d43530a44705ad088af313e18f80b53ef16b36177cd4b77b846f2a5f07c13008075199d106b0f}, missing_tags: { }}
2020-09-09 11:29:40.266 tokio-runtime-worker DEBUG txpool [0x4e30c298420343f85efe97a632b27168621f573650eaf567a60043a2c5af13e8] Importing to ready
2020-09-09 11:29:40.266 tokio-runtime-worker TRACE txpool [0x4e30c298420343f85efe97a632b27168621f573650eaf567a60043a2c5af13e8] Ready (replaced with None)
2020-09-09 11:29:40.266 tokio-runtime-worker DEBUG txpool Pool Status: PoolStatus { ready: 1, ready_bytes: 147, future: 0, future_bytes: 0 }
2020-09-09 11:29:40.746 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #17 (0xad37…6093), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:45.747 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #17 (0xad37…6093), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:48.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xad375862a55fbafe3f4b6ae4c82a6c04a88c91a2d1d2d680f55988f61b8c6093
2020-09-09 11:29:48.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #17
2020-09-09 11:29:48.005 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 18 [hash: 0x2bd9fcdde7edf0dd39aa3116dfa173367e7e564e4460274da859b44b14d9763d; parent_hash: 0xad37…6093; extrinsics (2): [0x3dcc…12c2, 0x4e30…13e8]]
2020-09-09 11:29:48.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 18. Hash now 0x1c79e1315c74eb7f5518419fb8b99a19f5ca1e736bbdc09763d6ca220e09abd2, previously 0x2bd9fcdde7edf0dd39aa3116dfa173367e7e564e4460274da859b44b14d9763d.
2020-09-09 11:29:48.007 tokio-runtime-worker INFO substrate ✨ Imported #18 (0x1c79…abd2)
2020-09-09 11:29:48.007 tokio-runtime-worker TRACE txpool Pruning transactions: [0x3dcc66ecb2d7f2c9db28d28b5310b75dafe354b9e7056b1289337af413d512c2, 0x4e30c298420343f85efe97a632b27168621f573650eaf567a60043a2c5af13e8]
2020-09-09 11:29:48.007 tokio-runtime-worker DEBUG txpool [0x3dcc66ecb2d7f2c9db28d28b5310b75dafe354b9e7056b1289337af413d512c2] Pruned at 0x1c79e1315c74eb7f5518419fb8b99a19f5ca1e736bbdc09763d6ca220e09abd2
2020-09-09 11:29:48.007 tokio-runtime-worker DEBUG txpool [0x4e30c298420343f85efe97a632b27168621f573650eaf567a60043a2c5af13e8] Pruned at 0x1c79e1315c74eb7f5518419fb8b99a19f5ca1e736bbdc09763d6ca220e09abd2
2020-09-09 11:29:50.747 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #18 (0x1c79…abd2), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:29:55.747 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #18 (0x1c79…abd2), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
^Cjoshy@pop-os:~/ProgrammingProjects/substrate-node-template$ ./target/release/node-template --chain local --alice --base-path /tmp/alice --force-authoring -ltxpool=trace
2020-09-09 11:31:58.832 main INFO sc_cli::runner Substrate Node
2020-09-09 11:31:58.832 main INFO sc_cli::runner ✌️ version 2.0.0-rc6-fcd577e-x86_64-linux-gnu
2020-09-09 11:31:58.832 main INFO sc_cli::runner ❤️ by Substrate DevHub <https://github.com/substrate-developer-hub>, 2017-2020
2020-09-09 11:31:58.832 main INFO sc_cli::runner 📋 Chain specification: Local Testnet
2020-09-09 11:31:58.832 main INFO sc_cli::runner 🏷 Node name: Alice
2020-09-09 11:31:58.832 main INFO sc_cli::runner 👤 Role: AUTHORITY
2020-09-09 11:31:58.832 main INFO sc_cli::runner 💾 Database: RocksDb at /tmp/alice/chains/local_testnet/db
2020-09-09 11:31:58.832 main INFO sc_cli::runner ⛓ Native runtime: node-template-1 (node-template-1.tx1.au1)
2020-09-09 11:31:58.871 main WARN sc_service::builder Using default protocol ID "sup" because none is configured in the chain specs
2020-09-09 11:31:58.871 main INFO sub-libp2p 🏷 Local node identity is: 12D3KooWCTvCqjJ9pxYjJBqC4tYsFbwBZMT2qYGBS2NufGWwqunw (legacy representation: QmPUqbSJTqVLvnM9t716kBB6hggRxDrUeoGTxNyL4Yj61B)
2020-09-09 11:31:58.893 main INFO sc_service::builder 📦 Highest known block at #18
2020-09-09 11:31:59.397 tokio-runtime-worker INFO sub-libp2p 🔍 Discovered new external address for our node: /ip4/192.168.0.189/tcp/30333/p2p/12D3KooWCTvCqjJ9pxYjJBqC4tYsFbwBZMT2qYGBS2NufGWwqunw
2020-09-09 11:32:00.004 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x1c79e1315c74eb7f5518419fb8b99a19f5ca1e736bbdc09763d6ca220e09abd2
2020-09-09 11:32:00.237 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xd475…7470
2020-09-09 11:32:00.507 tokio-blocking-driver WARN sc_basic_authorship::basic_authorship Timeout fired waiting for transaction pool at block #18. Proceeding with production.
2020-09-09 11:32:00.513 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 19 [hash: 0xb78ad8ce18173f2750f17525d7042e18da2d1573402ee8b06f01d59ab443f6ac; parent_hash: 0x1c79…abd2; extrinsics (1): [0x54ea…e75a]]
2020-09-09 11:32:00.522 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 19. Hash now 0x8db98dff5cd6a1fbe6cbc60248406c2fd3d33e2262f178c43c34d24d49d8edd0, previously 0xb78ad8ce18173f2750f17525d7042e18da2d1573402ee8b06f01d59ab443f6ac.
2020-09-09 11:32:00.523 tokio-runtime-worker INFO substrate ✨ Imported #19 (0x8db9…edd0)
2020-09-09 11:32:00.523 tokio-runtime-worker TRACE txpool Pruning transactions: [0x54eaf7dbb9bfbeface0d86a4aa3a7e6bad6f219b2a495f1ea4c4d9628cc4e75a]
2020-09-09 11:32:00.523 tokio-runtime-worker DEBUG txpool [0x54eaf7dbb9bfbeface0d86a4aa3a7e6bad6f219b2a495f1ea4c4d9628cc4e75a] Pruned at 0x8db98dff5cd6a1fbe6cbc60248406c2fd3d33e2262f178c43c34d24d49d8edd0
2020-09-09 11:32:00.523 tokio-runtime-worker DEBUG txpool Sending ready signal at block 19
2020-09-09 11:32:03.895 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #19 (0x8db9…edd0), finalized #8 (0xd475…7470), ⬇ 2.5kiB/s ⬆ 3.1kiB/s
2020-09-09 11:32:05.239 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x047d…496c
2020-09-09 11:32:05.239 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x68c1…4731
2020-09-09 11:32:06.004 tokio-runtime-worker INFO substrate ✨ Imported #18 (0x40b4…bee1)
2020-09-09 11:32:07.919 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xb5c2…3e5c
2020-09-09 11:32:07.919 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xbfcf…908b
2020-09-09 11:32:07.919 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xff61…d91f
2020-09-09 11:32:07.919 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x38bf…e965
2020-09-09 11:32:07.919 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x436d…e653
2020-09-09 11:32:07.919 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x2385…a2ef
2020-09-09 11:32:07.919 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xf64c…3e29
2020-09-09 11:32:07.919 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x40b4…bee1
2020-09-09 11:32:08.895 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #21 (0xcf00…65b5), finalized #18 (0x40b4…bee1), ⬇ 1.4kiB/s ⬆ 0.9kiB/s
2020-09-09 11:32:09.253 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xe938…2a4e
2020-09-09 11:32:12.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xcf0065e7d140633457da3f41f04d3662b10a8577274763d0df423b2d513165b5
2020-09-09 11:32:12.503 tokio-blocking-driver WARN sc_basic_authorship::basic_authorship Timeout fired waiting for transaction pool at block #21. Proceeding with production.
2020-09-09 11:32:12.504 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 22 [hash: 0x358d5582a55e43bea69eceadf6c2b4376c285783843d6604c87d11d68f27911a; parent_hash: 0xcf00…65b5; extrinsics (1): [0x8216…08d8]]
2020-09-09 11:32:12.507 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 22. Hash now 0x7175f76092802b478e0173688050db59182b8d0dfcd38cd3721d263e345e8764, previously 0x358d5582a55e43bea69eceadf6c2b4376c285783843d6604c87d11d68f27911a.
2020-09-09 11:32:12.507 tokio-runtime-worker INFO sc_informant ♻️ Reorg on #19,0x8db9…edd0 to #22,0x7175…8764, common ancestor #10,0x68c1…4731
2020-09-09 11:32:12.507 tokio-runtime-worker INFO substrate ✨ Imported #22 (0x7175…8764)
2020-09-09 11:32:12.507 tokio-runtime-worker TRACE txpool Pruning transactions: [0x8216dae41fbda23f1a3eeea1d389c1c70cbd4ca50e55af0ec040a50d748408d8]
2020-09-09 11:32:12.507 tokio-runtime-worker DEBUG txpool [0x8216dae41fbda23f1a3eeea1d389c1c70cbd4ca50e55af0ec040a50d748408d8] Pruned at 0x7175f76092802b478e0173688050db59182b8d0dfcd38cd3721d263e345e8764
2020-09-09 11:32:12.507 tokio-runtime-worker DEBUG txpool Sending ready signal at block 22
2020-09-09 11:32:13.262 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x043b…5d6e
2020-09-09 11:32:13.895 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #22 (0x7175…8764), finalized #20 (0x043b…5d6e), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2020-09-09 11:32:18.053 tokio-runtime-worker INFO substrate ✨ Imported #23 (0x7d0f…16b2)
2020-09-09 11:32:18.053 tokio-runtime-worker TRACE txpool Pruning transactions: [0x6dc082fb3ec9cff2055a454a52cf59e360ebd9dd85d47f5dc25b068ec247b529]
2020-09-09 11:32:18.053 tokio-runtime-worker DEBUG txpool [0x6dc082fb3ec9cff2055a454a52cf59e360ebd9dd85d47f5dc25b068ec247b529] Pruned at 0x7d0ffa3930c9d958f0044b2de579893db78ea82c57645583f3e0c757dfbf16b2
2020-09-09 11:32:18.895 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #23 (0x7d0f…16b2), finalized #20 (0x043b…5d6e), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:32:19.943 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xcf00…65b5
2020-09-09 11:32:23.895 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #23 (0x7d0f…16b2), finalized #21 (0xcf00…65b5), ⬇ 0.9kiB/s ⬆ 0.8kiB/s
2020-09-09 11:32:24.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x7d0ffa3930c9d958f0044b2de579893db78ea82c57645583f3e0c757dfbf16b2
2020-09-09 11:32:24.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #23
2020-09-09 11:32:24.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 24 [hash: 0x0ff7731d54ac6122ac98cebf3145dd53b490541b74ec7d85756d9dcc8bf1a091; parent_hash: 0x7d0f…16b2; extrinsics (1): [0xb29b…c99c]]
2020-09-09 11:32:24.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 24. Hash now 0x46033c68051c2f43d1d7cb3636a4c2e6e376c1abaf122c7018d02a915f2c602a, previously 0x0ff7731d54ac6122ac98cebf3145dd53b490541b74ec7d85756d9dcc8bf1a091.
2020-09-09 11:32:24.006 tokio-runtime-worker INFO substrate ✨ Imported #24 (0x4603…602a)
2020-09-09 11:32:24.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xb29b2bb8bfc2bed6404f726456bf1e7770e204162bd9d3f260b99837e608c99c]
2020-09-09 11:32:24.006 tokio-runtime-worker DEBUG txpool [0xb29b2bb8bfc2bed6404f726456bf1e7770e204162bd9d3f260b99837e608c99c] Pruned at 0x46033c68051c2f43d1d7cb3636a4c2e6e376c1abaf122c7018d02a915f2c602a
2020-09-09 11:32:25.287 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x7175…8764
2020-09-09 11:32:25.287 tokio-runtime-worker DEBUG txpool [0x8216dae41fbda23f1a3eeea1d389c1c70cbd4ca50e55af0ec040a50d748408d8] Sent finalization event (block 0x7175f76092802b478e0173688050db59182b8d0dfcd38cd3721d263e345e8764)
2020-09-09 11:32:28.896 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #24 (0x4603…602a), finalized #22 (0x7175…8764), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:32:30.009 tokio-runtime-worker INFO substrate ✨ Imported #25 (0x277e…8510)
2020-09-09 11:32:30.009 tokio-runtime-worker TRACE txpool Pruning transactions: [0x25e688718a51205be192e53711cec139be61611d13c705151a6d2f860ec3f3a5]
2020-09-09 11:32:30.009 tokio-runtime-worker DEBUG txpool [0x25e688718a51205be192e53711cec139be61611d13c705151a6d2f860ec3f3a5] Pruned at 0x277e048507b2d3f2bb1180efdc26560613d6bf3b8340af96b59f923cebc68510
2020-09-09 11:32:31.968 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x7d0f…16b2
2020-09-09 11:32:31.968 tokio-runtime-worker DEBUG txpool [0x6dc082fb3ec9cff2055a454a52cf59e360ebd9dd85d47f5dc25b068ec247b529] Sent finalization event (block 0x7d0ffa3930c9d958f0044b2de579893db78ea82c57645583f3e0c757dfbf16b2)
2020-09-09 11:32:33.896 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #25 (0x277e…8510), finalized #23 (0x7d0f…16b2), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:32:36.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x277e048507b2d3f2bb1180efdc26560613d6bf3b8340af96b59f923cebc68510
2020-09-09 11:32:36.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #25
2020-09-09 11:32:36.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 26 [hash: 0x322b4a2f38dd87f7d90ed45878c9b4686a17a31563851ff90613655944c3341d; parent_hash: 0x277e…8510; extrinsics (1): [0xaee8…d114]]
2020-09-09 11:32:36.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 26. Hash now 0xd6a26c0c8095b9507eaee7430e3e3d5f78f9577ea001f82e8a7372174a2c98e6, previously 0x322b4a2f38dd87f7d90ed45878c9b4686a17a31563851ff90613655944c3341d.
2020-09-09 11:32:36.006 tokio-runtime-worker INFO substrate ✨ Imported #26 (0xd6a2…98e6)
2020-09-09 11:32:36.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xaee80f3b3acbe6be6e01ea7cf39809e3b2e9dc2759a4d6afde538d2eb71bd114]
2020-09-09 11:32:36.006 tokio-runtime-worker DEBUG txpool [0xaee80f3b3acbe6be6e01ea7cf39809e3b2e9dc2759a4d6afde538d2eb71bd114] Pruned at 0xd6a26c0c8095b9507eaee7430e3e3d5f78f9577ea001f82e8a7372174a2c98e6
2020-09-09 11:32:37.322 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x4603…602a
2020-09-09 11:32:37.322 tokio-runtime-worker DEBUG txpool [0xb29b2bb8bfc2bed6404f726456bf1e7770e204162bd9d3f260b99837e608c99c] Sent finalization event (block 0x46033c68051c2f43d1d7cb3636a4c2e6e376c1abaf122c7018d02a915f2c602a)
2020-09-09 11:32:38.896 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #26 (0xd6a2…98e6), finalized #24 (0x4603…602a), ⬇ 1.0kiB/s ⬆ 1.1kiB/s
2020-09-09 11:32:42.011 tokio-runtime-worker INFO substrate ✨ Imported #27 (0xfff9…2709)
2020-09-09 11:32:42.011 tokio-runtime-worker TRACE txpool Pruning transactions: [0x2474fb23835d007ad183a907c606b49df0ba574d6c40f2e78f37e214a4f8da0f]
2020-09-09 11:32:42.011 tokio-runtime-worker DEBUG txpool [0x2474fb23835d007ad183a907c606b49df0ba574d6c40f2e78f37e214a4f8da0f] Pruned at 0xfff99859217c6fd4b64a96a8a3cf8aa841d452d37e54e007184e3c7b8c6c2709
2020-09-09 11:32:43.896 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #27 (0xfff9…2709), finalized #24 (0x4603…602a), ⬇ 0.9kiB/s ⬆ 0.9kiB/s
2020-09-09 11:32:43.996 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x277e…8510
2020-09-09 11:32:43.996 tokio-runtime-worker DEBUG txpool [0x25e688718a51205be192e53711cec139be61611d13c705151a6d2f860ec3f3a5] Sent finalization event (block 0x277e048507b2d3f2bb1180efdc26560613d6bf3b8340af96b59f923cebc68510)
2020-09-09 11:32:48.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xfff99859217c6fd4b64a96a8a3cf8aa841d452d37e54e007184e3c7b8c6c2709
2020-09-09 11:32:48.005 tokio-blocking-driver TRACE txpool Transaction pool already processed block #27
2020-09-09 11:32:48.005 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 28 [hash: 0x64bbba9a2d36dbf495c568918f7252aec0ec5b52f90dbe7655a06c609f673df3; parent_hash: 0xfff9…2709; extrinsics (1): [0xf7f2…08c2]]
2020-09-09 11:32:48.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 28. Hash now 0x9558d49fe48c36956ddffae14d8b72f86affd5ae54391bdc3007aa5e9556ac69, previously 0x64bbba9a2d36dbf495c568918f7252aec0ec5b52f90dbe7655a06c609f673df3.
2020-09-09 11:32:48.008 tokio-runtime-worker INFO substrate ✨ Imported #28 (0x9558…ac69)
2020-09-09 11:32:48.008 tokio-runtime-worker TRACE txpool Pruning transactions: [0xf7f2a1f60cfccd11e91d9e02864acbfa841aa21299602148d835fae2162408c2]
2020-09-09 11:32:48.008 tokio-runtime-worker DEBUG txpool [0xf7f2a1f60cfccd11e91d9e02864acbfa841aa21299602148d835fae2162408c2] Pruned at 0x9558d49fe48c36956ddffae14d8b72f86affd5ae54391bdc3007aa5e9556ac69
2020-09-09 11:32:48.896 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #28 (0x9558…ac69), finalized #25 (0x277e…8510), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:32:49.338 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xd6a2…98e6
2020-09-09 11:32:49.338 tokio-runtime-worker DEBUG txpool [0xaee80f3b3acbe6be6e01ea7cf39809e3b2e9dc2759a4d6afde538d2eb71bd114] Sent finalization event (block 0xd6a26c0c8095b9507eaee7430e3e3d5f78f9577ea001f82e8a7372174a2c98e6)
2020-09-09 11:32:53.896 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #28 (0x9558…ac69), finalized #26 (0xd6a2…98e6), ⬇ 0.9kiB/s ⬆ 0.8kiB/s
2020-09-09 11:32:54.052 tokio-runtime-worker TRACE txpool Pruning transactions: [0x3983bfc25907afc63740b136f70be78c2d5a336b70e5dc6762e2cd801442c913]
2020-09-09 11:32:54.052 tokio-runtime-worker INFO substrate ✨ Imported #29 (0x7c34…21e6)
2020-09-09 11:32:54.052 tokio-runtime-worker DEBUG txpool [0x3983bfc25907afc63740b136f70be78c2d5a336b70e5dc6762e2cd801442c913] Pruned at 0x7c3442e3e8da58b6df7e17b578a87ccc290945bcbb06feaea5a70881c25621e6
2020-09-09 11:32:56.024 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xfff9…2709
2020-09-09 11:32:56.024 tokio-runtime-worker DEBUG txpool [0x2474fb23835d007ad183a907c606b49df0ba574d6c40f2e78f37e214a4f8da0f] Sent finalization event (block 0xfff99859217c6fd4b64a96a8a3cf8aa841d452d37e54e007184e3c7b8c6c2709)
2020-09-09 11:32:58.896 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #29 (0x7c34…21e6), finalized #27 (0xfff9…2709), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2020-09-09 11:33:00.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x7c3442e3e8da58b6df7e17b578a87ccc290945bcbb06feaea5a70881c25621e6
2020-09-09 11:33:00.004 tokio-blocking-driver TRACE txpool Transaction pool already processed block #29
2020-09-09 11:33:00.005 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 30 [hash: 0x37241ba48d75963e0b819209594f6f0907f016016c12608fdf87b51ff76f935b; parent_hash: 0x7c34…21e6; extrinsics (1): [0x26de…c033]]
2020-09-09 11:33:00.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 30. Hash now 0xf6cc1754391f09f733dd87d94139028b4df135bfc89b76d9ae95dfd2354f2544, previously 0x37241ba48d75963e0b819209594f6f0907f016016c12608fdf87b51ff76f935b.
2020-09-09 11:33:00.007 tokio-runtime-worker TRACE txpool Pruning transactions: [0x26de0895e51777dc873a2168539080335ad39ae007ec72a37f018a4b7de2c033]
2020-09-09 11:33:00.007 tokio-runtime-worker DEBUG txpool [0x26de0895e51777dc873a2168539080335ad39ae007ec72a37f018a4b7de2c033] Pruned at 0xf6cc1754391f09f733dd87d94139028b4df135bfc89b76d9ae95dfd2354f2544
2020-09-09 11:33:00.007 tokio-runtime-worker INFO substrate ✨ Imported #30 (0xf6cc…2544)
2020-09-09 11:33:01.386 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x9558…ac69
2020-09-09 11:33:01.386 tokio-runtime-worker DEBUG txpool [0xf7f2a1f60cfccd11e91d9e02864acbfa841aa21299602148d835fae2162408c2] Sent finalization event (block 0x9558d49fe48c36956ddffae14d8b72f86affd5ae54391bdc3007aa5e9556ac69)
2020-09-09 11:33:03.897 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #30 (0xf6cc…2544), finalized #28 (0x9558…ac69), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:33:06.037 tokio-runtime-worker INFO substrate ✨ Imported #31 (0x1a0b…d8a3)
2020-09-09 11:33:06.037 tokio-runtime-worker TRACE txpool Pruning transactions: [0xa295466c80662c599a254a0acbf71f970d9c26aa90abd55cdf07afd130ea33de]
2020-09-09 11:33:06.038 tokio-runtime-worker DEBUG txpool [0xa295466c80662c599a254a0acbf71f970d9c26aa90abd55cdf07afd130ea33de] Pruned at 0x1a0b9f974e3f05d699062313f9a6e5211e5939ae75057aedeeec74f14fe0d8a3
2020-09-09 11:33:06.746 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x7c34…21e6
2020-09-09 11:33:06.746 tokio-runtime-worker DEBUG txpool [0x3983bfc25907afc63740b136f70be78c2d5a336b70e5dc6762e2cd801442c913] Sent finalization event (block 0x7c3442e3e8da58b6df7e17b578a87ccc290945bcbb06feaea5a70881c25621e6)
2020-09-09 11:33:08.897 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #31 (0x1a0b…d8a3), finalized #29 (0x7c34…21e6), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:33:12.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x1a0b9f974e3f05d699062313f9a6e5211e5939ae75057aedeeec74f14fe0d8a3
2020-09-09 11:33:12.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #31
2020-09-09 11:33:12.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 32 [hash: 0x3a804cec4663611a3ee7f3f776ee585d750c45c0d4e6c4a7a07332ca791c824d; parent_hash: 0x1a0b…d8a3; extrinsics (1): [0x25e3…3641]]
2020-09-09 11:33:12.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 32. Hash now 0x5f23570058bb564ce05ecc219cae18d47a0d01278399281b9f7033272c87c927, previously 0x3a804cec4663611a3ee7f3f776ee585d750c45c0d4e6c4a7a07332ca791c824d.
2020-09-09 11:33:12.006 tokio-runtime-worker INFO substrate ✨ Imported #32 (0x5f23…c927)
2020-09-09 11:33:12.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0x25e35589d5e10e2d2e3d3de9b7ef4caf7d173f531ac914086010a8cc030d3641]
2020-09-09 11:33:12.006 tokio-runtime-worker DEBUG txpool [0x25e35589d5e10e2d2e3d3de9b7ef4caf7d173f531ac914086010a8cc030d3641] Pruned at 0x5f23570058bb564ce05ecc219cae18d47a0d01278399281b9f7033272c87c927
2020-09-09 11:33:13.419 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xf6cc…2544
2020-09-09 11:33:13.419 tokio-runtime-worker DEBUG txpool [0x26de0895e51777dc873a2168539080335ad39ae007ec72a37f018a4b7de2c033] Sent finalization event (block 0xf6cc1754391f09f733dd87d94139028b4df135bfc89b76d9ae95dfd2354f2544)
2020-09-09 11:33:13.897 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #32 (0x5f23…c927), finalized #30 (0xf6cc…2544), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:33:18.057 tokio-runtime-worker INFO substrate ✨ Imported #33 (0x64dd…75c3)
2020-09-09 11:33:18.057 tokio-runtime-worker TRACE txpool Pruning transactions: [0x20a556ddd54406bc4b36b297904b300563819e16c15ed89b8826963861b22eb0]
2020-09-09 11:33:18.057 tokio-runtime-worker DEBUG txpool [0x20a556ddd54406bc4b36b297904b300563819e16c15ed89b8826963861b22eb0] Pruned at 0x64dd6cf9c27b4e37bf15646019238e27c457d04faedd5e6a5d0ede26737f75c3
2020-09-09 11:33:18.763 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x1a0b…d8a3
2020-09-09 11:33:18.763 tokio-runtime-worker DEBUG txpool [0xa295466c80662c599a254a0acbf71f970d9c26aa90abd55cdf07afd130ea33de] Sent finalization event (block 0x1a0b9f974e3f05d699062313f9a6e5211e5939ae75057aedeeec74f14fe0d8a3)
2020-09-09 11:33:18.897 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #33 (0x64dd…75c3), finalized #31 (0x1a0b…d8a3), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:33:23.897 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #33 (0x64dd…75c3), finalized #31 (0x1a0b…d8a3), ⬇ 0.9kiB/s ⬆ 0.8kiB/s
2020-09-09 11:33:24.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x64dd6cf9c27b4e37bf15646019238e27c457d04faedd5e6a5d0ede26737f75c3
2020-09-09 11:33:24.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #33
2020-09-09 11:33:24.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 34 [hash: 0x645659981ac76bb9968351794c5bc08d587dcbfeb23a688ef84795b2fa36460c; parent_hash: 0x64dd…75c3; extrinsics (1): [0xef94…a4b9]]
2020-09-09 11:33:24.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 34. Hash now 0x824b51f627a64bb432af1284fc360858d7cb8d27141fb649a2637b5920303589, previously 0x645659981ac76bb9968351794c5bc08d587dcbfeb23a688ef84795b2fa36460c.
2020-09-09 11:33:24.006 tokio-runtime-worker INFO substrate ✨ Imported #34 (0x824b…3589)
2020-09-09 11:33:24.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xef9415cda4a22fe37c616315a0c643f6d0aee467562cbef4b6fd174f7f3da4b9]
2020-09-09 11:33:24.006 tokio-runtime-worker DEBUG txpool [0xef9415cda4a22fe37c616315a0c643f6d0aee467562cbef4b6fd174f7f3da4b9] Pruned at 0x824b51f627a64bb432af1284fc360858d7cb8d27141fb649a2637b5920303589
2020-09-09 11:33:25.457 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x5f23…c927
2020-09-09 11:33:25.457 tokio-runtime-worker DEBUG txpool [0x25e35589d5e10e2d2e3d3de9b7ef4caf7d173f531ac914086010a8cc030d3641] Sent finalization event (block 0x5f23570058bb564ce05ecc219cae18d47a0d01278399281b9f7033272c87c927)
2020-09-09 11:33:28.897 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #34 (0x824b…3589), finalized #32 (0x5f23…c927), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:33:30.010 tokio-runtime-worker INFO substrate ✨ Imported #35 (0xf077…b7d7)
2020-09-09 11:33:30.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0xa25289b5e95c52586ea53577958cc86bbe5fe65c447495c106e2aa78a56a24bf]
2020-09-09 11:33:30.010 tokio-runtime-worker DEBUG txpool [0xa25289b5e95c52586ea53577958cc86bbe5fe65c447495c106e2aa78a56a24bf] Pruned at 0xf0771a3ab07ea27fee2394d0a27a4de11d8cd000558ebf6c260de5d184dab7d7
2020-09-09 11:33:30.796 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x64dd…75c3
2020-09-09 11:33:30.796 tokio-runtime-worker DEBUG txpool [0x20a556ddd54406bc4b36b297904b300563819e16c15ed89b8826963861b22eb0] Sent finalization event (block 0x64dd6cf9c27b4e37bf15646019238e27c457d04faedd5e6a5d0ede26737f75c3)
2020-09-09 11:33:33.898 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #35 (0xf077…b7d7), finalized #33 (0x64dd…75c3), ⬇ 1.2kiB/s ⬆ 1.1kiB/s
2020-09-09 11:33:36.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xf0771a3ab07ea27fee2394d0a27a4de11d8cd000558ebf6c260de5d184dab7d7
2020-09-09 11:33:36.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #35
2020-09-09 11:33:36.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 36 [hash: 0x6ff57aaffa1b95dacc81badef07052d9cb3f2dc5792af1c069557818d8507b02; parent_hash: 0xf077…b7d7; extrinsics (1): [0xa005…20c3]]
2020-09-09 11:33:36.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 36. Hash now 0xc7f37f94cb093c838b061e7deaf439d052c900358aab0c09b56f0317d5c4562b, previously 0x6ff57aaffa1b95dacc81badef07052d9cb3f2dc5792af1c069557818d8507b02.
2020-09-09 11:33:36.007 tokio-runtime-worker INFO substrate ✨ Imported #36 (0xc7f3…562b)
2020-09-09 11:33:36.007 tokio-runtime-worker TRACE txpool Pruning transactions: [0xa0057dc4bcff590f51dd98e1a9a7e7a80859f69a227048da4ebc5c92e4bb20c3]
2020-09-09 11:33:36.007 tokio-runtime-worker DEBUG txpool [0xa0057dc4bcff590f51dd98e1a9a7e7a80859f69a227048da4ebc5c92e4bb20c3] Pruned at 0xc7f37f94cb093c838b061e7deaf439d052c900358aab0c09b56f0317d5c4562b
2020-09-09 11:33:37.471 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x824b…3589
2020-09-09 11:33:37.471 tokio-runtime-worker DEBUG txpool [0xef9415cda4a22fe37c616315a0c643f6d0aee467562cbef4b6fd174f7f3da4b9] Sent finalization event (block 0x824b51f627a64bb432af1284fc360858d7cb8d27141fb649a2637b5920303589)
2020-09-09 11:33:38.898 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #36 (0xc7f3…562b), finalized #34 (0x824b…3589), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:33:42.009 tokio-runtime-worker INFO substrate ✨ Imported #37 (0x528f…6b17)
2020-09-09 11:33:42.009 tokio-runtime-worker TRACE txpool Pruning transactions: [0x5ae45ddd6c5a7c00a4f83978fbae14f015805df577c2d5c22935154603e4cedc]
2020-09-09 11:33:42.009 tokio-runtime-worker DEBUG txpool [0x5ae45ddd6c5a7c00a4f83978fbae14f015805df577c2d5c22935154603e4cedc] Pruned at 0x528f6a5d4113bdfed4817b7f3ccbc1675bbfcc4d7d70fb3b8826c4e6d1796b17
2020-09-09 11:33:42.811 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xf077…b7d7
2020-09-09 11:33:42.811 tokio-runtime-worker DEBUG txpool [0xa25289b5e95c52586ea53577958cc86bbe5fe65c447495c106e2aa78a56a24bf] Sent finalization event (block 0xf0771a3ab07ea27fee2394d0a27a4de11d8cd000558ebf6c260de5d184dab7d7)
2020-09-09 11:33:43.898 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #37 (0x528f…6b17), finalized #35 (0xf077…b7d7), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:33:48.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x528f6a5d4113bdfed4817b7f3ccbc1675bbfcc4d7d70fb3b8826c4e6d1796b17
2020-09-09 11:33:48.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #37
2020-09-09 11:33:48.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 38 [hash: 0xc8f4cf8517f8ebb4f9d77a6532125a8d9dca045da4bdda7a929914215b0da6fe; parent_hash: 0x528f…6b17; extrinsics (1): [0xc248…f031]]
2020-09-09 11:33:48.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 38. Hash now 0x156333f24f7bb9cbf3d0ea569771c49d241e9f5122e00e9d73a7430ba8e80674, previously 0xc8f4cf8517f8ebb4f9d77a6532125a8d9dca045da4bdda7a929914215b0da6fe.
2020-09-09 11:33:48.006 tokio-runtime-worker INFO substrate ✨ Imported #38 (0x1563…0674)
2020-09-09 11:33:48.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xc24891d33b378ccdf0440d97daa8fb80e2a450f4e3fe456642f9524d3946f031]
2020-09-09 11:33:48.006 tokio-runtime-worker DEBUG txpool [0xc24891d33b378ccdf0440d97daa8fb80e2a450f4e3fe456642f9524d3946f031] Pruned at 0x156333f24f7bb9cbf3d0ea569771c49d241e9f5122e00e9d73a7430ba8e80674
2020-09-09 11:33:48.898 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #38 (0x1563…0674), finalized #35 (0xf077…b7d7), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:33:49.498 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xc7f3…562b
2020-09-09 11:33:49.498 tokio-runtime-worker DEBUG txpool [0xa0057dc4bcff590f51dd98e1a9a7e7a80859f69a227048da4ebc5c92e4bb20c3] Sent finalization event (block 0xc7f37f94cb093c838b061e7deaf439d052c900358aab0c09b56f0317d5c4562b)
2020-09-09 11:33:53.898 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #38 (0x1563…0674), finalized #36 (0xc7f3…562b), ⬇ 0.9kiB/s ⬆ 0.8kiB/s
2020-09-09 11:33:54.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0x333ef1738e8a22a14b015f9713301f917fb3c1587ac5031d5f31098f3522d8d6]
2020-09-09 11:33:54.010 tokio-runtime-worker INFO substrate ✨ Imported #39 (0xb03e…3ed1)
2020-09-09 11:33:54.010 tokio-runtime-worker DEBUG txpool [0x333ef1738e8a22a14b015f9713301f917fb3c1587ac5031d5f31098f3522d8d6] Pruned at 0xb03e2e3bd710ac0980d451849e4474e93b83035d88864960f2b3764c13863ed1
2020-09-09 11:33:54.838 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x528f…6b17
2020-09-09 11:33:54.838 tokio-runtime-worker DEBUG txpool [0x5ae45ddd6c5a7c00a4f83978fbae14f015805df577c2d5c22935154603e4cedc] Sent finalization event (block 0x528f6a5d4113bdfed4817b7f3ccbc1675bbfcc4d7d70fb3b8826c4e6d1796b17)
2020-09-09 11:33:58.898 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #39 (0xb03e…3ed1), finalized #37 (0x528f…6b17), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:34:00.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xb03e2e3bd710ac0980d451849e4474e93b83035d88864960f2b3764c13863ed1
2020-09-09 11:34:00.004 tokio-blocking-driver TRACE txpool Transaction pool already processed block #39
2020-09-09 11:34:00.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 40 [hash: 0xb71dee92fa9746af0e148bb6d5d11bf088bd37dd3915bde13d27ecca729aa322; parent_hash: 0xb03e…3ed1; extrinsics (1): [0x4f0a…0b5a]]
2020-09-09 11:34:00.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 40. Hash now 0x7647190eca847d32278c97a0ad316e9ff8aedfc69ad8f2b8fa740f19e239f64a, previously 0xb71dee92fa9746af0e148bb6d5d11bf088bd37dd3915bde13d27ecca729aa322.
2020-09-09 11:34:00.007 tokio-runtime-worker INFO substrate ✨ Imported #40 (0x7647…f64a)
2020-09-09 11:34:00.007 tokio-runtime-worker TRACE txpool Pruning transactions: [0x4f0ac82150d2d54e6c74a1cd71cc1a14c33cfeb20539ba7553fb5054bbc80b5a]
2020-09-09 11:34:00.007 tokio-runtime-worker DEBUG txpool [0x4f0ac82150d2d54e6c74a1cd71cc1a14c33cfeb20539ba7553fb5054bbc80b5a] Pruned at 0x7647190eca847d32278c97a0ad316e9ff8aedfc69ad8f2b8fa740f19e239f64a
2020-09-09 11:34:01.512 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x1563…0674
2020-09-09 11:34:01.513 tokio-runtime-worker DEBUG txpool [0xc24891d33b378ccdf0440d97daa8fb80e2a450f4e3fe456642f9524d3946f031] Sent finalization event (block 0x156333f24f7bb9cbf3d0ea569771c49d241e9f5122e00e9d73a7430ba8e80674)
2020-09-09 11:34:03.898 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #40 (0x7647…f64a), finalized #38 (0x1563…0674), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:34:06.010 tokio-runtime-worker INFO substrate ✨ Imported #41 (0x3c36…27b3)
2020-09-09 11:34:06.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0xca732aec0c45fd8e6c2b5b62134c01446760027fc154c99b2f826216d940519c]
2020-09-09 11:34:06.010 tokio-runtime-worker DEBUG txpool [0xca732aec0c45fd8e6c2b5b62134c01446760027fc154c99b2f826216d940519c] Pruned at 0x3c3654b48b094b8a1bc223e6c78ed042d37d90cb242f5da20c751d28b82327b3
2020-09-09 11:34:06.855 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xb03e…3ed1
2020-09-09 11:34:06.855 tokio-runtime-worker DEBUG txpool [0x333ef1738e8a22a14b015f9713301f917fb3c1587ac5031d5f31098f3522d8d6] Sent finalization event (block 0xb03e2e3bd710ac0980d451849e4474e93b83035d88864960f2b3764c13863ed1)
2020-09-09 11:34:08.899 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #41 (0x3c36…27b3), finalized #39 (0xb03e…3ed1), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:12.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x3c3654b48b094b8a1bc223e6c78ed042d37d90cb242f5da20c751d28b82327b3
2020-09-09 11:34:12.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #41
2020-09-09 11:34:12.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 42 [hash: 0x1b3d4bcc6e0b807a81deb5a4723213f58898e52703ae34b8d4664c4551475efa; parent_hash: 0x3c36…27b3; extrinsics (1): [0xbe9b…48b3]]
2020-09-09 11:34:12.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 42. Hash now 0x2d7a75842dd5ba05a49a91c454c51603ea961a84f709c2fd9b670fb878028993, previously 0x1b3d4bcc6e0b807a81deb5a4723213f58898e52703ae34b8d4664c4551475efa.
2020-09-09 11:34:12.007 tokio-runtime-worker TRACE txpool Pruning transactions: [0xbe9b6c9a73841d82ab8b324c7b5c80a38376f639a04c06edbcc0c839825a48b3]
2020-09-09 11:34:12.007 tokio-runtime-worker DEBUG txpool [0xbe9b6c9a73841d82ab8b324c7b5c80a38376f639a04c06edbcc0c839825a48b3] Pruned at 0x2d7a75842dd5ba05a49a91c454c51603ea961a84f709c2fd9b670fb878028993
2020-09-09 11:34:12.007 tokio-runtime-worker INFO substrate ✨ Imported #42 (0x2d7a…8993)
2020-09-09 11:34:13.529 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x7647…f64a
2020-09-09 11:34:13.529 tokio-runtime-worker DEBUG txpool [0x4f0ac82150d2d54e6c74a1cd71cc1a14c33cfeb20539ba7553fb5054bbc80b5a] Sent finalization event (block 0x7647190eca847d32278c97a0ad316e9ff8aedfc69ad8f2b8fa740f19e239f64a)
2020-09-09 11:34:13.899 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #42 (0x2d7a…8993), finalized #40 (0x7647…f64a), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:18.010 tokio-runtime-worker INFO substrate ✨ Imported #43 (0x947d…a5b9)
2020-09-09 11:34:18.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0x301b46ea20b4ab1d7be74ca142b16f78e7ecbab049783b6c07da674dcc92578f]
2020-09-09 11:34:18.010 tokio-runtime-worker DEBUG txpool [0x301b46ea20b4ab1d7be74ca142b16f78e7ecbab049783b6c07da674dcc92578f] Pruned at 0x947da86eba566a6071eda4f027c7706883e4d4914a18d5dc2713285cd7d9a5b9
2020-09-09 11:34:18.875 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x3c36…27b3
2020-09-09 11:34:18.876 tokio-runtime-worker DEBUG txpool [0xca732aec0c45fd8e6c2b5b62134c01446760027fc154c99b2f826216d940519c] Sent finalization event (block 0x3c3654b48b094b8a1bc223e6c78ed042d37d90cb242f5da20c751d28b82327b3)
2020-09-09 11:34:18.899 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #43 (0x947d…a5b9), finalized #41 (0x3c36…27b3), ⬇ 1.3kiB/s ⬆ 1.2kiB/s
2020-09-09 11:34:23.899 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #43 (0x947d…a5b9), finalized #41 (0x3c36…27b3), ⬇ 0.9kiB/s ⬆ 0.8kiB/s
2020-09-09 11:34:24.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x947da86eba566a6071eda4f027c7706883e4d4914a18d5dc2713285cd7d9a5b9
2020-09-09 11:34:24.004 tokio-blocking-driver TRACE txpool Transaction pool already processed block #43
2020-09-09 11:34:24.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 44 [hash: 0x1a59ffb74e17c60b2e10230ea66fb6085e296c3dd5cb0c0d71d7ae91656e67ed; parent_hash: 0x947d…a5b9; extrinsics (1): [0x183f…c3bd]]
2020-09-09 11:34:24.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 44. Hash now 0xabf0574eab4729b2ab5159d32dd3089dab8f5e07e698ab7ae3476b852168e770, previously 0x1a59ffb74e17c60b2e10230ea66fb6085e296c3dd5cb0c0d71d7ae91656e67ed.
2020-09-09 11:34:24.006 tokio-runtime-worker INFO substrate ✨ Imported #44 (0xabf0…e770)
2020-09-09 11:34:24.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0x183f440ca41cb1ea7adfb56e9227979f012dd901105f5c6f7a5f3abaffe9c3bd]
2020-09-09 11:34:24.006 tokio-runtime-worker DEBUG txpool [0x183f440ca41cb1ea7adfb56e9227979f012dd901105f5c6f7a5f3abaffe9c3bd] Pruned at 0xabf0574eab4729b2ab5159d32dd3089dab8f5e07e698ab7ae3476b852168e770
2020-09-09 11:34:25.555 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x2d7a…8993
2020-09-09 11:34:25.555 tokio-runtime-worker DEBUG txpool [0xbe9b6c9a73841d82ab8b324c7b5c80a38376f639a04c06edbcc0c839825a48b3] Sent finalization event (block 0x2d7a75842dd5ba05a49a91c454c51603ea961a84f709c2fd9b670fb878028993)
2020-09-09 11:34:28.899 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #44 (0xabf0…e770), finalized #42 (0x2d7a…8993), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:30.011 tokio-runtime-worker INFO substrate ✨ Imported #45 (0x0177…faa0)
2020-09-09 11:34:30.011 tokio-runtime-worker TRACE txpool Pruning transactions: [0xd3150e45ad9cd47c5e992f5a9d0df14cb62e70c6a27c63ee0a5dc150a39c0406]
2020-09-09 11:34:30.011 tokio-runtime-worker DEBUG txpool [0xd3150e45ad9cd47c5e992f5a9d0df14cb62e70c6a27c63ee0a5dc150a39c0406] Pruned at 0x0177d67b4f59228833afa1cfb6bd2b6fe410f6fe82d702d922df0c2d0e9cfaa0
2020-09-09 11:34:30.901 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x947d…a5b9
2020-09-09 11:34:30.901 tokio-runtime-worker DEBUG txpool [0x301b46ea20b4ab1d7be74ca142b16f78e7ecbab049783b6c07da674dcc92578f] Sent finalization event (block 0x947da86eba566a6071eda4f027c7706883e4d4914a18d5dc2713285cd7d9a5b9)
2020-09-09 11:34:33.899 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #45 (0x0177…faa0), finalized #43 (0x947d…a5b9), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:34:36.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x0177d67b4f59228833afa1cfb6bd2b6fe410f6fe82d702d922df0c2d0e9cfaa0
2020-09-09 11:34:36.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #45
2020-09-09 11:34:36.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 46 [hash: 0x8f7b34ba54182be9c10aa5ac774057e82027d91b30b0528b4e3d3b413afbc7a3; parent_hash: 0x0177…faa0; extrinsics (1): [0xad13…7e66]]
2020-09-09 11:34:36.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 46. Hash now 0xe02183c902724f3663132b353faa7e586d6c131f9bed357d0c263e5a96fc3515, previously 0x8f7b34ba54182be9c10aa5ac774057e82027d91b30b0528b4e3d3b413afbc7a3.
2020-09-09 11:34:36.006 tokio-runtime-worker INFO substrate ✨ Imported #46 (0xe021…3515)
2020-09-09 11:34:36.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xad13918a5abadaeb30a93e4884d2f0d5357dd4873e7bb40e079e09c680ee7e66]
2020-09-09 11:34:36.006 tokio-runtime-worker DEBUG txpool [0xad13918a5abadaeb30a93e4884d2f0d5357dd4873e7bb40e079e09c680ee7e66] Pruned at 0xe02183c902724f3663132b353faa7e586d6c131f9bed357d0c263e5a96fc3515
2020-09-09 11:34:37.586 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xabf0…e770
2020-09-09 11:34:37.586 tokio-runtime-worker DEBUG txpool [0x183f440ca41cb1ea7adfb56e9227979f012dd901105f5c6f7a5f3abaffe9c3bd] Sent finalization event (block 0xabf0574eab4729b2ab5159d32dd3089dab8f5e07e698ab7ae3476b852168e770)
2020-09-09 11:34:38.899 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #46 (0xe021…3515), finalized #44 (0xabf0…e770), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:42.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0x39c2a871eaad428065114eecb2b2045e3751654d8c3954d44a60f5cc6b822912]
2020-09-09 11:34:42.010 tokio-runtime-worker INFO substrate ✨ Imported #47 (0x381a…e7f5)
2020-09-09 11:34:42.010 tokio-runtime-worker DEBUG txpool [0x39c2a871eaad428065114eecb2b2045e3751654d8c3954d44a60f5cc6b822912] Pruned at 0x381a6bc4ba0c978fe478757471437ff7d80757b998d77aba648c8773a96de7f5
2020-09-09 11:34:42.926 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x0177…faa0
2020-09-09 11:34:42.926 tokio-runtime-worker DEBUG txpool [0xd3150e45ad9cd47c5e992f5a9d0df14cb62e70c6a27c63ee0a5dc150a39c0406] Sent finalization event (block 0x0177d67b4f59228833afa1cfb6bd2b6fe410f6fe82d702d922df0c2d0e9cfaa0)
2020-09-09 11:34:43.900 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #47 (0x381a…e7f5), finalized #45 (0x0177…faa0), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:34:48.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x381a6bc4ba0c978fe478757471437ff7d80757b998d77aba648c8773a96de7f5
2020-09-09 11:34:48.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #47
2020-09-09 11:34:48.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 48 [hash: 0x5cdcb325bd7f02c1d34ad013b675ed4f1b3ce5424c31a16cb34b21cf32b4f7c3; parent_hash: 0x381a…e7f5; extrinsics (1): [0x6364…c78e]]
2020-09-09 11:34:48.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 48. Hash now 0x4ff2dd8b482a32be9fe33702534796d8c402bafc1859b234d187a91c58853105, previously 0x5cdcb325bd7f02c1d34ad013b675ed4f1b3ce5424c31a16cb34b21cf32b4f7c3.
2020-09-09 11:34:48.007 tokio-runtime-worker INFO substrate ✨ Imported #48 (0x4ff2…3105)
2020-09-09 11:34:48.007 tokio-runtime-worker TRACE txpool Pruning transactions: [0x6364d20951100f90074240fa5bf6a5887e34ab99c280d7913081cd8519eec78e]
2020-09-09 11:34:48.007 tokio-runtime-worker DEBUG txpool [0x6364d20951100f90074240fa5bf6a5887e34ab99c280d7913081cd8519eec78e] Pruned at 0x4ff2dd8b482a32be9fe33702534796d8c402bafc1859b234d187a91c58853105
2020-09-09 11:34:48.900 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #48 (0x4ff2…3105), finalized #45 (0x0177…faa0), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:34:49.601 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xe021…3515
2020-09-09 11:34:49.601 tokio-runtime-worker DEBUG txpool [0xad13918a5abadaeb30a93e4884d2f0d5357dd4873e7bb40e079e09c680ee7e66] Sent finalization event (block 0xe02183c902724f3663132b353faa7e586d6c131f9bed357d0c263e5a96fc3515)
2020-09-09 11:34:53.900 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #48 (0x4ff2…3105), finalized #46 (0xe021…3515), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:54.011 tokio-runtime-worker TRACE txpool Pruning transactions: [0x3c8f724b87a1332ad891d38f7bd48a77d27c475f81264fb3aea119a95c52a417]
2020-09-09 11:34:54.011 tokio-runtime-worker INFO substrate ✨ Imported #49 (0x8e46…9d12)
2020-09-09 11:34:54.011 tokio-runtime-worker DEBUG txpool [0x3c8f724b87a1332ad891d38f7bd48a77d27c475f81264fb3aea119a95c52a417] Pruned at 0x8e46557d2f07952408980c123662aacefce7d486740c621c021688fc43129d12
2020-09-09 11:34:54.943 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x381a…e7f5
2020-09-09 11:34:54.943 tokio-runtime-worker DEBUG txpool [0x39c2a871eaad428065114eecb2b2045e3751654d8c3954d44a60f5cc6b822912] Sent finalization event (block 0x381a6bc4ba0c978fe478757471437ff7d80757b998d77aba648c8773a96de7f5)
2020-09-09 11:34:58.900 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #49 (0x8e46…9d12), finalized #47 (0x381a…e7f5), ⬇ 1.0kiB/s ⬆ 0.9kiB/s
2020-09-09 11:35:00.003 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x8e46557d2f07952408980c123662aacefce7d486740c621c021688fc43129d12
2020-09-09 11:35:00.006 tokio-blocking-driver TRACE txpool Transaction pool already processed block #49
2020-09-09 11:35:00.006 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 50 [hash: 0xe8fef2fa3ab7754fd70b1784a1aa802c716930dc7373538d772bdec75df64772; parent_hash: 0x8e46…9d12; extrinsics (1): [0x1b3d…647f]]
2020-09-09 11:35:00.009 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 50. Hash now 0x21982d40677282f6242476060db4567ef6a451aff36dd5e228f4fa52cd707f5f, previously 0xe8fef2fa3ab7754fd70b1784a1aa802c716930dc7373538d772bdec75df64772.
2020-09-09 11:35:00.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0x1b3de96ae49be4ca3cf2a4675aa96841037dce9433cfd4c646b5cfa2a768647f]
2020-09-09 11:35:00.010 tokio-runtime-worker INFO substrate ✨ Imported #50 (0x2198…7f5f)
2020-09-09 11:35:00.010 tokio-runtime-worker DEBUG txpool [0x1b3de96ae49be4ca3cf2a4675aa96841037dce9433cfd4c646b5cfa2a768647f] Pruned at 0x21982d40677282f6242476060db4567ef6a451aff36dd5e228f4fa52cd707f5f
2020-09-09 11:35:01.622 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x4ff2…3105
2020-09-09 11:35:01.622 tokio-runtime-worker DEBUG txpool [0x6364d20951100f90074240fa5bf6a5887e34ab99c280d7913081cd8519eec78e] Sent finalization event (block 0x4ff2dd8b482a32be9fe33702534796d8c402bafc1859b234d187a91c58853105)
2020-09-09 11:35:03.900 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #50 (0x2198…7f5f), finalized #48 (0x4ff2…3105), ⬇ 1.2kiB/s ⬆ 1.3kiB/s
2020-09-09 11:35:06.010 tokio-runtime-worker INFO substrate ✨ Imported #51 (0x8144…0d58)
2020-09-09 11:35:06.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0x318f55d6075be832cb7933d51a1cf7007ec901772bcf7597dc420ef1d8021b48]
2020-09-09 11:35:06.010 tokio-runtime-worker DEBUG txpool [0x318f55d6075be832cb7933d51a1cf7007ec901772bcf7597dc420ef1d8021b48] Pruned at 0x8144fc41517ada0424b8ee768a16224e5f937632739c22ad4a278a090c0f0d58
2020-09-09 11:35:06.976 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x8e46…9d12
2020-09-09 11:35:06.976 tokio-runtime-worker DEBUG txpool [0x3c8f724b87a1332ad891d38f7bd48a77d27c475f81264fb3aea119a95c52a417] Sent finalization event (block 0x8e46557d2f07952408980c123662aacefce7d486740c621c021688fc43129d12)
2020-09-09 11:35:08.900 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #51 (0x8144…0d58), finalized #49 (0x8e46…9d12), ⬇ 1.0kiB/s ⬆ 0.9kiB/s
2020-09-09 11:35:12.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x8144fc41517ada0424b8ee768a16224e5f937632739c22ad4a278a090c0f0d58
2020-09-09 11:35:12.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #51
2020-09-09 11:35:12.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 52 [hash: 0x1edbba4eeaad12d9887cde1f5624259c9653c01ae713bb0d07d0d3ca260cb1c4; parent_hash: 0x8144…0d58; extrinsics (1): [0xd16d…5728]]
2020-09-09 11:35:12.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 52. Hash now 0x85b8f98ee05782865e1a46a31c27d43e943a0600deb10418e20137afa7f0924c, previously 0x1edbba4eeaad12d9887cde1f5624259c9653c01ae713bb0d07d0d3ca260cb1c4.
2020-09-09 11:35:12.007 tokio-runtime-worker INFO substrate ✨ Imported #52 (0x85b8…924c)
2020-09-09 11:35:12.007 tokio-runtime-worker TRACE txpool Pruning transactions: [0xd16d915c39a3934e8069646adb008486fad7233b1b287e5dc8c6bf1627245728]
2020-09-09 11:35:12.007 tokio-runtime-worker DEBUG txpool [0xd16d915c39a3934e8069646adb008486fad7233b1b287e5dc8c6bf1627245728] Pruned at 0x85b8f98ee05782865e1a46a31c27d43e943a0600deb10418e20137afa7f0924c
2020-09-09 11:35:13.651 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x2198…7f5f
2020-09-09 11:35:13.651 tokio-runtime-worker DEBUG txpool [0x1b3de96ae49be4ca3cf2a4675aa96841037dce9433cfd4c646b5cfa2a768647f] Sent finalization event (block 0x21982d40677282f6242476060db4567ef6a451aff36dd5e228f4fa52cd707f5f)
2020-09-09 11:35:13.901 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #52 (0x85b8…924c), finalized #50 (0x2198…7f5f), ⬇ 1.0kiB/s ⬆ 1.1kiB/s
2020-09-09 11:35:18.010 tokio-runtime-worker INFO substrate ✨ Imported #53 (0xc08a…5198)
2020-09-09 11:35:18.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0xf68d0a348517f64527b0444bdc2a37745754f00d6116b482957664031bb44689]
2020-09-09 11:35:18.010 tokio-runtime-worker DEBUG txpool [0xf68d0a348517f64527b0444bdc2a37745754f00d6116b482957664031bb44689] Pruned at 0xc08a77f48850afc9fc95033ac4c8acd63a97e2a5d51ac03ff09dc77f090b5198
2020-09-09 11:35:18.901 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #53 (0xc08a…5198), finalized #50 (0x2198…7f5f), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:35:19.006 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x8144…0d58
2020-09-09 11:35:19.006 tokio-runtime-worker DEBUG txpool [0x318f55d6075be832cb7933d51a1cf7007ec901772bcf7597dc420ef1d8021b48] Sent finalization event (block 0x8144fc41517ada0424b8ee768a16224e5f937632739c22ad4a278a090c0f0d58)
2020-09-09 11:35:23.901 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #53 (0xc08a…5198), finalized #51 (0x8144…0d58), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:35:24.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xc08a77f48850afc9fc95033ac4c8acd63a97e2a5d51ac03ff09dc77f090b5198
2020-09-09 11:35:24.003 tokio-blocking-driver TRACE txpool Transaction pool already processed block #53
2020-09-09 11:35:24.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 54 [hash: 0x7c689525e75d1d1beed3f65acb0cac130893b0b9ad85ba222e92380650101f64; parent_hash: 0xc08a…5198; extrinsics (1): [0xa21f…5a03]]
2020-09-09 11:35:24.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 54. Hash now 0xbd44b0a7d8e19265c55bda636a1d621d26fc5f6a5621399ccc4ac03418804b30, previously 0x7c689525e75d1d1beed3f65acb0cac130893b0b9ad85ba222e92380650101f64.
2020-09-09 11:35:24.006 tokio-runtime-worker INFO substrate ✨ Imported #54 (0xbd44…4b30)
2020-09-09 11:35:24.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xa21fefb93faaaa4a3675fd82d6ceda3f64c81c908cb0bd24574f346cbe965a03]
2020-09-09 11:35:24.006 tokio-runtime-worker DEBUG txpool [0xa21fefb93faaaa4a3675fd82d6ceda3f64c81c908cb0bd24574f346cbe965a03] Pruned at 0xbd44b0a7d8e19265c55bda636a1d621d26fc5f6a5621399ccc4ac03418804b30
2020-09-09 11:35:25.690 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x85b8…924c
2020-09-09 11:35:25.690 tokio-runtime-worker DEBUG txpool [0xd16d915c39a3934e8069646adb008486fad7233b1b287e5dc8c6bf1627245728] Sent finalization event (block 0x85b8f98ee05782865e1a46a31c27d43e943a0600deb10418e20137afa7f0924c)
2020-09-09 11:35:28.901 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #54 (0xbd44…4b30), finalized #52 (0x85b8…924c), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:35:30.010 tokio-runtime-worker INFO substrate ✨ Imported #55 (0x0fd5…a51e)
2020-09-09 11:35:30.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0x8e0a58d3d0866a83a03ce21d602030c0dd998528361cd623f0cfc8056b783619]
2020-09-09 11:35:30.010 tokio-runtime-worker DEBUG txpool [0x8e0a58d3d0866a83a03ce21d602030c0dd998528361cd623f0cfc8056b783619] Pruned at 0x0fd5bdaf2d494d5d57eae795f8450f0cea8c30c8b9f69fcac1447240a6fda51e
2020-09-09 11:35:31.032 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xc08a…5198
2020-09-09 11:35:31.032 tokio-runtime-worker DEBUG txpool [0xf68d0a348517f64527b0444bdc2a37745754f00d6116b482957664031bb44689] Sent finalization event (block 0xc08a77f48850afc9fc95033ac4c8acd63a97e2a5d51ac03ff09dc77f090b5198)
2020-09-09 11:35:33.901 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #55 (0x0fd5…a51e), finalized #53 (0xc08a…5198), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:35:36.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x0fd5bdaf2d494d5d57eae795f8450f0cea8c30c8b9f69fcac1447240a6fda51e
2020-09-09 11:35:36.006 tokio-blocking-driver TRACE txpool Transaction pool already processed block #55
2020-09-09 11:35:36.007 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 56 [hash: 0x1122dfcd759f9b897bcd7a34d812442c134435bf6f1c4943baa521909bef3772; parent_hash: 0x0fd5…a51e; extrinsics (1): [0x8538…3456]]
2020-09-09 11:35:36.009 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 56. Hash now 0xb436348e200e4b6df4dab71cc36d2d2c76f41b19907147e0c2b9a0c4a44d3069, previously 0x1122dfcd759f9b897bcd7a34d812442c134435bf6f1c4943baa521909bef3772.
2020-09-09 11:35:36.010 tokio-runtime-worker INFO substrate ✨ Imported #56 (0xb436…3069)
2020-09-09 11:35:36.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0x853871cfc597cf33b991b5b94a6347b3199dc7f13914aa7381cae192039a3456]
2020-09-09 11:35:36.010 tokio-runtime-worker DEBUG txpool [0x853871cfc597cf33b991b5b94a6347b3199dc7f13914aa7381cae192039a3456] Pruned at 0xb436348e200e4b6df4dab71cc36d2d2c76f41b19907147e0c2b9a0c4a44d3069
2020-09-09 11:35:37.707 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xbd44…4b30
2020-09-09 11:35:37.707 tokio-runtime-worker DEBUG txpool [0xa21fefb93faaaa4a3675fd82d6ceda3f64c81c908cb0bd24574f346cbe965a03] Sent finalization event (block 0xbd44b0a7d8e19265c55bda636a1d621d26fc5f6a5621399ccc4ac03418804b30)
2020-09-09 11:35:38.902 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #56 (0xb436…3069), finalized #54 (0xbd44…4b30), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:35:42.010 tokio-runtime-worker INFO substrate ✨ Imported #57 (0x4e7d…8f2c)
2020-09-09 11:35:42.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0xcebde4fd356db65820606fbf4aa619606363ca08f8175ee01371465018fdf029]
2020-09-09 11:35:42.011 tokio-runtime-worker DEBUG txpool [0xcebde4fd356db65820606fbf4aa619606363ca08f8175ee01371465018fdf029] Pruned at 0x4e7d0dccb0c119fe3f20a25147dd222108ed7cb7780bccbc7ecaa0bbeb408f2c
2020-09-09 11:35:43.048 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x0fd5…a51e
2020-09-09 11:35:43.048 tokio-runtime-worker DEBUG txpool [0x8e0a58d3d0866a83a03ce21d602030c0dd998528361cd623f0cfc8056b783619] Sent finalization event (block 0x0fd5bdaf2d494d5d57eae795f8450f0cea8c30c8b9f69fcac1447240a6fda51e)
2020-09-09 11:35:43.902 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #57 (0x4e7d…8f2c), finalized #55 (0x0fd5…a51e), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:35:48.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x4e7d0dccb0c119fe3f20a25147dd222108ed7cb7780bccbc7ecaa0bbeb408f2c
2020-09-09 11:35:48.004 tokio-blocking-driver TRACE txpool Transaction pool already processed block #57
2020-09-09 11:35:48.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 58 [hash: 0xa6229f3d56976b75cef03ce3c3f6ea458c0ed24064dc64442e51b529ee6882e1; parent_hash: 0x4e7d…8f2c; extrinsics (1): [0xde8b…0629]]
2020-09-09 11:35:48.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 58. Hash now 0x584cbfa334cf973ccc6864c44bd622935100db11817c471c84bb9d4518db725a, previously 0xa6229f3d56976b75cef03ce3c3f6ea458c0ed24064dc64442e51b529ee6882e1.
2020-09-09 11:35:48.007 tokio-runtime-worker INFO substrate ✨ Imported #58 (0x584c…725a)
2020-09-09 11:35:48.007 tokio-runtime-worker TRACE txpool Pruning transactions: [0xde8bfbb07ccadf35c349ad2c037f482dd33245e83d4c2593dc51722c1e7d0629]
2020-09-09 11:35:48.007 tokio-runtime-worker DEBUG txpool [0xde8bfbb07ccadf35c349ad2c037f482dd33245e83d4c2593dc51722c1e7d0629] Pruned at 0x584cbfa334cf973ccc6864c44bd622935100db11817c471c84bb9d4518db725a
2020-09-09 11:35:48.902 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #58 (0x584c…725a), finalized #55 (0x0fd5…a51e), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:35:49.725 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0xb436…3069
2020-09-09 11:35:49.725 tokio-runtime-worker DEBUG txpool [0x853871cfc597cf33b991b5b94a6347b3199dc7f13914aa7381cae192039a3456] Sent finalization event (block 0xb436348e200e4b6df4dab71cc36d2d2c76f41b19907147e0c2b9a0c4a44d3069)
2020-09-09 11:35:53.902 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #58 (0x584c…725a), finalized #56 (0xb436…3069), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:35:54.010 tokio-runtime-worker INFO substrate ✨ Imported #59 (0x9dec…81af)
2020-09-09 11:35:54.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0xd193f95c8309c344db56e6cc70fcd41c1670273262d84f30e65a294c23721e39]
2020-09-09 11:35:54.010 tokio-runtime-worker DEBUG txpool [0xd193f95c8309c344db56e6cc70fcd41c1670273262d84f30e65a294c23721e39] Pruned at 0x9decc2b0ff663049bc00cab45098ceb58e3cc73020cd8c47bf912e49fd1081af
2020-09-09 11:35:55.064 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x4e7d…8f2c
2020-09-09 11:35:55.065 tokio-runtime-worker DEBUG txpool [0xcebde4fd356db65820606fbf4aa619606363ca08f8175ee01371465018fdf029] Sent finalization event (block 0x4e7d0dccb0c119fe3f20a25147dd222108ed7cb7780bccbc7ecaa0bbeb408f2c)
2020-09-09 11:35:58.902 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #59 (0x9dec…81af), finalized #57 (0x4e7d…8f2c), ⬇ 1.0kiB/s ⬆ 0.9kiB/s
2020-09-09 11:36:00.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x9decc2b0ff663049bc00cab45098ceb58e3cc73020cd8c47bf912e49fd1081af
2020-09-09 11:36:00.004 tokio-blocking-driver TRACE txpool Transaction pool already processed block #59
2020-09-09 11:36:00.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 60 [hash: 0x8288eedbb87f6b8f9bbb5f5be20a90283c0b6d4d54285bfe7f627ecddd6c701c; parent_hash: 0x9dec…81af; extrinsics (1): [0xdb9c…0628]]
2020-09-09 11:36:00.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 60. Hash now 0x00cf9aa4a841567e430448fae5414d100a27bdba343b0956ba76fa5a2c7ea1a9, previously 0x8288eedbb87f6b8f9bbb5f5be20a90283c0b6d4d54285bfe7f627ecddd6c701c.
2020-09-09 11:36:00.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xdb9c514dbd7b03d12453388a0d003f4755f52b965386b2e40031ad8919d30628]
2020-09-09 11:36:00.006 tokio-runtime-worker DEBUG txpool [0xdb9c514dbd7b03d12453388a0d003f4755f52b965386b2e40031ad8919d30628] Pruned at 0x00cf9aa4a841567e430448fae5414d100a27bdba343b0956ba76fa5a2c7ea1a9
2020-09-09 11:36:00.006 tokio-runtime-worker INFO substrate ✨ Imported #60 (0x00cf…a1a9)
2020-09-09 11:36:01.738 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x584c…725a
2020-09-09 11:36:01.738 tokio-runtime-worker DEBUG txpool [0xde8bfbb07ccadf35c349ad2c037f482dd33245e83d4c2593dc51722c1e7d0629] Sent finalization event (block 0x584cbfa334cf973ccc6864c44bd622935100db11817c471c84bb9d4518db725a)
2020-09-09 11:36:03.903 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #60 (0x00cf…a1a9), finalized #58 (0x584c…725a), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:36:06.010 tokio-runtime-worker INFO substrate ✨ Imported #61 (0x6e26…b52a)
2020-09-09 11:36:06.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0xd438277e2475ea8ac216846df8c3d642f7e3ebfa9b669814be11d9a71774a912]
2020-09-09 11:36:06.010 tokio-runtime-worker DEBUG txpool [0xd438277e2475ea8ac216846df8c3d642f7e3ebfa9b669814be11d9a71774a912] Pruned at 0x6e26b3c64eb31c2ec4f36a88d61830d9656287a13224fd4aba281db7345db52a
2020-09-09 11:36:07.094 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x9dec…81af
2020-09-09 11:36:07.094 tokio-runtime-worker DEBUG txpool [0xd193f95c8309c344db56e6cc70fcd41c1670273262d84f30e65a294c23721e39] Sent finalization event (block 0x9decc2b0ff663049bc00cab45098ceb58e3cc73020cd8c47bf912e49fd1081af)
2020-09-09 11:36:08.903 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #61 (0x6e26…b52a), finalized #59 (0x9dec…81af), ⬇ 1.0kiB/s ⬆ 0.9kiB/s
2020-09-09 11:36:12.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x6e26b3c64eb31c2ec4f36a88d61830d9656287a13224fd4aba281db7345db52a
2020-09-09 11:36:12.004 tokio-blocking-driver TRACE txpool Transaction pool already processed block #61
2020-09-09 11:36:12.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 62 [hash: 0xcfa1cf7d2fc0710c9f030ca0ce35ae78b5a270d6301041f4b956aad9f1ed36f7; parent_hash: 0x6e26…b52a; extrinsics (1): [0xc424…cdf7]]
2020-09-09 11:36:12.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 62. Hash now 0x6f1beefd44e2f4fc208d1d4a37e36afa96b8812c8762b984549fe38d33010f46, previously 0xcfa1cf7d2fc0710c9f030ca0ce35ae78b5a270d6301041f4b956aad9f1ed36f7.
2020-09-09 11:36:12.006 tokio-runtime-worker INFO substrate ✨ Imported #62 (0x6f1b…0f46)
2020-09-09 11:36:12.006 tokio-runtime-worker TRACE txpool Pruning transactions: [0xc42496f107a4cf8c5611d71fedaa64bdea8eea8ed6cd17e97624cdd6293fcdf7]
2020-09-09 11:36:12.006 tokio-runtime-worker DEBUG txpool [0xc42496f107a4cf8c5611d71fedaa64bdea8eea8ed6cd17e97624cdd6293fcdf7] Pruned at 0x6f1beefd44e2f4fc208d1d4a37e36afa96b8812c8762b984549fe38d33010f46
2020-09-09 11:36:13.774 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x00cf…a1a9
2020-09-09 11:36:13.774 tokio-runtime-worker DEBUG txpool [0xdb9c514dbd7b03d12453388a0d003f4755f52b965386b2e40031ad8919d30628] Sent finalization event (block 0x00cf9aa4a841567e430448fae5414d100a27bdba343b0956ba76fa5a2c7ea1a9)
2020-09-09 11:36:13.903 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #62 (0x6f1b…0f46), finalized #60 (0x00cf…a1a9), ⬇ 1.0kiB/s ⬆ 1.1kiB/s
2020-09-09 11:36:18.010 tokio-runtime-worker INFO substrate ✨ Imported #63 (0x18ba…296a)
2020-09-09 11:36:18.010 tokio-runtime-worker TRACE txpool Pruning transactions: [0x6c232f0d9f00f95e97c308eaa88a4faf8abf4c904532b1464c56891b557870f4]
2020-09-09 11:36:18.010 tokio-runtime-worker DEBUG txpool [0x6c232f0d9f00f95e97c308eaa88a4faf8abf4c904532b1464c56891b557870f4] Pruned at 0x18baa9b2c2b78cff4f8b1afd0793ef4ca594c0facf2faddeb3fbf247e970296a
2020-09-09 11:36:18.903 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #63 (0x18ba…296a), finalized #60 (0x00cf…a1a9), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:36:19.120 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x6e26…b52a
2020-09-09 11:36:19.121 tokio-runtime-worker DEBUG txpool [0xd438277e2475ea8ac216846df8c3d642f7e3ebfa9b669814be11d9a71774a912] Sent finalization event (block 0x6e26b3c64eb31c2ec4f36a88d61830d9656287a13224fd4aba281db7345db52a)
2020-09-09 11:36:23.904 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #63 (0x18ba…296a), finalized #61 (0x6e26…b52a), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:36:24.008 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x18baa9b2c2b78cff4f8b1afd0793ef4ca594c0facf2faddeb3fbf247e970296a
2020-09-09 11:36:24.017 tokio-blocking-driver TRACE txpool Transaction pool already processed block #63
2020-09-09 11:36:24.020 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 64 [hash: 0x1ba2a741be6af4ca32f3a0a3f50505c985dc4d56ef2c4bfdc984056e123659f1; parent_hash: 0x18ba…296a; extrinsics (1): [0x1ac6…c8b3]]
2020-09-09 11:36:24.028 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 64. Hash now 0x5e442f36c698809bbbcc0d8aa2cbb52f5eddb910eadb73949ab2f91d9cf9951f, previously 0x1ba2a741be6af4ca32f3a0a3f50505c985dc4d56ef2c4bfdc984056e123659f1.
2020-09-09 11:36:24.029 tokio-runtime-worker INFO substrate ✨ Imported #64 (0x5e44…951f)
2020-09-09 11:36:24.029 tokio-runtime-worker TRACE txpool Pruning transactions: [0x1ac6167b5bd883ae889f86fd3bc58f6dd18bea637521a97652b11f9c1f48c8b3]
2020-09-09 11:36:24.029 tokio-runtime-worker DEBUG txpool [0x1ac6167b5bd883ae889f86fd3bc58f6dd18bea637521a97652b11f9c1f48c8b3] Pruned at 0x5e442f36c698809bbbcc0d8aa2cbb52f5eddb910eadb73949ab2f91d9cf9951f
2020-09-09 11:36:25.803 tokio-runtime-worker TRACE txpool Attempting to notify watchers of finalization for 0x6f1b…0f46
2020-09-09 11:36:25.803 tokio-runtime-worker DEBUG txpool [0xc42496f107a4cf8c5611d71fedaa64bdea8eea8ed6cd17e97624cdd6293fcdf7] Sent finalization event (block 0x6f1beefd44e2f4fc208d1d4a37e36afa96b8812c8762b984549fe38d33010f46)
joshy@pop-os:~/ProgrammingProjects/substrate-node-template$ ./target/release/node-template --chain local --bob --base-path /tmp/bob --port 30334 --ws-port 9945 --force-authoring
2020-09-09 11:27:27.699 main INFO sc_cli::runner Substrate Node
2020-09-09 11:27:27.699 main INFO sc_cli::runner ✌️ version 2.0.0-rc6-fcd577e-x86_64-linux-gnu
2020-09-09 11:27:27.699 main INFO sc_cli::runner ❤️ by Substrate DevHub <https://github.com/substrate-developer-hub>, 2017-2020
2020-09-09 11:27:27.699 main INFO sc_cli::runner 📋 Chain specification: Local Testnet
2020-09-09 11:27:27.699 main INFO sc_cli::runner 🏷 Node name: Bob
2020-09-09 11:27:27.699 main INFO sc_cli::runner 👤 Role: AUTHORITY
2020-09-09 11:27:27.699 main INFO sc_cli::runner 💾 Database: RocksDb at /tmp/bob/chains/local_testnet/db
2020-09-09 11:27:27.699 main INFO sc_cli::runner ⛓ Native runtime: node-template-1 (node-template-1.tx1.au1)
2020-09-09 11:27:27.803 main INFO sc_service::client::client 🔨 Initializing Genesis block/state (state: 0x6325…a0b3, header-hash: 0xfbfc…34b0)
2020-09-09 11:27:27.804 main INFO afg 👴 Loading GRANDPA authority set from genesis on what appears to be first startup.
2020-09-09 11:27:27.817 main INFO sc_consensus_slots ⏱ Loaded block-time = 6000 milliseconds from genesis on first-launch
2020-09-09 11:27:27.818 main WARN sc_service::builder Using default protocol ID "sup" because none is configured in the chain specs
2020-09-09 11:27:27.818 main INFO sub-libp2p 🏷 Local node identity is: 12D3KooWKurbYgHb8o6TTwVBx5qBR9RbXSR9B9yTDXKbbiM7rAmT (legacy representation: Qmce27bhJ8SEonaP3EkbGqVaGxQquJ2nTDZGeRneHLCuX1)
2020-09-09 11:27:27.825 main INFO sc_service::builder 📦 Highest known block at #0
2020-09-09 11:27:28.329 tokio-runtime-worker INFO sub-libp2p 🔍 Discovered new external address for our node: /ip4/192.168.0.189/tcp/30334/p2p/12D3KooWKurbYgHb8o6TTwVBx5qBR9RbXSR9B9yTDXKbbiM7rAmT
2020-09-09 11:27:30.018 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xfbfcd5975b17f27b1371e80a4f66a9ef79359b50024172598b638c3a47f634b0
2020-09-09 11:27:30.039 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 1 [hash: 0xb6259913ad4f4f1d4030af5bfd498b857f707773bffc1a3d370666eda91567ca; parent_hash: 0xfbfc…34b0; extrinsics (1): [0xc635…8383]]
2020-09-09 11:27:30.048 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 1. Hash now 0x1f4ad3eada18db6e51a339d94e6413173276569f3c0e9c1d7563022fdab93ded, previously 0xb6259913ad4f4f1d4030af5bfd498b857f707773bffc1a3d370666eda91567ca.
2020-09-09 11:27:30.049 tokio-runtime-worker INFO substrate ✨ Imported #1 (0x1f4a…3ded)
2020-09-09 11:27:32.827 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #1 (0x1f4a…3ded), finalized #0 (0xfbfc…34b0), ⬇ 1.7kiB/s ⬆ 1.7kiB/s
2020-09-09 11:27:37.827 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #3 (0xb4a8…e5fe), finalized #1 (0x7f08…5f1b), ⬇ 0.8kiB/s ⬆ 0.7kiB/s
2020-09-09 11:27:42.005 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xb4a844b4749a7177f7085cf1c6470330775d9ddd3ce35619f591752efa5ae5fe
2020-09-09 11:27:42.506 tokio-blocking-driver WARN sc_basic_authorship::basic_authorship Timeout fired waiting for transaction pool at block #3. Proceeding with production.
2020-09-09 11:27:42.507 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 4 [hash: 0x623d110afc66e13ab91604e0ce703b2e54793ab58ac133bcb704c90400043ea5; parent_hash: 0xb4a8…e5fe; extrinsics (1): [0x355b…910f]]
2020-09-09 11:27:42.509 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 4. Hash now 0xef987cb53165fc6f0ad547a4c2516379e4e5df5ef2d64ab504e5e65e6a768e6a, previously 0x623d110afc66e13ab91604e0ce703b2e54793ab58ac133bcb704c90400043ea5.
2020-09-09 11:27:42.509 tokio-runtime-worker INFO sc_informant ♻️ Reorg on #1,0x1f4a…3ded to #4,0xef98…8e6a, common ancestor #0,0xfbfc…34b0
2020-09-09 11:27:42.509 tokio-runtime-worker INFO substrate ✨ Imported #4 (0xef98…8e6a)
2020-09-09 11:27:42.828 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #4 (0xef98…8e6a), finalized #1 (0x7f08…5f1b), ⬇ 1.0kiB/s ⬆ 1.1kiB/s
2020-09-09 11:27:47.828 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #4 (0xef98…8e6a), finalized #2 (0x4dfc…f930), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:27:48.009 tokio-runtime-worker INFO substrate ✨ Imported #5 (0x8ca8…10b8)
2020-09-09 11:27:52.828 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #5 (0x8ca8…10b8), finalized #3 (0xb4a8…e5fe), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2020-09-09 11:27:54.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x8ca8baebbb6bd43f25f4df55e476f22b4f02c3c717f70479b36cbd6ab2d110b8
2020-09-09 11:27:54.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 6 [hash: 0x16ea27d6e6fc368c571a2cb5ae1ca23d90fff97c1729552f028612cb1b1b33d1; parent_hash: 0x8ca8…10b8; extrinsics (1): [0x06e7…5f37]]
2020-09-09 11:27:54.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 6. Hash now 0x04ee9b3659762bee19381b9772e9d709c192845464243e71b8f29467dbf6f6d0, previously 0x16ea27d6e6fc368c571a2cb5ae1ca23d90fff97c1729552f028612cb1b1b33d1.
2020-09-09 11:27:54.005 tokio-runtime-worker INFO substrate ✨ Imported #6 (0x04ee…f6d0)
2020-09-09 11:27:57.828 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #6 (0x04ee…f6d0), finalized #4 (0xef98…8e6a), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:28:00.052 tokio-runtime-worker INFO substrate ✨ Imported #7 (0xa32e…d7e5)
2020-09-09 11:28:02.828 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #7 (0xa32e…d7e5), finalized #5 (0x8ca8…10b8), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:28:06.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xa32ea9982521875da2d8b6ba1cd707d7aaa259d4aabcc353e4d8333b0685d7e5
2020-09-09 11:28:06.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 8 [hash: 0x84a0719eb8c2cb02599ee3edd824e600fd21f28c2a2a5f78788c6ae55edbb606; parent_hash: 0xa32e…d7e5; extrinsics (1): [0x126d…31c7]]
2020-09-09 11:28:06.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 8. Hash now 0xd4751de8bfe003bc9d97c750fa03c8d738d59ec09cd67330341a5cff502c7470, previously 0x84a0719eb8c2cb02599ee3edd824e600fd21f28c2a2a5f78788c6ae55edbb606.
2020-09-09 11:28:06.007 tokio-runtime-worker INFO substrate ✨ Imported #8 (0xd475…7470)
2020-09-09 11:28:07.828 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #8 (0xd475…7470), finalized #5 (0x8ca8…10b8), ⬇ 0.9kiB/s ⬆ 0.9kiB/s
2020-09-09 11:28:12.069 tokio-runtime-worker INFO substrate ✨ Imported #9 (0x047d…496c)
2020-09-09 11:28:12.829 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #9 (0x047d…496c), finalized #6 (0x04ee…f6d0), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:28:17.829 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #9 (0x047d…496c), finalized #7 (0xa32e…d7e5), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:28:18.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x047d96f141bfec38947f16b8dd3c345214d5b396656e334e202146a9fe31496c
2020-09-09 11:28:18.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 10 [hash: 0x2d839bf70e5a1797d4bcc4737d715c6a53c70e0825d81ebcf6589a227e5e0189; parent_hash: 0x047d…496c; extrinsics (1): [0xfb05…7107]]
2020-09-09 11:28:18.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 10. Hash now 0x68c11ef543599eb9ada7e7b6e65a26a8f5c074b7c6ce2a2b1621a06ebf934731, previously 0x2d839bf70e5a1797d4bcc4737d715c6a53c70e0825d81ebcf6589a227e5e0189.
2020-09-09 11:28:18.005 tokio-runtime-worker INFO substrate ✨ Imported #10 (0x68c1…4731)
^Cjoshy@pop-os:~/ProgrammingProjects/substrate-node-template$ ./target/release/node-template --chain local --bob --base-path /tmp/bob --port 30334 --ws-port 9945 --force-authoring
2020-09-09 11:30:10.081 main INFO sc_cli::runner Substrate Node
2020-09-09 11:30:10.081 main INFO sc_cli::runner ✌️ version 2.0.0-rc6-fcd577e-x86_64-linux-gnu
2020-09-09 11:30:10.081 main INFO sc_cli::runner ❤️ by Substrate DevHub <https://github.com/substrate-developer-hub>, 2017-2020
2020-09-09 11:30:10.081 main INFO sc_cli::runner 📋 Chain specification: Local Testnet
2020-09-09 11:30:10.081 main INFO sc_cli::runner 🏷 Node name: Bob
2020-09-09 11:30:10.081 main INFO sc_cli::runner 👤 Role: AUTHORITY
2020-09-09 11:30:10.081 main INFO sc_cli::runner 💾 Database: RocksDb at /tmp/bob/chains/local_testnet/db
2020-09-09 11:30:10.081 main INFO sc_cli::runner ⛓ Native runtime: node-template-1 (node-template-1.tx1.au1)
2020-09-09 11:30:10.117 main WARN sc_service::builder Using default protocol ID "sup" because none is configured in the chain specs
2020-09-09 11:30:10.118 main INFO sub-libp2p 🏷 Local node identity is: 12D3KooWKurbYgHb8o6TTwVBx5qBR9RbXSR9B9yTDXKbbiM7rAmT (legacy representation: Qmce27bhJ8SEonaP3EkbGqVaGxQquJ2nTDZGeRneHLCuX1)
2020-09-09 11:30:10.139 main INFO sc_service::builder 📦 Highest known block at #10
2020-09-09 11:30:10.139 tokio-runtime-worker INFO substrate_prometheus_endpoint::known_os 〽 Prometheus server started at 127.0.0.1:9615
2020-09-09 11:30:12.003 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x68c11ef543599eb9ada7e7b6e65a26a8f5c074b7c6ce2a2b1621a06ebf934731
2020-09-09 11:30:12.007 tokio-blocking-driver WARN sc_basic_authorship::basic_authorship Timeout fired waiting for transaction pool at block #10. Proceeding with production.
2020-09-09 11:30:12.009 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 11 [hash: 0xf20a7c029d1331cbf94811026b9f2d08f9959cfcbf3b69b3e7c293e0a713da2d; parent_hash: 0x68c1…4731; extrinsics (1): [0x1458…c5fb]]
2020-09-09 11:30:12.011 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 11. Hash now 0xb5c2a24cfb9ed017cf1f147d7d67405feb7d69de4a8079febd5b94099e7f3e5c, previously 0xf20a7c029d1331cbf94811026b9f2d08f9959cfcbf3b69b3e7c293e0a713da2d.
2020-09-09 11:30:12.011 tokio-runtime-worker INFO substrate ✨ Imported #11 (0xb5c2…3e5c)
2020-09-09 11:30:15.142 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #11 (0xb5c2…3e5c), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:30:18.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xb5c2a24cfb9ed017cf1f147d7d67405feb7d69de4a8079febd5b94099e7f3e5c
2020-09-09 11:30:18.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 12 [hash: 0x41ecb7fd2a84c2d6a84fb90c78812a6109f31eefe32916ca38d25d2b3fd09938; parent_hash: 0xb5c2…3e5c; extrinsics (1): [0xfebb…aaac]]
2020-09-09 11:30:18.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 12. Hash now 0xbfcf9eedcc177083860592a0a6be72a72f78ad97348bf68828232c6fd644908b, previously 0x41ecb7fd2a84c2d6a84fb90c78812a6109f31eefe32916ca38d25d2b3fd09938.
2020-09-09 11:30:18.006 tokio-runtime-worker INFO substrate ✨ Imported #12 (0xbfcf…908b)
2020-09-09 11:30:20.142 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #12 (0xbfcf…908b), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:30:25.142 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #12 (0xbfcf…908b), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:30:30.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xbfcf9eedcc177083860592a0a6be72a72f78ad97348bf68828232c6fd644908b
2020-09-09 11:30:30.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 13 [hash: 0x3f1ce34b6e3f1eeddf397f30e8b55e13d4a77d38bc8102bdfab9d334675ba7da; parent_hash: 0xbfcf…908b; extrinsics (1): [0x038c…eaf9]]
2020-09-09 11:30:30.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 13. Hash now 0xff61dd5225395395d771f9a7530e62dcc304e31c0d2f5680a14201d0d4b9d91f, previously 0x3f1ce34b6e3f1eeddf397f30e8b55e13d4a77d38bc8102bdfab9d334675ba7da.
2020-09-09 11:30:30.006 tokio-runtime-worker INFO substrate ✨ Imported #13 (0xff61…d91f)
2020-09-09 11:30:30.142 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #13 (0xff61…d91f), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:30:35.142 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #13 (0xff61…d91f), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:30:40.143 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #13 (0xff61…d91f), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:30:42.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xff61dd5225395395d771f9a7530e62dcc304e31c0d2f5680a14201d0d4b9d91f
2020-09-09 11:30:42.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 14 [hash: 0x2119df8091f507a9cb845cdf1861b44437d6adb6874750670c7a3cc6c068454b; parent_hash: 0xff61…d91f; extrinsics (1): [0x5263…cc1d]]
2020-09-09 11:30:42.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 14. Hash now 0x38bf0e6467d98ef328c1181b5b136e05ce7c2c9e2a966d13ce3f54171feae965, previously 0x2119df8091f507a9cb845cdf1861b44437d6adb6874750670c7a3cc6c068454b.
2020-09-09 11:30:42.006 tokio-runtime-worker INFO substrate ✨ Imported #14 (0x38bf…e965)
2020-09-09 11:30:45.143 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #14 (0x38bf…e965), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:30:50.143 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #14 (0x38bf…e965), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:30:54.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x38bf0e6467d98ef328c1181b5b136e05ce7c2c9e2a966d13ce3f54171feae965
2020-09-09 11:30:54.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 15 [hash: 0xe9e1b52dd3cae94744a1023329867156f59f376ce9a6aac7a7b40b4cd980c357; parent_hash: 0x38bf…e965; extrinsics (1): [0xc16e…7868]]
2020-09-09 11:30:54.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 15. Hash now 0x436dead496e1462a60e68852b0faa9a6420a06be125eba9ce683f33b549ce653, previously 0xe9e1b52dd3cae94744a1023329867156f59f376ce9a6aac7a7b40b4cd980c357.
2020-09-09 11:30:54.006 tokio-runtime-worker INFO substrate ✨ Imported #15 (0x436d…e653)
2020-09-09 11:30:55.143 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #15 (0x436d…e653), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:00.143 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #15 (0x436d…e653), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:05.143 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #15 (0x436d…e653), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:06.007 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x436dead496e1462a60e68852b0faa9a6420a06be125eba9ce683f33b549ce653
2020-09-09 11:31:06.015 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 16 [hash: 0x3282471242dea541270b4b79c576c6cc5f9245f4959f6bd8fe3c97db47de1691; parent_hash: 0x436d…e653; extrinsics (1): [0xf5a2…28ac]]
2020-09-09 11:31:06.023 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 16. Hash now 0x2385e95756af9ec65591c5f570cd6ef870a1ba2ebd49df64cdb06f3c98f3a2ef, previously 0x3282471242dea541270b4b79c576c6cc5f9245f4959f6bd8fe3c97db47de1691.
2020-09-09 11:31:06.024 tokio-runtime-worker INFO substrate ✨ Imported #16 (0x2385…a2ef)
2020-09-09 11:31:10.143 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #16 (0x2385…a2ef), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:15.143 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #16 (0x2385…a2ef), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:18.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x2385e95756af9ec65591c5f570cd6ef870a1ba2ebd49df64cdb06f3c98f3a2ef
2020-09-09 11:31:18.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 17 [hash: 0xeb664534893e80aec43cdd676e7ec68281af99212d0d519666a48a1dc11260da; parent_hash: 0x2385…a2ef; extrinsics (1): [0xd1b7…5e80]]
2020-09-09 11:31:18.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 17. Hash now 0xf64c73e8ade510e42bd9abba3bf1057cbcba2acc704ad612fdc526e466993e29, previously 0xeb664534893e80aec43cdd676e7ec68281af99212d0d519666a48a1dc11260da.
2020-09-09 11:31:18.005 tokio-runtime-worker INFO substrate ✨ Imported #17 (0xf64c…3e29)
2020-09-09 11:31:20.144 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #17 (0xf64c…3e29), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:25.144 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #17 (0xf64c…3e29), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:30.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xf64c73e8ade510e42bd9abba3bf1057cbcba2acc704ad612fdc526e466993e29
2020-09-09 11:31:30.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 18 [hash: 0x6b0d755281f1c17393fead87a170d064629386b7f4749e66543a37d4551d326d; parent_hash: 0xf64c…3e29; extrinsics (1): [0x2c9f…6fbb]]
2020-09-09 11:31:30.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 18. Hash now 0x40b46c58233b8f12b01c8c6551f1ffada42264a459499bd631b09086fb8abee1, previously 0x6b0d755281f1c17393fead87a170d064629386b7f4749e66543a37d4551d326d.
2020-09-09 11:31:30.006 tokio-runtime-worker INFO substrate ✨ Imported #18 (0x40b4…bee1)
2020-09-09 11:31:30.144 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #18 (0x40b4…bee1), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:35.144 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #18 (0x40b4…bee1), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:40.144 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #18 (0x40b4…bee1), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:42.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x40b46c58233b8f12b01c8c6551f1ffada42264a459499bd631b09086fb8abee1
2020-09-09 11:31:42.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 19 [hash: 0x7fc6cc87508fd2aa26504c04e4ba45d8dca2788acca8b6d72c71316014375e9c; parent_hash: 0x40b4…bee1; extrinsics (1): [0x2f6b…1c59]]
2020-09-09 11:31:42.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 19. Hash now 0xe938e3e6a747dd8ed64bd540f5b7a686c65336d6acf412c17bf41c24ffe92a4e, previously 0x7fc6cc87508fd2aa26504c04e4ba45d8dca2788acca8b6d72c71316014375e9c.
2020-09-09 11:31:42.006 tokio-runtime-worker INFO substrate ✨ Imported #19 (0xe938…2a4e)
2020-09-09 11:31:45.144 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #19 (0xe938…2a4e), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:50.144 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #19 (0xe938…2a4e), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:54.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xe938e3e6a747dd8ed64bd540f5b7a686c65336d6acf412c17bf41c24ffe92a4e
2020-09-09 11:31:54.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 20 [hash: 0x6257b0ef90017ffb44e4aa0fcfdf5959d6c01fb9260c4dc6b250337c7eb2aa5c; parent_hash: 0xe938…2a4e; extrinsics (1): [0x137a…efe8]]
2020-09-09 11:31:54.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 20. Hash now 0x043bca6ffe8047307b2b2eac2c2acc9dea66d5947966388aff8aad187a295d6e, previously 0x6257b0ef90017ffb44e4aa0fcfdf5959d6c01fb9260c4dc6b250337c7eb2aa5c.
2020-09-09 11:31:54.007 tokio-runtime-worker INFO substrate ✨ Imported #20 (0x043b…5d6e)
2020-09-09 11:31:55.144 tokio-runtime-worker INFO substrate 💤 Idle (0 peers), best: #20 (0x043b…5d6e), finalized #7 (0xa32e…d7e5), ⬇ 0 ⬆ 0
2020-09-09 11:31:59.397 tokio-runtime-worker INFO sub-libp2p 🔍 Discovered new external address for our node: /ip4/192.168.0.189/tcp/30334/p2p/12D3KooWKurbYgHb8o6TTwVBx5qBR9RbXSR9B9yTDXKbbiM7rAmT
2020-09-09 11:32:00.144 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #20 (0x043b…5d6e), finalized #7 (0xa32e…d7e5), ⬇ 2.6kiB/s ⬆ 1.7kiB/s
2020-09-09 11:32:00.552 tokio-runtime-worker INFO substrate ✨ Imported #19 (0x8db9…edd0)
2020-09-09 11:32:05.145 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #20 (0x043b…5d6e), finalized #8 (0xd475…7470), ⬇ 0.5kiB/s ⬆ 0.8kiB/s
2020-09-09 11:32:06.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x043bca6ffe8047307b2b2eac2c2acc9dea66d5947966388aff8aad187a295d6e
2020-09-09 11:32:06.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 21 [hash: 0x110c757903eb921918ee0e92d3d89015bfba1c2d502d39a68fdbe321fc1e0786; parent_hash: 0x043b…5d6e; extrinsics (1): [0xb866…bc23]]
2020-09-09 11:32:06.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 21. Hash now 0xcf0065e7d140633457da3f41f04d3662b10a8577274763d0df423b2d513165b5, previously 0x110c757903eb921918ee0e92d3d89015bfba1c2d502d39a68fdbe321fc1e0786.
2020-09-09 11:32:06.006 tokio-runtime-worker INFO substrate ✨ Imported #21 (0xcf00…65b5)
2020-09-09 11:32:10.145 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #21 (0xcf00…65b5), finalized #19 (0xe938…2a4e), ⬇ 1.1kiB/s ⬆ 1.7kiB/s
2020-09-09 11:32:12.552 tokio-runtime-worker INFO substrate ✨ Imported #22 (0x7175…8764)
2020-09-09 11:32:15.145 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #22 (0x7175…8764), finalized #20 (0x043b…5d6e), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:32:18.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x7175f76092802b478e0173688050db59182b8d0dfcd38cd3721d263e345e8764
2020-09-09 11:32:18.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 23 [hash: 0x5b33821acc0572f03028c5e019a58727e67058b36f531ca3e136bd022d3f8195; parent_hash: 0x7175…8764; extrinsics (1): [0x6dc0…b529]]
2020-09-09 11:32:18.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 23. Hash now 0x7d0ffa3930c9d958f0044b2de579893db78ea82c57645583f3e0c757dfbf16b2, previously 0x5b33821acc0572f03028c5e019a58727e67058b36f531ca3e136bd022d3f8195.
2020-09-09 11:32:18.006 tokio-runtime-worker INFO substrate ✨ Imported #23 (0x7d0f…16b2)
2020-09-09 11:32:20.145 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #23 (0x7d0f…16b2), finalized #21 (0xcf00…65b5), ⬇ 1.0kiB/s ⬆ 1.1kiB/s
2020-09-09 11:32:24.009 tokio-runtime-worker INFO substrate ✨ Imported #24 (0x4603…602a)
2020-09-09 11:32:25.145 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #24 (0x4603…602a), finalized #21 (0xcf00…65b5), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:32:30.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x46033c68051c2f43d1d7cb3636a4c2e6e376c1abaf122c7018d02a915f2c602a
2020-09-09 11:32:30.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 25 [hash: 0x637ac6db342720eee71850448d03320137155caa3178a85809b22bb75a405c2b; parent_hash: 0x4603…602a; extrinsics (1): [0x25e6…f3a5]]
2020-09-09 11:32:30.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 25. Hash now 0x277e048507b2d3f2bb1180efdc26560613d6bf3b8340af96b59f923cebc68510, previously 0x637ac6db342720eee71850448d03320137155caa3178a85809b22bb75a405c2b.
2020-09-09 11:32:30.006 tokio-runtime-worker INFO substrate ✨ Imported #25 (0x277e…8510)
2020-09-09 11:32:30.145 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #25 (0x277e…8510), finalized #22 (0x7175…8764), ⬇ 1.2kiB/s ⬆ 1.3kiB/s
2020-09-09 11:32:35.145 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #25 (0x277e…8510), finalized #23 (0x7d0f…16b2), ⬇ 0.9kiB/s ⬆ 0.8kiB/s
2020-09-09 11:32:36.052 tokio-runtime-worker INFO substrate ✨ Imported #26 (0xd6a2…98e6)
2020-09-09 11:32:40.145 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #26 (0xd6a2…98e6), finalized #24 (0x4603…602a), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2020-09-09 11:32:42.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xd6a26c0c8095b9507eaee7430e3e3d5f78f9577ea001f82e8a7372174a2c98e6
2020-09-09 11:32:42.005 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 27 [hash: 0x313e51002f4c6cb4ca128c59a4c1f9577401bf793c3f333ad3eae959bfd00fe3; parent_hash: 0xd6a2…98e6; extrinsics (1): [0x2474…da0f]]
2020-09-09 11:32:42.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 27. Hash now 0xfff99859217c6fd4b64a96a8a3cf8aa841d452d37e54e007184e3c7b8c6c2709, previously 0x313e51002f4c6cb4ca128c59a4c1f9577401bf793c3f333ad3eae959bfd00fe3.
2020-09-09 11:32:42.007 tokio-runtime-worker INFO substrate ✨ Imported #27 (0xfff9…2709)
2020-09-09 11:32:45.145 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #27 (0xfff9…2709), finalized #25 (0x277e…8510), ⬇ 1.1kiB/s ⬆ 1.2kiB/s
2020-09-09 11:32:48.011 tokio-runtime-worker INFO substrate ✨ Imported #28 (0x9558…ac69)
2020-09-09 11:32:50.146 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #28 (0x9558…ac69), finalized #26 (0xd6a2…98e6), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:32:54.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x9558d49fe48c36956ddffae14d8b72f86affd5ae54391bdc3007aa5e9556ac69
2020-09-09 11:32:54.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 29 [hash: 0x8b8aeb9aa9c84d196a1bc15056f6aebbc0f68eeacd1a2f801f9bf6a2cbfc94a6; parent_hash: 0x9558…ac69; extrinsics (1): [0x3983…c913]]
2020-09-09 11:32:54.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 29. Hash now 0x7c3442e3e8da58b6df7e17b578a87ccc290945bcbb06feaea5a70881c25621e6, previously 0x8b8aeb9aa9c84d196a1bc15056f6aebbc0f68eeacd1a2f801f9bf6a2cbfc94a6.
2020-09-09 11:32:54.006 tokio-runtime-worker INFO substrate ✨ Imported #29 (0x7c34…21e6)
2020-09-09 11:32:55.146 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #29 (0x7c34…21e6), finalized #26 (0xd6a2…98e6), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:33:00.052 tokio-runtime-worker INFO substrate ✨ Imported #30 (0xf6cc…2544)
2020-09-09 11:33:00.146 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #30 (0xf6cc…2544), finalized #27 (0xfff9…2709), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:33:05.146 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #30 (0xf6cc…2544), finalized #28 (0x9558…ac69), ⬇ 0.8kiB/s ⬆ 0.9kiB/s
2020-09-09 11:33:06.009 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xf6cc1754391f09f733dd87d94139028b4df135bfc89b76d9ae95dfd2354f2544
2020-09-09 11:33:06.018 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 31 [hash: 0x6c39b0ac0aaa15391dd10313cdccd834bcf045762a3e9c5cb22db56e36d3e977; parent_hash: 0xf6cc…2544; extrinsics (1): [0xa295…33de]]
2020-09-09 11:33:06.027 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 31. Hash now 0x1a0b9f974e3f05d699062313f9a6e5211e5939ae75057aedeeec74f14fe0d8a3, previously 0x6c39b0ac0aaa15391dd10313cdccd834bcf045762a3e9c5cb22db56e36d3e977.
2020-09-09 11:33:06.028 tokio-runtime-worker INFO substrate ✨ Imported #31 (0x1a0b…d8a3)
2020-09-09 11:33:10.146 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #31 (0x1a0b…d8a3), finalized #29 (0x7c34…21e6), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:33:12.052 tokio-runtime-worker INFO substrate ✨ Imported #32 (0x5f23…c927)
2020-09-09 11:33:15.146 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #32 (0x5f23…c927), finalized #30 (0xf6cc…2544), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:33:18.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x5f23570058bb564ce05ecc219cae18d47a0d01278399281b9f7033272c87c927
2020-09-09 11:33:18.003 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 33 [hash: 0x62a1ddab0de08546201c027a341981803286695ae7f73d20662c385c57273a22; parent_hash: 0x5f23…c927; extrinsics (1): [0x20a5…2eb0]]
2020-09-09 11:33:18.005 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 33. Hash now 0x64dd6cf9c27b4e37bf15646019238e27c457d04faedd5e6a5d0ede26737f75c3, previously 0x62a1ddab0de08546201c027a341981803286695ae7f73d20662c385c57273a22.
2020-09-09 11:33:18.006 tokio-runtime-worker INFO substrate ✨ Imported #33 (0x64dd…75c3)
2020-09-09 11:33:20.147 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #33 (0x64dd…75c3), finalized #31 (0x1a0b…d8a3), ⬇ 1.0kiB/s ⬆ 1.1kiB/s
2020-09-09 11:33:24.013 tokio-runtime-worker INFO substrate ✨ Imported #34 (0x824b…3589)
2020-09-09 11:33:25.147 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #34 (0x824b…3589), finalized #31 (0x1a0b…d8a3), ⬇ 0.9kiB/s ⬆ 0.9kiB/s
2020-09-09 11:33:30.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x824b51f627a64bb432af1284fc360858d7cb8d27141fb649a2637b5920303589
2020-09-09 11:33:30.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 35 [hash: 0x899e3c60497dd6663ad734d70edb25a5a74c7ef4052008fa28a88f692f8ce835; parent_hash: 0x824b…3589; extrinsics (1): [0xa252…24bf]]
2020-09-09 11:33:30.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 35. Hash now 0xf0771a3ab07ea27fee2394d0a27a4de11d8cd000558ebf6c260de5d184dab7d7, previously 0x899e3c60497dd6663ad734d70edb25a5a74c7ef4052008fa28a88f692f8ce835.
2020-09-09 11:33:30.006 tokio-runtime-worker INFO substrate ✨ Imported #35 (0xf077…b7d7)
2020-09-09 11:33:30.147 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #35 (0xf077…b7d7), finalized #32 (0x5f23…c927), ⬇ 1.2kiB/s ⬆ 1.3kiB/s
2020-09-09 11:33:35.147 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #35 (0xf077…b7d7), finalized #33 (0x64dd…75c3), ⬇ 0.8kiB/s ⬆ 0.9kiB/s
2020-09-09 11:33:36.052 tokio-runtime-worker INFO substrate ✨ Imported #36 (0xc7f3…562b)
2020-09-09 11:33:40.147 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #36 (0xc7f3…562b), finalized #34 (0x824b…3589), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:33:42.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xc7f37f94cb093c838b061e7deaf439d052c900358aab0c09b56f0317d5c4562b
2020-09-09 11:33:42.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 37 [hash: 0xde4f1b3fc9ccb52b869da923850c06a628664e1c20f2bf8e9908911e9a6ada33; parent_hash: 0xc7f3…562b; extrinsics (1): [0x5ae4…cedc]]
2020-09-09 11:33:42.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 37. Hash now 0x528f6a5d4113bdfed4817b7f3ccbc1675bbfcc4d7d70fb3b8826c4e6d1796b17, previously 0xde4f1b3fc9ccb52b869da923850c06a628664e1c20f2bf8e9908911e9a6ada33.
2020-09-09 11:33:42.006 tokio-runtime-worker INFO substrate ✨ Imported #37 (0x528f…6b17)
2020-09-09 11:33:45.147 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #37 (0x528f…6b17), finalized #35 (0xf077…b7d7), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:33:48.053 tokio-runtime-worker INFO substrate ✨ Imported #38 (0x1563…0674)
2020-09-09 11:33:50.148 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #38 (0x1563…0674), finalized #36 (0xc7f3…562b), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:33:54.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x156333f24f7bb9cbf3d0ea569771c49d241e9f5122e00e9d73a7430ba8e80674
2020-09-09 11:33:54.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 39 [hash: 0x34dfdf7832e53d7e85f43b850fcd7fba2db608c578c77476df57d183c4d35ba1; parent_hash: 0x1563…0674; extrinsics (1): [0x333e…d8d6]]
2020-09-09 11:33:54.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 39. Hash now 0xb03e2e3bd710ac0980d451849e4474e93b83035d88864960f2b3764c13863ed1, previously 0x34dfdf7832e53d7e85f43b850fcd7fba2db608c578c77476df57d183c4d35ba1.
2020-09-09 11:33:54.006 tokio-runtime-worker INFO substrate ✨ Imported #39 (0xb03e…3ed1)
2020-09-09 11:33:55.148 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #39 (0xb03e…3ed1), finalized #37 (0x528f…6b17), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:34:00.053 tokio-runtime-worker INFO substrate ✨ Imported #40 (0x7647…f64a)
2020-09-09 11:34:00.148 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #40 (0x7647…f64a), finalized #37 (0x528f…6b17), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:05.148 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #40 (0x7647…f64a), finalized #38 (0x1563…0674), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:06.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x7647190eca847d32278c97a0ad316e9ff8aedfc69ad8f2b8fa740f19e239f64a
2020-09-09 11:34:06.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 41 [hash: 0xb71e69767eb8c4e2fa3a066c3acdf82465658ce883a7bdc99c3864825beaf3f4; parent_hash: 0x7647…f64a; extrinsics (1): [0xca73…519c]]
2020-09-09 11:34:06.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 41. Hash now 0x3c3654b48b094b8a1bc223e6c78ed042d37d90cb242f5da20c751d28b82327b3, previously 0xb71e69767eb8c4e2fa3a066c3acdf82465658ce883a7bdc99c3864825beaf3f4.
2020-09-09 11:34:06.007 tokio-runtime-worker INFO substrate ✨ Imported #41 (0x3c36…27b3)
2020-09-09 11:34:10.149 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #41 (0x3c36…27b3), finalized #39 (0xb03e…3ed1), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:12.052 tokio-runtime-worker INFO substrate ✨ Imported #42 (0x2d7a…8993)
2020-09-09 11:34:15.149 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #42 (0x2d7a…8993), finalized #40 (0x7647…f64a), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:34:18.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x2d7a75842dd5ba05a49a91c454c51603ea961a84f709c2fd9b670fb878028993
2020-09-09 11:34:18.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 43 [hash: 0x41e80551f2d36978ea6ce89ebe3683bf58d60b551ec9f5c67a951759a1d24721; parent_hash: 0x2d7a…8993; extrinsics (1): [0x301b…578f]]
2020-09-09 11:34:18.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 43. Hash now 0x947da86eba566a6071eda4f027c7706883e4d4914a18d5dc2713285cd7d9a5b9, previously 0x41e80551f2d36978ea6ce89ebe3683bf58d60b551ec9f5c67a951759a1d24721.
2020-09-09 11:34:18.006 tokio-runtime-worker INFO substrate ✨ Imported #43 (0x947d…a5b9)
2020-09-09 11:34:20.149 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #43 (0x947d…a5b9), finalized #41 (0x3c36…27b3), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:24.052 tokio-runtime-worker INFO substrate ✨ Imported #44 (0xabf0…e770)
2020-09-09 11:34:25.149 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #44 (0xabf0…e770), finalized #41 (0x3c36…27b3), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:30.003 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xabf0574eab4729b2ab5159d32dd3089dab8f5e07e698ab7ae3476b852168e770
2020-09-09 11:34:30.005 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 45 [hash: 0x93a02d24c31d3a4e6018e619763bad2644eb2f7a63d7ea8fc37a14e345dae5c7; parent_hash: 0xabf0…e770; extrinsics (1): [0xd315…0406]]
2020-09-09 11:34:30.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 45. Hash now 0x0177d67b4f59228833afa1cfb6bd2b6fe410f6fe82d702d922df0c2d0e9cfaa0, previously 0x93a02d24c31d3a4e6018e619763bad2644eb2f7a63d7ea8fc37a14e345dae5c7.
2020-09-09 11:34:30.007 tokio-runtime-worker INFO substrate ✨ Imported #45 (0x0177…faa0)
2020-09-09 11:34:30.149 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #45 (0x0177…faa0), finalized #42 (0x2d7a…8993), ⬇ 1.1kiB/s ⬆ 1.2kiB/s
2020-09-09 11:34:35.150 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #45 (0x0177…faa0), finalized #43 (0x947d…a5b9), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:34:36.056 tokio-runtime-worker INFO substrate ✨ Imported #46 (0xe021…3515)
2020-09-09 11:34:40.150 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #46 (0xe021…3515), finalized #44 (0xabf0…e770), ⬇ 1.0kiB/s ⬆ 0.9kiB/s
2020-09-09 11:34:42.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xe02183c902724f3663132b353faa7e586d6c131f9bed357d0c263e5a96fc3515
2020-09-09 11:34:42.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 47 [hash: 0x52a769e6c800f7aab59ae7b68fa57ff3e3e02d181050c33b63453a0082c13f1a; parent_hash: 0xe021…3515; extrinsics (1): [0x39c2…2912]]
2020-09-09 11:34:42.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 47. Hash now 0x381a6bc4ba0c978fe478757471437ff7d80757b998d77aba648c8773a96de7f5, previously 0x52a769e6c800f7aab59ae7b68fa57ff3e3e02d181050c33b63453a0082c13f1a.
2020-09-09 11:34:42.006 tokio-runtime-worker INFO substrate ✨ Imported #47 (0x381a…e7f5)
2020-09-09 11:34:45.150 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #47 (0x381a…e7f5), finalized #45 (0x0177…faa0), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:34:48.053 tokio-runtime-worker INFO substrate ✨ Imported #48 (0x4ff2…3105)
2020-09-09 11:34:50.150 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #48 (0x4ff2…3105), finalized #46 (0xe021…3515), ⬇ 1.0kiB/s ⬆ 0.9kiB/s
2020-09-09 11:34:54.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x4ff2dd8b482a32be9fe33702534796d8c402bafc1859b234d187a91c58853105
2020-09-09 11:34:54.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 49 [hash: 0x93eafe7112b11cef7183802897a95b7da4dd380f90aa606d80b1e6af389767ba; parent_hash: 0x4ff2…3105; extrinsics (1): [0x3c8f…a417]]
2020-09-09 11:34:54.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 49. Hash now 0x8e46557d2f07952408980c123662aacefce7d486740c621c021688fc43129d12, previously 0x93eafe7112b11cef7183802897a95b7da4dd380f90aa606d80b1e6af389767ba.
2020-09-09 11:34:54.007 tokio-runtime-worker INFO substrate ✨ Imported #49 (0x8e46…9d12)
2020-09-09 11:34:55.150 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #49 (0x8e46…9d12), finalized #47 (0x381a…e7f5), ⬇ 1.0kiB/s ⬆ 1.1kiB/s
2020-09-09 11:35:00.057 tokio-runtime-worker INFO substrate ✨ Imported #50 (0x2198…7f5f)
2020-09-09 11:35:00.150 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #50 (0x2198…7f5f), finalized #47 (0x381a…e7f5), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:35:05.151 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #50 (0x2198…7f5f), finalized #48 (0x4ff2…3105), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:35:06.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x21982d40677282f6242476060db4567ef6a451aff36dd5e228f4fa52cd707f5f
2020-09-09 11:35:06.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 51 [hash: 0x1dacb6d89d5603b6162fa230f93da8faa6601ad0ba34a0c9daa28ca697d9a4eb; parent_hash: 0x2198…7f5f; extrinsics (1): [0x318f…1b48]]
2020-09-09 11:35:06.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 51. Hash now 0x8144fc41517ada0424b8ee768a16224e5f937632739c22ad4a278a090c0f0d58, previously 0x1dacb6d89d5603b6162fa230f93da8faa6601ad0ba34a0c9daa28ca697d9a4eb.
2020-09-09 11:35:06.006 tokio-runtime-worker INFO substrate ✨ Imported #51 (0x8144…0d58)
2020-09-09 11:35:10.151 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #51 (0x8144…0d58), finalized #49 (0x8e46…9d12), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:35:12.053 tokio-runtime-worker INFO substrate ✨ Imported #52 (0x85b8…924c)
2020-09-09 11:35:15.151 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #52 (0x85b8…924c), finalized #50 (0x2198…7f5f), ⬇ 1.3kiB/s ⬆ 1.2kiB/s
2020-09-09 11:35:18.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x85b8f98ee05782865e1a46a31c27d43e943a0600deb10418e20137afa7f0924c
2020-09-09 11:35:18.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 53 [hash: 0x43a523acf851a83319d94384df3db507c55eabe9ec07c1f5a84a9e3dde7a078b; parent_hash: 0x85b8…924c; extrinsics (1): [0xf68d…4689]]
2020-09-09 11:35:18.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 53. Hash now 0xc08a77f48850afc9fc95033ac4c8acd63a97e2a5d51ac03ff09dc77f090b5198, previously 0x43a523acf851a83319d94384df3db507c55eabe9ec07c1f5a84a9e3dde7a078b.
2020-09-09 11:35:18.006 tokio-runtime-worker INFO substrate ✨ Imported #53 (0xc08a…5198)
2020-09-09 11:35:20.151 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #53 (0xc08a…5198), finalized #51 (0x8144…0d58), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:35:24.052 tokio-runtime-worker INFO substrate ✨ Imported #54 (0xbd44…4b30)
2020-09-09 11:35:25.151 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #54 (0xbd44…4b30), finalized #51 (0x8144…0d58), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2020-09-09 11:35:30.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xbd44b0a7d8e19265c55bda636a1d621d26fc5f6a5621399ccc4ac03418804b30
2020-09-09 11:35:30.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 55 [hash: 0xd29428a98a4af8a1b8f820bd25404a430c6d6c12128f24736b04811b7a3be03e; parent_hash: 0xbd44…4b30; extrinsics (1): [0x8e0a…3619]]
2020-09-09 11:35:30.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 55. Hash now 0x0fd5bdaf2d494d5d57eae795f8450f0cea8c30c8b9f69fcac1447240a6fda51e, previously 0xd29428a98a4af8a1b8f820bd25404a430c6d6c12128f24736b04811b7a3be03e.
2020-09-09 11:35:30.007 tokio-runtime-worker INFO substrate ✨ Imported #55 (0x0fd5…a51e)
2020-09-09 11:35:30.152 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #55 (0x0fd5…a51e), finalized #52 (0x85b8…924c), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:35:35.152 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #55 (0x0fd5…a51e), finalized #53 (0xc08a…5198), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:35:36.061 tokio-runtime-worker INFO substrate ✨ Imported #56 (0xb436…3069)
2020-09-09 11:35:40.152 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #56 (0xb436…3069), finalized #54 (0xbd44…4b30), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:35:42.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0xb436348e200e4b6df4dab71cc36d2d2c76f41b19907147e0c2b9a0c4a44d3069
2020-09-09 11:35:42.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 57 [hash: 0xa722b989a1abfdddad352905fa00e94d3a357025a1ffc9c839875360c15380b0; parent_hash: 0xb436…3069; extrinsics (1): [0xcebd…f029]]
2020-09-09 11:35:42.007 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 57. Hash now 0x4e7d0dccb0c119fe3f20a25147dd222108ed7cb7780bccbc7ecaa0bbeb408f2c, previously 0xa722b989a1abfdddad352905fa00e94d3a357025a1ffc9c839875360c15380b0.
2020-09-09 11:35:42.007 tokio-runtime-worker INFO substrate ✨ Imported #57 (0x4e7d…8f2c)
2020-09-09 11:35:45.152 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #57 (0x4e7d…8f2c), finalized #55 (0x0fd5…a51e), ⬇ 1.2kiB/s ⬆ 1.2kiB/s
2020-09-09 11:35:48.053 tokio-runtime-worker INFO substrate ✨ Imported #58 (0x584c…725a)
2020-09-09 11:35:50.153 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #58 (0x584c…725a), finalized #56 (0xb436…3069), ⬇ 1.0kiB/s ⬆ 0.9kiB/s
2020-09-09 11:35:54.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x584cbfa334cf973ccc6864c44bd622935100db11817c471c84bb9d4518db725a
2020-09-09 11:35:54.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 59 [hash: 0x5ac1799f36b6a78c2d73ceed5dcdcdcb074b3349b3325237eaa8cba7185770f0; parent_hash: 0x584c…725a; extrinsics (1): [0xd193…1e39]]
2020-09-09 11:35:54.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 59. Hash now 0x9decc2b0ff663049bc00cab45098ceb58e3cc73020cd8c47bf912e49fd1081af, previously 0x5ac1799f36b6a78c2d73ceed5dcdcdcb074b3349b3325237eaa8cba7185770f0.
2020-09-09 11:35:54.006 tokio-runtime-worker INFO substrate ✨ Imported #59 (0x9dec…81af)
2020-09-09 11:35:55.153 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #59 (0x9dec…81af), finalized #57 (0x4e7d…8f2c), ⬇ 1.0kiB/s ⬆ 1.1kiB/s
2020-09-09 11:36:00.053 tokio-runtime-worker INFO substrate ✨ Imported #60 (0x00cf…a1a9)
2020-09-09 11:36:00.153 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #60 (0x00cf…a1a9), finalized #57 (0x4e7d…8f2c), ⬇ 1.1kiB/s ⬆ 1.1kiB/s
2020-09-09 11:36:05.153 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #60 (0x00cf…a1a9), finalized #58 (0x584c…725a), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2020-09-09 11:36:06.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x00cf9aa4a841567e430448fae5414d100a27bdba343b0956ba76fa5a2c7ea1a9
2020-09-09 11:36:06.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 61 [hash: 0x9a653c0e24914ae2699cbb807b38a74b963f80f02ba24a56d0f3bacd89598cea; parent_hash: 0x00cf…a1a9; extrinsics (1): [0xd438…a912]]
2020-09-09 11:36:06.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 61. Hash now 0x6e26b3c64eb31c2ec4f36a88d61830d9656287a13224fd4aba281db7345db52a, previously 0x9a653c0e24914ae2699cbb807b38a74b963f80f02ba24a56d0f3bacd89598cea.
2020-09-09 11:36:06.006 tokio-runtime-worker INFO substrate ✨ Imported #61 (0x6e26…b52a)
2020-09-09 11:36:10.154 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #61 (0x6e26…b52a), finalized #59 (0x9dec…81af), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:36:12.054 tokio-runtime-worker INFO substrate ✨ Imported #62 (0x6f1b…0f46)
2020-09-09 11:36:15.154 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #62 (0x6f1b…0f46), finalized #60 (0x00cf…a1a9), ⬇ 1.3kiB/s ⬆ 1.2kiB/s
2020-09-09 11:36:18.002 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x6f1beefd44e2f4fc208d1d4a37e36afa96b8812c8762b984549fe38d33010f46
2020-09-09 11:36:18.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 63 [hash: 0xd6ce5642933fb390c606f2202fda1121d5814d208410f0708f9b422f1d3a0899; parent_hash: 0x6f1b…0f46; extrinsics (1): [0x6c23…70f4]]
2020-09-09 11:36:18.006 tokio-runtime-worker INFO sc_consensus_slots 🔖 Pre-sealed block for proposal at 63. Hash now 0x18baa9b2c2b78cff4f8b1afd0793ef4ca594c0facf2faddeb3fbf247e970296a, previously 0xd6ce5642933fb390c606f2202fda1121d5814d208410f0708f9b422f1d3a0899.
2020-09-09 11:36:18.007 tokio-runtime-worker INFO substrate ✨ Imported #63 (0x18ba…296a)
2020-09-09 11:36:20.154 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #63 (0x18ba…296a), finalized #61 (0x6e26…b52a), ⬇ 0.9kiB/s ⬆ 1.0kiB/s
2020-09-09 11:36:24.078 tokio-runtime-worker INFO substrate ✨ Imported #64 (0x5e44…951f)
2020-09-09 11:36:25.155 tokio-runtime-worker INFO substrate 💤 Idle (1 peers), best: #64 (0x5e44…951f), finalized #61 (0x6e26…b52a), ⬇ 1.1kiB/s ⬆ 1.0kiB/s
2020-09-09 11:36:30.001 tokio-runtime-worker INFO sc_basic_authorship::basic_authorship 🙌 Starting consensus session on top of parent 0x5e442f36c698809bbbcc0d8aa2cbb52f5eddb910eadb73949ab2f91d9cf9951f
2020-09-09 11:36:30.004 tokio-blocking-driver INFO sc_basic_authorship::basic_authorship 🎁 Prepared block for proposing at 65 [hash: 0xd831c131dab78c302b95d3fbd83c3d940250303a5a371143e17e888dddcc1a81; parent_hash: 0x5e44…951f; extrinsics (1): [0x542a…f9ee]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment