Skip to content

Instantly share code, notes, and snippets.

@EclesioMeloJunior
Created October 6, 2022 19:53
Show Gist options
  • Save EclesioMeloJunior/6af15fe7d127a80e487a9c273b3b2f92 to your computer and use it in GitHub Desktop.
Save EclesioMeloJunior/6af15fe7d127a80e487a9c273b3b2f92 to your computer and use it in GitHub Desktop.
Gossamer Miss Behavior `Reason: Genesis mismatch`
2022-10-06 11:19:49.152 INFO main sc_cli::runner: Gossamer Test Node
2022-10-06 11:19:49.152 INFO main sc_cli::runner: ✌️ version 4.0.0-dev-4bac85c2774
2022-10-06 11:19:49.152 INFO main sc_cli::runner: ❤️ by ChainSafe <https://chainsafe.io>, 2017-2022
2022-10-06 11:19:49.152 INFO main sc_cli::runner: 📋 Chain specification: Gossamer Testnet [Dev]
2022-10-06 11:19:49.152 INFO main sc_cli::runner: 🏷 Node name: Alice
2022-10-06 11:19:49.152 INFO main sc_cli::runner: 👤 Role: AUTHORITY
2022-10-06 11:19:49.152 INFO main sc_cli::runner: 💾 Database: RocksDb at /var/folders/8h/102_dpq55wlf6831zfvspg600000gn/T/substrateQQpEjt/chains/gssmr_test_dev/db/full
2022-10-06 11:19:49.152 INFO main sc_cli::runner: ⛓ Native runtime: gssmr-test-9280 (gssmr-test-0.tx12.au0)
2022-10-06 11:19:49.631 INFO main sc_service::client::client: 🔨 Initializing Genesis block/state (state: 0x48d5…a5df, header-hash: 0x3690…806b)
2022-10-06 11:19:49.632 INFO main afg: 👴 Loading GRANDPA authority set from genesis on what appears to be first startup.
2022-10-06 11:19:50.052 INFO main babe: 👶 Creating empty BABE epoch changes on what appears to be first startup.
2022-10-06 11:19:50.052 TRACE main sync: Restarted sync at #0 (0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b)
2022-10-06 11:19:50.052 INFO main sub-libp2p: 🏷 Local node identity is: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN
2022-10-06 11:19:50.057 INFO main sc_sysinfo: 💻 Operating system: macos
2022-10-06 11:19:50.057 INFO main sc_sysinfo: 💻 CPU architecture: aarch64
2022-10-06 11:19:50.057 INFO main sc_service::builder: 📦 Highest known block at #0
2022-10-06 11:19:50.057 INFO tokio-runtime-worker substrate_prometheus_endpoint: 〽️ Prometheus exporter started at 127.0.0.1:9615
2022-10-06 11:19:50.058 INFO main sc_rpc_server: Running JSON-RPC HTTP server: addr=127.0.0.1:9933, allowed origins=Some(["http://localhost:*", "http://127.0.0.1:*", "https://localhost:*", "https://127.0.0.1:*", "https://polkadot.js.org"])
2022-10-06 11:19:50.059 INFO main sc_rpc_server: Running JSON-RPC WS server: addr=127.0.0.1:9944, allowed origins=Some(["http://localhost:*", "http://127.0.0.1:*", "https://localhost:*", "https://127.0.0.1:*", "https://polkadot.js.org"])
2022-10-06 11:19:50.059 INFO main babe: 👶 Starting BABE Authorship worker
2022-10-06 11:19:50.059 DEBUG main afg: Voter Alice noting beginning of round (Round(0), SetId(0)) to network.
2022-10-06 11:19:50.059 TRACE main afg: Registered 0 messages for topic 0xece98a8879501f1df388435fb9844081b417503676839e0bbd111601eb864e62 (round: 0, set_id: 0)
2022-10-06 11:19:50.059 DEBUG main afg: Alice: Starting new voter with set ID 0
2022-10-06 11:19:50.059 DEBUG main afg: Voter Alice noting beginning of round (Round(1), SetId(0)) to network.
2022-10-06 11:19:50.059 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:19:50.059 DEBUG tokio-runtime-worker sub-libp2p: Libp2p <= Starting random Kademlia request for PeerId("1AdMChG1L6DxXpQitTx4nafEqKexWs1svvQVcxniPjdoNZ")
2022-10-06 11:19:50.059 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Query for 0020680624c73bb369fc56517329b74dbb918bec141cec746fe2d86dfe09be0b651a yielded 0 results
2022-10-06 11:19:50.059 INFO tokio-runtime-worker libp2p_mdns::behaviour::iface: creating instance on iface 192.168.88.4
2022-10-06 11:19:50.059 TRACE tokio-runtime-worker sub-libp2p: Libp2p => NewListenAddr(/ip4/127.0.0.1/tcp/30333)
2022-10-06 11:19:50.059 TRACE tokio-runtime-worker sub-libp2p: Libp2p => NewListenAddr(/ip6/::1/tcp/30333)
2022-10-06 11:19:50.059 TRACE tokio-runtime-worker sub-libp2p: Libp2p => NewListenAddr(/ip4/192.168.88.4/tcp/30333)
2022-10-06 11:19:50.730 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:19:50.730 DEBUG tokio-runtime-worker afg: Constructing prevote for round 1
2022-10-06 11:19:50.730 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoting)
2022-10-06 11:19:50.730 DEBUG tokio-runtime-worker afg: Finding best chain containing block 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b with number limit None
2022-10-06 11:19:50.730 DEBUG tokio-runtime-worker afg: Casting prevote for round 1
2022-10-06 11:19:50.731 DEBUG tokio-runtime-worker afg: Announcing block 0x3690…806b to peers which we voted on in round 1 in set 0
2022-10-06 11:19:50.731 TRACE tokio-runtime-worker afg: Round 1: Got incoming message
2022-10-06 11:19:50.731 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:51.064 DEBUG tokio-runtime-worker sub-libp2p: Libp2p <= Starting random Kademlia request for PeerId("1AXYmN5WuYCgKgBbJjRyw7NmtLjpqtv3WF5VCCNf7LX3X8")
2022-10-06 11:19:51.064 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Query for 002011d659ad0f013d6f815ece514c147c2d51f8864c3a02897e409652c1801beebb yielded 0 results
2022-10-06 11:19:51.164 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:52.269 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:52.958 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:19:53.069 DEBUG tokio-runtime-worker sub-libp2p: Libp2p <= Starting random Kademlia request for PeerId("1AkK4zHafxGRM1g8Jwx3Aa9YQbXcQoxf8oxLgbrzcBXyWq")
2022-10-06 11:19:53.070 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Query for 0020cf7c13ac1d3f6bfa8f37cd646dce1b0bf993dfdd5b451a5a6ee7f4e5ef1c7192 yielded 0 results
2022-10-06 11:19:53.374 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:54.479 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:55.061 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:55.062 INFO tokio-runtime-worker substrate: 💤 Idle (0 peers), best: #0 (0x3690…806b), finalized #0 (0x3690…806b), ⬇ 0 ⬆ 0
2022-10-06 11:19:55.584 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:55.861 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:19:56.689 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:57.075 DEBUG tokio-runtime-worker sub-libp2p: Libp2p <= Starting random Kademlia request for PeerId("1AhvvF173TpqhGciRHk5Hw5WWSzd7wPmKYF2g73N5K1BRX")
2022-10-06 11:19:57.075 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Query for 0020ac1809269e989947ab2ca3931f71bd8407d89f9e082a84abfd25da6ce08662d6 yielded 0 results
2022-10-06 11:19:57.791 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:58.762 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:19:58.892 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:58.978 TRACE tokio-runtime-worker sub-libp2p: Libp2p => IncomingConnection(/ip4/127.0.0.1/tcp/30333,/ip4/127.0.0.1/tcp/52321))
2022-10-06 11:19:58.978 TRACE tokio-runtime-worker sub-libp2p: Libp2p => IncomingConnection(/ip4/127.0.0.1/tcp/30333,/ip4/127.0.0.1/tcp/52322))
2022-10-06 11:19:58.980 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Connected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), Listener { local_addr: "/ip4/127.0.0.1/tcp/30333", send_back_addr: "/ip4/127.0.0.1/tcp/52322" }, ConnectionId(1)): Not requested by PSM, disabling.
2022-10-06 11:19:58.980 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Connected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1), Listener { local_addr: "/ip4/127.0.0.1/tcp/30333", send_back_addr: "/ip4/127.0.0.1/tcp/52322" }, ConnectionId(1)): Not requested by PSM, disabling.
2022-10-06 11:19:58.980 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Connected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), Listener { local_addr: "/ip4/127.0.0.1/tcp/30333", send_back_addr: "/ip4/127.0.0.1/tcp/52322" }, ConnectionId(1)): Not requested by PSM, disabling.
2022-10-06 11:19:58.980 DEBUG tokio-runtime-worker sub-libp2p: Libp2p => Connected(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"))
2022-10-06 11:19:58.980 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Connected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), Listener { local_addr: "/ip4/127.0.0.1/tcp/30333", send_back_addr: "/ip4/127.0.0.1/tcp/52321" }, ConnectionId(0)): Secondary connection. Leaving closed.
2022-10-06 11:19:58.980 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Connected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1), Listener { local_addr: "/ip4/127.0.0.1/tcp/30333", send_back_addr: "/ip4/127.0.0.1/tcp/52321" }, ConnectionId(0)): Secondary connection. Leaving closed.
2022-10-06 11:19:58.980 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Connected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), Listener { local_addr: "/ip4/127.0.0.1/tcp/30333", send_back_addr: "/ip4/127.0.0.1/tcp/52321" }, ConnectionId(0)): Secondary connection. Leaving closed.
2022-10-06 11:19:58.980 DEBUG tokio-runtime-worker sub-libp2p: Libp2p => Connected(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"))
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): 172.041µs
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): 371.166µs
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), ConnectionId(1)]) => OpenDesiredByRemote(SetId(0))
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: PSM <= Incoming(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, IncomingIndex(0)).
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker peerset: Incoming PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: PSM => Accept(IncomingIndex(0), 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0)): Enabling connections.
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), ConnectionId(1)) <= Open(SetId(0))
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, ConnectionId(1)) => OpenResultOk(SetId(0))
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sync: New peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp BlockAnnouncesHandshake { roles: AUTHORITY, best_number: 0, best_hash: 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, genesis_hash: 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b }
2022-10-06 11:19:58.981 DEBUG tokio-runtime-worker sync: New peer with known best hash 0x3690…806b (0).
2022-10-06 11:19:58.981 DEBUG tokio-runtime-worker sync: Connected 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2)): Enabling connections.
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), ConnectionId(1)) <= Open(SetId(2))
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1)): Enabling connections.
2022-10-06 11:19:58.981 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), ConnectionId(1)) <= Open(SetId(1))
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, ConnectionId(1)) => OpenResultOk(SetId(2))
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, ConnectionId(1)) => OpenResultOk(SetId(1))
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1))
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 22 bytes)
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker afg: Peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp updated view. Now at Round(1), SetId(0)
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 100. Reason: Grandpa: Neighbor message
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:58.982 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 96. Reason: Duplicate gossip
2022-10-06 11:19:59.097 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 96 -> 95
2022-10-06 11:19:59.488 TRACE tokio-runtime-worker sub-libp2p: Identified PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp") => IdentifyInfo { public_key: Ed25519(PublicKey(compressed): 4cb5abf6ad79fbf5abbccafcc269d85cd2651ed4b885b5869f241aedf0a5ba29), protocol_version: "/substrate/1.0", agent_version: "Gossamer Test Node/v4.0.0-dev-4bac85c2774 (Charlie)", listen_addrs: [], protocols: ["/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/block-announces/1", "/gssmr_test/block-announces/1", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/transactions/1", "/gssmr_test/transactions/1", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", "/paritytech/grandpa/1", "/ipfs/ping/1.0.0", "/ipfs/id/1.0.0", "/ipfs/id/push/1.0.0", "/gssmr_test/kad", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/sync/warp", "/gssmr_test/sync/warp", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/sync/2", "/gssmr_test/sync/2", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/light/2", "/gssmr_test/light/2", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/state/2", "/gssmr_test/state/2"], observed_addr: "/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN" }
2022-10-06 11:19:59.488 TRACE tokio-runtime-worker sub-libp2p: Identified PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp") => IdentifyInfo { public_key: Ed25519(PublicKey(compressed): 4cb5abf6ad79fbf5abbccafcc269d85cd2651ed4b885b5869f241aedf0a5ba29), protocol_version: "/substrate/1.0", agent_version: "Gossamer Test Node/v4.0.0-dev-4bac85c2774 (Charlie)", listen_addrs: [], protocols: ["/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/block-announces/1", "/gssmr_test/block-announces/1", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/transactions/1", "/gssmr_test/transactions/1", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", "/paritytech/grandpa/1", "/ipfs/ping/1.0.0", "/ipfs/id/1.0.0", "/ipfs/id/push/1.0.0", "/gssmr_test/kad", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/sync/warp", "/gssmr_test/sync/warp", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/sync/2", "/gssmr_test/sync/2", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/light/2", "/gssmr_test/light/2", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/state/2", "/gssmr_test/state/2"], observed_addr: "/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN" }
2022-10-06 11:19:59.651 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:19:59.651 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:19:59.651 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:59.654 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:19:59.654 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:19:59.654 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:19:59.654 TRACE tokio-runtime-worker afg: Round 1: Got incoming message
2022-10-06 11:19:59.654 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 111. Reason: Successfull gossip
2022-10-06 11:19:59.654 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 211. Reason: Grandpa: Round message
2022-10-06 11:19:59.992 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:00.066 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:00.067 INFO tokio-runtime-worker substrate: 💤 Idle (1 peers), best: #0 (0x3690…806b), finalized #0 (0x3690…806b), ⬇ 1.0kiB/s ⬆ 1.0kiB/s
2022-10-06 11:20:00.102 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 211 -> 207
2022-10-06 11:20:01.096 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:01.102 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 207 -> 203
2022-10-06 11:20:01.664 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:02.107 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 203 -> 199
2022-10-06 11:20:02.201 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:03.115 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 199 -> 196
2022-10-06 11:20:03.305 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:03.907 TRACE tokio-runtime-worker sub-libp2p: Libp2p => IncomingConnection(/ip4/127.0.0.1/tcp/30333,/ip4/127.0.0.1/tcp/7001))
2022-10-06 11:20:03.914 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Connected(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0), Listener { local_addr: "/ip4/127.0.0.1/tcp/30333", send_back_addr: "/ip4/127.0.0.1/tcp/7001" }, ConnectionId(2)): Not requested by PSM, disabling.
2022-10-06 11:20:03.914 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Connected(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1), Listener { local_addr: "/ip4/127.0.0.1/tcp/30333", send_back_addr: "/ip4/127.0.0.1/tcp/7001" }, ConnectionId(2)): Not requested by PSM, disabling.
2022-10-06 11:20:03.914 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Connected(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), Listener { local_addr: "/ip4/127.0.0.1/tcp/30333", send_back_addr: "/ip4/127.0.0.1/tcp/7001" }, ConnectionId(2)): Not requested by PSM, disabling.
2022-10-06 11:20:03.914 DEBUG tokio-runtime-worker sub-libp2p: Libp2p => Connected(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"))
2022-10-06 11:20:03.919 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): 4.893208ms
2022-10-06 11:20:04.007 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: 🙌 Starting consensus session on top of parent 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b
2022-10-06 11:20:04.022 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: 🎁 Prepared block for proposing at 1 (2 ms) [hash: 0x24074257f406bca74aecdd81e1edb939ff08663be477130fc430c7314aa047cd; parent_hash: 0x3690…806b; extrinsics (1): [0xd498…4d5b]]
2022-10-06 11:20:04.023 INFO tokio-runtime-worker babe: 🔖 Pre-sealed block for proposal at 1. Hash now 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, previously 0x24074257f406bca74aecdd81e1edb939ff08663be477130fc430c7314aa047cd.
2022-10-06 11:20:04.023 INFO tokio-runtime-worker babe: 👶 New epoch 0 launching at block 0x34f9…65a3 (block slot 416267401 >= start slot 416267401).
2022-10-06 11:20:04.023 INFO tokio-runtime-worker babe: 👶 Next epoch starts at slot 416267416
2022-10-06 11:20:04.024 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:04.024 DEBUG tokio-runtime-worker sync: Reannouncing block 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 is_best: true
2022-10-06 11:20:04.024 INFO tokio-runtime-worker substrate: ✨ Imported #1 (0x34f9…65a3)
2022-10-06 11:20:04.024 TRACE tokio-runtime-worker sync: Announcing block 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 to 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:04.024 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), SetId(0), 488 bytes)
2022-10-06 11:20:04.024 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:04.024 DEBUG tokio-runtime-worker sync: New best block imported 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3/#1
2022-10-06 11:20:04.024 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=1, common=0->0, their best=0
2022-10-06 11:20:04.024 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: Starting at `BlockId::Hash(0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3)` with maximum blocks of `1`, reputation_change: `None`, small_request `false`, direction `Descending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:20:04.024 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp starting at `BlockId::Hash(0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3)`: blocks: Some(1), data: Some(539)
2022-10-06 11:20:04.025 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp.
2022-10-06 11:20:04.117 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 196 -> 193
2022-10-06 11:20:04.410 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:04.418 TRACE tokio-runtime-worker sub-libp2p: Identified PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9") => IdentifyInfo { public_key: Ed25519(PublicKey(compressed): bb70169baf6084562c119b183116139220ded7db729f96984345fb2dfc7f3a1e), protocol_version: "ipfs/0.1.0", agent_version: "github.com/ChainSafe/gossamer@cf3ec298f-dirty", listen_addrs: ["/ip4/127.0.0.1/tcp/7001", "/ip4/177.93.65.223/tcp/7001"], protocols: ["/p2p/id/delta/1.0.0", "/ipfs/id/1.0.0", "/ipfs/id/push/1.0.0", "/ipfs/ping/1.0.0", "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", "/gssmr_test/sync/2", "/gssmr_test/light/2", "/gssmr_test/block-announces/1", "/gssmr_test/transactions/1", "/gssmr_test/kad"], observed_addr: "/ip4/127.0.0.1/tcp/30333" }
2022-10-06 11:20:04.418 TRACE tokio-runtime-worker sub-libp2p: Adding self-reported address /ip4/127.0.0.1/tcp/7001 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 to Kademlia DHT /gssmr_test/kad.
2022-10-06 11:20:04.418 TRACE tokio-runtime-worker sub-libp2p: Adding self-reported address /ip4/177.93.65.223/tcp/7001 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 to Kademlia DHT /gssmr_test/kad.
2022-10-06 11:20:04.418 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0)): Enabling connections.
2022-10-06 11:20:04.418 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(0))
2022-10-06 11:20:04.420 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(0))
2022-10-06 11:20:04.420 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:04.420 TRACE tokio-runtime-worker sync: New peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 BlockAnnouncesHandshake { roles: AUTHORITY, best_number: 0, best_hash: 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, genesis_hash: 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b }
2022-10-06 11:20:04.420 DEBUG tokio-runtime-worker sync: New peer with known best hash 0x3690…806b (0).
2022-10-06 11:20:04.420 DEBUG tokio-runtime-worker sync: Connected 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:04.420 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:04.420 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1)): Enabling connections.
2022-10-06 11:20:04.420 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(1))
2022-10-06 11:20:04.420 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2)): Enabling connections.
2022-10-06 11:20:04.420 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(2))
2022-10-06 11:20:04.421 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(1))
2022-10-06 11:20:04.421 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1))
2022-10-06 11:20:04.421 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:04.421 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(2))
2022-10-06 11:20:04.421 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:04.421 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:04.421 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:04.421 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:04.423 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: Starting at `BlockId::Number(1)` with maximum blocks of `128`, reputation_change: `None`, small_request `false`, direction `Ascending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:20:04.423 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 starting at `BlockId::Number(1)`: blocks: Some(1), data: Some(539)
2022-10-06 11:20:04.423 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9.
2022-10-06 11:20:04.425 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 22 bytes)
2022-10-06 11:20:04.425 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:04.425 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:04.425 TRACE tokio-runtime-worker afg: Peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 updated view. Now at Round(1), SetId(0)
2022-10-06 11:20:04.425 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:04.425 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:04.425 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:04.425 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:04.425 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:04.425 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to 100. Reason: Grandpa: Neighbor message
2022-10-06 11:20:04.564 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:05.067 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:05.067 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #1 (0x34f9…65a3), finalized #0 (0x3690…806b), ⬇ 0.7kiB/s ⬆ 1.0kiB/s
2022-10-06 11:20:05.075 DEBUG tokio-runtime-worker sub-libp2p: Libp2p <= Starting random Kademlia request for PeerId("1AWwu3zcaAwZi6Xc7mkPwQYk9VWAYstARste59MazrznC7")
2022-10-06 11:20:05.079 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Query for 002008e7b70dabc734d2c2ef1d13d2b91eb37d9ba197db227d7519f42ce4d4cad1b0 yielded 1 results
2022-10-06 11:20:05.118 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 100 -> 98
2022-10-06 11:20:05.118 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 193 -> 190
2022-10-06 11:20:05.515 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:06.123 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 98 -> 97
2022-10-06 11:20:06.123 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 190 -> 187
2022-10-06 11:20:06.405 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 150 bytes)
2022-10-06 11:20:06.405 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:06.405 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:06.406 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:06.406 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:06.406 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:06.406 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:06.406 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:06.406 TRACE tokio-runtime-worker afg: Round 1: Got incoming message
2022-10-06 11:20:06.406 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +16 to 113. Reason: Successfull gossip
2022-10-06 11:20:06.406 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to 213. Reason: Grandpa: Round message
2022-10-06 11:20:06.407 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:06.407 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:06.407 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:06.407 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 183. Reason: Duplicate gossip
2022-10-06 11:20:06.424 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 150 bytes)
2022-10-06 11:20:06.424 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:06.424 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:06.425 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:06.425 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:06.425 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:06.425 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:06.425 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:06.425 TRACE tokio-runtime-worker afg: Round 1: Got incoming message
2022-10-06 11:20:06.425 DEBUG tokio-runtime-worker afg: Casting precommit for round 1
2022-10-06 11:20:06.425 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +16 to 229. Reason: Successfull gossip
2022-10-06 11:20:06.425 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:06.425 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:06.427 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 150 bytes)
2022-10-06 11:20:06.427 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:06.428 DEBUG tokio-runtime-worker afg: Announcing block 0x3690…806b to peers which we voted on in round 1 in set 0
2022-10-06 11:20:06.428 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:06.428 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:06.428 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:06.428 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:06.428 TRACE tokio-runtime-worker afg: Round 1: Got incoming message
2022-10-06 11:20:06.428 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to 329. Reason: Grandpa: Round message
2022-10-06 11:20:06.428 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:06.428 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 179. Reason: Duplicate gossip
2022-10-06 11:20:06.428 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -4 to 325. Reason: Duplicate gossip
2022-10-06 11:20:06.429 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:06.429 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:06.429 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:06.429 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:06.429 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:06.429 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:06.429 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:06.430 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:06.430 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:06.430 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:06.430 TRACE tokio-runtime-worker afg: Round 1: Got incoming message
2022-10-06 11:20:06.430 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 195. Reason: Successfull gossip
2022-10-06 11:20:06.430 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 191. Reason: Duplicate gossip
2022-10-06 11:20:06.430 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 291. Reason: Grandpa: Round message
2022-10-06 11:20:06.431 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 150 bytes)
2022-10-06 11:20:06.431 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:06.431 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:06.431 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -4 to 321. Reason: Duplicate gossip
2022-10-06 11:20:06.618 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:07.126 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 321 -> 315
2022-10-06 11:20:07.126 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 291 -> 286
2022-10-06 11:20:07.468 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:07.719 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:08.130 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 315 -> 309
2022-10-06 11:20:08.130 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 286 -> 281
2022-10-06 11:20:08.405 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 150 bytes)
2022-10-06 11:20:08.405 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker afg: Round 1: Got incoming message
2022-10-06 11:20:08.406 DEBUG tokio-runtime-worker afg: Completed round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:08.406 DEBUG tokio-runtime-worker afg: Round 1: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:08.406 DEBUG tokio-runtime-worker afg: Round 1: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker afg: Best round at 1 has become completable. Starting new best round at 2
2022-10-06 11:20:08.406 DEBUG tokio-runtime-worker afg: Voter Alice completed round 1 in set 0. Estimate = Some(0), Finalized in round = Some(0)
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +16 to 325. Reason: Successfull gossip
2022-10-06 11:20:08.406 DEBUG tokio-runtime-worker afg: Voter Alice noting beginning of round (Round(2), SetId(0)) to network.
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:08.406 DEBUG tokio-runtime-worker afg: Completed round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:08.406 DEBUG tokio-runtime-worker afg: Round 1: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:08.406 DEBUG tokio-runtime-worker afg: Round 1: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:08.406 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.406 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.407 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to 425. Reason: Grandpa: Round message
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.407 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 277. Reason: Duplicate gossip
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 22 bytes)
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.407 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker afg: Peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp updated view. Now at Round(2), SetId(0)
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.407 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.407 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 377. Reason: Grandpa: Neighbor message
2022-10-06 11:20:08.409 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 22 bytes)
2022-10-06 11:20:08.409 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:08.409 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.409 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.409 TRACE tokio-runtime-worker afg: Peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 updated view. Now at Round(1), SetId(0)
2022-10-06 11:20:08.409 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.409 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.409 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to 525. Reason: Grandpa: Neighbor message
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 451 bytes)
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.412 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +16 to 541. Reason: Successfull gossip
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker afg: Got commit for round_number 1: target_number: 0, target_hash: 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:08.412 DEBUG tokio-runtime-worker afg: Completed round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:08.412 DEBUG tokio-runtime-worker afg: Round 1: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:08.412 DEBUG tokio-runtime-worker afg: Round 1: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.412 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.412 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.412 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to 641. Reason: Grandpa: Commit
2022-10-06 11:20:08.413 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 22 bytes)
2022-10-06 11:20:08.413 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:08.413 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.413 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.413 TRACE tokio-runtime-worker afg: Peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp updated view. Now at Round(2), SetId(0)
2022-10-06 11:20:08.413 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.413 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.413 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 477. Reason: Grandpa: Neighbor message
2022-10-06 11:20:08.571 TRACE tokio-runtime-worker afg: Polling round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:08.571 DEBUG tokio-runtime-worker afg: Completed round 1, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:08.571 DEBUG tokio-runtime-worker afg: Round 1: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:08.571 DEBUG tokio-runtime-worker afg: Round 1: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:08.571 DEBUG tokio-runtime-worker afg: Voter Alice concluded round 1 in set 0. Estimate = Some(0), Finalized in round = Some(0)
2022-10-06 11:20:08.571 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.571 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:08.824 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:08.824 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:09.072 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:09.073 DEBUG tokio-runtime-worker afg: Last round estimate has been finalized, not sending primary block hint for round 2
2022-10-06 11:20:09.073 DEBUG tokio-runtime-worker afg: Constructing prevote for round 2
2022-10-06 11:20:09.073 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoting)
2022-10-06 11:20:09.073 DEBUG tokio-runtime-worker afg: Finding best chain containing block 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b with number limit None
2022-10-06 11:20:09.073 DEBUG tokio-runtime-worker afg: Casting prevote for round 2
2022-10-06 11:20:09.076 DEBUG tokio-runtime-worker afg: Announcing block 0x3690…806b to peers which we voted on in round 2 in set 0
2022-10-06 11:20:09.076 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:09.076 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:09.076 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:09.076 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:09.076 TRACE tokio-runtime-worker afg: Round 2: Got incoming message
2022-10-06 11:20:09.076 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker afg: Round 2: Got incoming message
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 641 -> 629
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 477 -> 468
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 484. Reason: Successfull gossip
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 480. Reason: Duplicate gossip
2022-10-06 11:20:09.078 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 580. Reason: Grandpa: Round message
2022-10-06 11:20:09.928 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:10.071 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:10.071 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #1 (0x34f9…65a3), finalized #0 (0x3690…806b), ⬇ 0.6kiB/s ⬆ 0.6kiB/s
2022-10-06 11:20:10.134 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 629 -> 617
2022-10-06 11:20:10.134 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 580 -> 569
2022-10-06 11:20:10.374 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:10.415 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 150 bytes)
2022-10-06 11:20:10.416 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:10.416 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:10.416 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:10.416 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:10.416 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:10.416 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:10.416 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:10.416 TRACE tokio-runtime-worker afg: Round 2: Got incoming message
2022-10-06 11:20:10.416 DEBUG tokio-runtime-worker afg: Casting precommit for round 2
2022-10-06 11:20:10.416 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +16 to 633. Reason: Successfull gossip
2022-10-06 11:20:10.417 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:10.417 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:10.422 DEBUG tokio-runtime-worker afg: Announcing block 0x3690…806b to peers which we voted on in round 2 in set 0
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker afg: Round 2: Got incoming message
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to 733. Reason: Grandpa: Round message
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 565. Reason: Duplicate gossip
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:10.422 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker afg: Round 2: Got incoming message
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 581. Reason: Successfull gossip
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 681. Reason: Grandpa: Round message
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:10.423 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 677. Reason: Duplicate gossip
2022-10-06 11:20:11.029 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:11.139 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 733 -> 719
2022-10-06 11:20:11.139 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 677 -> 664
2022-10-06 11:20:12.013 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:12.013 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:12.013 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb with number 2 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:12.013 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb, number: 2, parent_hash: 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, state: Some(Best) }. local_best=true
2022-10-06 11:20:12.013 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp common number from=0 => to=1.
2022-10-06 11:20:12.013 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x1c87…75cb AnnouncementSummary { block_hash: 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb, number: 2, parent_hash: 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, state: Some(Best) }
2022-10-06 11:20:12.013 TRACE tokio-runtime-worker sync: New block request for 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, (best:2, common:1) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:12.015 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (2)
2022-10-06 11:20:12.015 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:12.015 TRACE tokio-runtime-worker sync: 1 blocks ready for import
2022-10-06 11:20:12.015 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb) with origin NetworkBroadcast
2022-10-06 11:20:12.015 TRACE tokio-runtime-worker sync: Completed fork sync 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb
2022-10-06 11:20:12.015 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 info, ours=2, common=0->0, their best=0
2022-10-06 11:20:12.015 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=2, common=1->2, their best=2
2022-10-06 11:20:12.015 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:12.015 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (2)
2022-10-06 11:20:12.015 TRACE tokio-runtime-worker sync: Header 0x1c87…75cb has 2 logs
2022-10-06 11:20:12.019 TRACE tokio-runtime-worker sync: Block imported successfully Some(2) (0x1c87…75cb)
2022-10-06 11:20:12.021 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:12.021 TRACE tokio-runtime-worker sync: Cleared blocks from 2 to 3
2022-10-06 11:20:12.021 DEBUG tokio-runtime-worker sync: Reannouncing block 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb is_best: true
2022-10-06 11:20:12.021 TRACE tokio-runtime-worker sync: Announcing block 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb to 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:12.021 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(0), 287 bytes)
2022-10-06 11:20:12.021 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:12.021 DEBUG tokio-runtime-worker sync: New best block imported 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb/#2
2022-10-06 11:20:12.021 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:12.021 INFO tokio-runtime-worker substrate: ✨ Imported #2 (0x1c87…75cb)
2022-10-06 11:20:12.022 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: Starting at `BlockId::Hash(0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb)` with maximum blocks of `128`, reputation_change: `None`, small_request `false`, direction `Ascending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:20:12.022 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 starting at `BlockId::Hash(0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb)`: blocks: Some(1), data: Some(338)
2022-10-06 11:20:12.022 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9.
2022-10-06 11:20:12.023 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0), 286 bytes)
2022-10-06 11:20:12.023 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:12.023 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb with number 2 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:12.023 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): AnnouncementSummary { block_hash: 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb, number: 2, parent_hash: 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, state: Some(Best) }. local_best=true
2022-10-06 11:20:12.023 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 common number from=0 => to=2.
2022-10-06 11:20:12.024 TRACE tokio-runtime-worker sync: Known block announce from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 0x1c87…75cb
2022-10-06 11:20:12.134 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:12.141 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 719 -> 705
2022-10-06 11:20:12.141 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 664 -> 651
2022-10-06 11:20:12.413 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 150 bytes)
2022-10-06 11:20:12.413 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Round 2: Got incoming message
2022-10-06 11:20:12.414 DEBUG tokio-runtime-worker afg: Completed round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:12.414 DEBUG tokio-runtime-worker afg: Round 2: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:12.414 DEBUG tokio-runtime-worker afg: Round 2: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Best round at 2 has become completable. Starting new best round at 3
2022-10-06 11:20:12.414 DEBUG tokio-runtime-worker afg: Voter Alice completed round 2 in set 0. Estimate = Some(0), Finalized in round = Some(0)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +16 to 721. Reason: Successfull gossip
2022-10-06 11:20:12.414 DEBUG tokio-runtime-worker afg: Voter Alice noting beginning of round (Round(3), SetId(0)) to network.
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:12.414 DEBUG tokio-runtime-worker afg: Completed round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:12.414 DEBUG tokio-runtime-worker afg: Round 2: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:12.414 DEBUG tokio-runtime-worker afg: Round 2: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to 821. Reason: Grandpa: Round message
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 647. Reason: Duplicate gossip
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 22 bytes)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp updated view. Now at Round(3), SetId(0)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 747. Reason: Grandpa: Neighbor message
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 22 bytes)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 updated view. Now at Round(2), SetId(0)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:12.414 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to 921. Reason: Grandpa: Neighbor message
2022-10-06 11:20:12.456 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:12.459 DEBUG tokio-runtime-worker afg: Completed round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:12.459 DEBUG tokio-runtime-worker afg: Round 2: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:12.459 DEBUG tokio-runtime-worker afg: Round 2: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:12.459 DEBUG tokio-runtime-worker afg: Committing: round_number = 2, target_number = 0, target_hash = 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b
2022-10-06 11:20:12.459 TRACE tokio-runtime-worker afg: Polling round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:12.459 DEBUG tokio-runtime-worker afg: Completed round 2, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:12.459 DEBUG tokio-runtime-worker afg: Round 2: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:12.459 DEBUG tokio-runtime-worker afg: Round 2: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:12.459 DEBUG tokio-runtime-worker afg: Voter Alice concluded round 2 in set 0. Estimate = Some(0), Finalized in round = Some(0)
2022-10-06 11:20:12.459 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:12.915 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 451 bytes)
2022-10-06 11:20:12.915 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:12.916 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:12.916 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:12.916 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -50 to 871. Reason: Grandpa: Past message
2022-10-06 11:20:13.080 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:13.080 DEBUG tokio-runtime-worker afg: Constructing prevote for round 3
2022-10-06 11:20:13.080 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoting)
2022-10-06 11:20:13.080 DEBUG tokio-runtime-worker afg: Finding best chain containing block 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b with number limit None
2022-10-06 11:20:13.080 DEBUG tokio-runtime-worker afg: Casting prevote for round 3
2022-10-06 11:20:13.082 DEBUG tokio-runtime-worker afg: Announcing block 0x3690…806b to peers which we voted on in round 3 in set 0
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker afg: Round 3: Got incoming message
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker afg: Round 3: Got incoming message
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 871 -> 854
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 747 -> 733
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 749. Reason: Successfull gossip
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 849. Reason: Grandpa: Round message
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:13.082 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:13.083 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 845. Reason: Duplicate gossip
2022-10-06 11:20:13.235 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:13.275 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:13.986 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): 178µs
2022-10-06 11:20:13.986 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): 253.875µs
2022-10-06 11:20:14.151 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 854 -> 837
2022-10-06 11:20:14.151 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 845 -> 829
2022-10-06 11:20:14.338 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:14.674 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0), 286 bytes)
2022-10-06 11:20:14.674 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:14.674 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 with number 2 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:14.674 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): AnnouncementSummary { block_hash: 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, number: 2, parent_hash: 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, state: Some(Best) }. local_best=true
2022-10-06 11:20:14.674 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 0x9c8b…3ef1 AnnouncementSummary { block_hash: 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, number: 2, parent_hash: 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, state: Some(Best) }
2022-10-06 11:20:14.674 TRACE tokio-runtime-worker sync: Downloading requested fork 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, 1 blocks
2022-10-06 11:20:14.674 TRACE tokio-runtime-worker sync: Downloading fork 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:14.676 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 with 1 blocks (2)
2022-10-06 11:20:14.676 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:14.676 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1) with origin NetworkBroadcast
2022-10-06 11:20:14.676 TRACE tokio-runtime-worker sync: Completed fork sync 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1
2022-10-06 11:20:14.676 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:14.676 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (2)
2022-10-06 11:20:14.676 TRACE tokio-runtime-worker sync: Header 0x9c8b…3ef1 has 2 logs
2022-10-06 11:20:14.677 TRACE tokio-runtime-worker sync: Block imported successfully Some(2) (0x9c8b…3ef1)
2022-10-06 11:20:14.677 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:14.677 DEBUG tokio-runtime-worker sync: Reannouncing block 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 is_best: false
2022-10-06 11:20:14.677 TRACE tokio-runtime-worker sync: Announcing block 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 to 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:14.677 INFO tokio-runtime-worker substrate: ✨ Imported #2 (0x9c8b…3ef1)
2022-10-06 11:20:14.677 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), SetId(0), 287 bytes)
2022-10-06 11:20:14.677 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:14.677 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:14.677 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:14.677 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:14.677 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 with number 2 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:14.677 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, number: 2, parent_hash: 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, state: Some(Normal) }. local_best=false
2022-10-06 11:20:14.677 TRACE tokio-runtime-worker sync: Known block announce from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x9c8b…3ef1
2022-10-06 11:20:14.918 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 150 bytes)
2022-10-06 11:20:14.918 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:14.918 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:14.918 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:14.918 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:14.918 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:14.918 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:14.918 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:14.918 TRACE tokio-runtime-worker afg: Round 3: Got incoming message
2022-10-06 11:20:14.918 DEBUG tokio-runtime-worker afg: Casting precommit for round 3
2022-10-06 11:20:14.918 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +16 to 853. Reason: Successfull gossip
2022-10-06 11:20:14.920 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:14.920 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:14.923 DEBUG tokio-runtime-worker afg: Announcing block 0x3690…806b to peers which we voted on in round 3 in set 0
2022-10-06 11:20:14.923 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:14.923 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:14.923 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:14.923 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:14.923 TRACE tokio-runtime-worker afg: Round 3: Got incoming message
2022-10-06 11:20:14.923 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:14.923 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to 953. Reason: Grandpa: Round message
2022-10-06 11:20:14.923 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 825. Reason: Duplicate gossip
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker afg: Round 3: Got incoming message
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 841. Reason: Successfull gossip
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 941. Reason: Grandpa: Round message
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:14.924 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:14.925 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:14.925 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 937. Reason: Duplicate gossip
2022-10-06 11:20:15.076 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:15.076 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #2 (0x1c87…75cb), finalized #0 (0x3690…806b), ⬇ 1.2kiB/s ⬆ 1.1kiB/s
2022-10-06 11:20:15.156 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 953 -> 934
2022-10-06 11:20:15.156 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 937 -> 919
2022-10-06 11:20:15.443 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:16.017 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:16.017 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:16.017 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 with number 3 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:16.017 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25, number: 3, parent_hash: 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb, state: Some(Best) }. local_best=true
2022-10-06 11:20:16.017 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x0bde…de25 AnnouncementSummary { block_hash: 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25, number: 3, parent_hash: 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb, state: Some(Best) }
2022-10-06 11:20:16.017 TRACE tokio-runtime-worker sync: New block request for 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, (best:3, common:2) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:16.019 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0), 286 bytes)
2022-10-06 11:20:16.019 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:16.019 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 with number 3 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:16.019 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): AnnouncementSummary { block_hash: 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25, number: 3, parent_hash: 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb, state: Some(Best) }. local_best=true
2022-10-06 11:20:16.019 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 0x0bde…de25 AnnouncementSummary { block_hash: 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25, number: 3, parent_hash: 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb, state: Some(Best) }
2022-10-06 11:20:16.019 TRACE tokio-runtime-worker sync: New block request for 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, (best:3, common:2) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (3)
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: Inserting block data still marked as being downloaded: 3
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: 1 blocks ready for import
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25) with origin NetworkBroadcast
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: Completed fork sync 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 info, ours=3, common=2->3, their best=3
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=3, common=2->3, their best=3
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (3)
2022-10-06 11:20:16.020 TRACE tokio-runtime-worker sync: Header 0x0bde…de25 has 2 logs
2022-10-06 11:20:16.021 DEBUG tokio-runtime-worker sync: Request to peer PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9") failed: Refused.
2022-10-06 11:20:16.021 TRACE tokio-runtime-worker sub-libp2p: External API => Disconnect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:16.021 TRACE tokio-runtime-worker sub-libp2p: PSM <= Dropped(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:16.021 TRACE tokio-runtime-worker peerset: Dropping 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -256 to 678
2022-10-06 11:20:16.021 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:16.021 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Close(SetId(0))
2022-10-06 11:20:16.021 DEBUG tokio-runtime-worker sync: 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 disconnected
2022-10-06 11:20:16.021 TRACE tokio-runtime-worker sync: 0 blocks ready for import
2022-10-06 11:20:16.021 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0)): No connection in proper state. Delaying.
2022-10-06 11:20:16.021 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1024 to -346. Reason: Request refused
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker sub-libp2p: PSM => Drop(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1)): Disabling connections.
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1))
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker sub-libp2p: Handler((PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(1)), ConnectionId(2)) <= Close(SetId(1))
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker sub-libp2p: PSM => Drop(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2)): Disabling connections.
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker sub-libp2p: Handler((PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(2)), ConnectionId(2)) <= Close(SetId(2))
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(0))
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(1))
2022-10-06 11:20:16.022 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(2))
2022-10-06 11:20:16.023 TRACE tokio-runtime-worker sync: Block imported successfully Some(3) (0x0bde…de25)
2022-10-06 11:20:16.023 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:16.023 TRACE tokio-runtime-worker sync: Cleared blocks from 3 to 4
2022-10-06 11:20:16.023 DEBUG tokio-runtime-worker sync: Reannouncing block 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 is_best: true
2022-10-06 11:20:16.023 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:16.023 DEBUG tokio-runtime-worker sync: New best block imported 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25/#3
2022-10-06 11:20:16.023 INFO tokio-runtime-worker substrate: ✨ Imported #3 (0x0bde…de25)
2022-10-06 11:20:16.161 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -346 -> -340
2022-10-06 11:20:16.161 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 919 -> 901
2022-10-06 11:20:16.177 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:16.544 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:16.917 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:16.917 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 22 bytes)
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: None, estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 917. Reason: Successfull gossip
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker afg: Round 3: Got incoming message
2022-10-06 11:20:16.918 DEBUG tokio-runtime-worker afg: Completed round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:16.918 DEBUG tokio-runtime-worker afg: Round 3: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:16.918 DEBUG tokio-runtime-worker afg: Round 3: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker afg: Best round at 3 has become completable. Starting new best round at 4
2022-10-06 11:20:16.918 DEBUG tokio-runtime-worker afg: Voter Alice completed round 3 in set 0. Estimate = Some(0), Finalized in round = Some(0)
2022-10-06 11:20:16.918 DEBUG tokio-runtime-worker afg: Voter Alice noting beginning of round (Round(4), SetId(0)) to network.
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:16.918 DEBUG tokio-runtime-worker afg: Completed round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:16.918 DEBUG tokio-runtime-worker afg: Round 3: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:16.918 DEBUG tokio-runtime-worker afg: Round 3: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker afg: Peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp updated view. Now at Round(4), SetId(0)
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1017. Reason: Grandpa: Round message
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:16.918 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1117. Reason: Grandpa: Neighbor message
2022-10-06 11:20:16.991 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:16.991 DEBUG tokio-runtime-worker afg: Completed round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:16.991 DEBUG tokio-runtime-worker afg: Round 3: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:16.991 DEBUG tokio-runtime-worker afg: Round 3: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:16.991 DEBUG tokio-runtime-worker afg: Committing: round_number = 3, target_number = 0, target_hash = 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b
2022-10-06 11:20:16.991 TRACE tokio-runtime-worker afg: Polling round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:16.991 DEBUG tokio-runtime-worker afg: Completed round 3, state = State { prevote_ghost: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), finalized: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), estimate: Some((0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 0)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:16.991 DEBUG tokio-runtime-worker afg: Round 3: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:16.991 DEBUG tokio-runtime-worker afg: Round 3: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:16.991 DEBUG tokio-runtime-worker afg: Voter Alice concluded round 3 in set 0. Estimate = Some(0), Finalized in round = Some(0)
2022-10-06 11:20:16.991 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:17.164 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -340 -> -334
2022-10-06 11:20:17.164 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1117 -> 1095
2022-10-06 11:20:17.589 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:17.589 DEBUG tokio-runtime-worker afg: Constructing prevote for round 4
2022-10-06 11:20:17.589 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoting)
2022-10-06 11:20:17.589 DEBUG tokio-runtime-worker afg: Finding best chain containing block 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b with number limit None
2022-10-06 11:20:17.589 DEBUG tokio-runtime-worker afg: Casting prevote for round 4
2022-10-06 11:20:17.590 DEBUG tokio-runtime-worker afg: Announcing block 0x34f9…65a3 to peers which we voted on in round 4 in set 0
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker afg: Round 4: Got incoming message
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:17.590 DEBUG tokio-runtime-worker sync: Reannouncing block 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 is_best: false
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker afg: Round 4: Got incoming message
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 1111. Reason: Successfull gossip
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1211. Reason: Grandpa: Round message
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:17.590 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 1207. Reason: Duplicate gossip
2022-10-06 11:20:17.649 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:18.169 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -334 -> -328
2022-10-06 11:20:18.169 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1207 -> 1183
2022-10-06 11:20:18.671 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)]) => OpenDesiredByRemote(SetId(0))
2022-10-06 11:20:18.671 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(0))
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(0))
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sync: New peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 BlockAnnouncesHandshake { roles: AUTHORITY, best_number: 3, best_hash: 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017, genesis_hash: 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b }
2022-10-06 11:20:18.672 DEBUG tokio-runtime-worker sync: New peer with unknown best hash 0x1d4f…a017 (3), searching for common ancestor.
2022-10-06 11:20:18.672 DEBUG tokio-runtime-worker sync: Connected 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0), 286 bytes)
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:18.672 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 with number 3 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): AnnouncementSummary { block_hash: 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017, number: 3, parent_hash: 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, state: Some(Best) }. local_best=true
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sync: Peer state is ancestor search.
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2)): Enabling connections.
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(2))
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1)): Enabling connections.
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(1))
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(1))
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1))
2022-10-06 11:20:18.672 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(2))
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:18.673 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 with number 3 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017, number: 3, parent_hash: 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, state: Some(Best) }. local_best=true
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x1d4f…a017 AnnouncementSummary { block_hash: 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017, number: 3, parent_hash: 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, state: Some(Best) }
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Downloading requested fork 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, 1 blocks
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Downloading fork 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 with 1 blocks (3)
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Got ancestry block #3 (0x1d4f…a017) from peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (3)
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017) with origin NetworkBroadcast
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Completed fork sync 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (3)
2022-10-06 11:20:18.673 TRACE tokio-runtime-worker sync: Header 0x1d4f…a017 has 2 logs
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 22 bytes)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 with 1 blocks (2)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sync: Got ancestry block #2 (0x9c8b…3ef1) from peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker afg: Peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 updated view. Now at Round(4), SetId(0)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to -228. Reason: Grandpa: Neighbor message
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sync: Block imported successfully Some(3) (0x1d4f…a017)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:18.674 DEBUG tokio-runtime-worker sync: Reannouncing block 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 is_best: true
2022-10-06 11:20:18.674 DEBUG tokio-runtime-worker sync: New best block imported 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017/#3
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:18.674 INFO tokio-runtime-worker sc_informant: ♻️ Reorg on #3,0x0bde…de25 to #3,0x1d4f…a017, common ancestor #1,0x34f9…65a3
2022-10-06 11:20:18.674 INFO tokio-runtime-worker substrate: ✨ Imported #3 (0x1d4f…a017)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 with 1 blocks (1)
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sync: Got ancestry block #0 (0x34f9…65a3) from peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sync: Ancestry search: genesis mismatch for peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API => Disconnect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: PSM <= Dropped(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker peerset: Dropping 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -256 to -484
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Close(SetId(0))
2022-10-06 11:20:18.674 DEBUG tokio-runtime-worker sync: 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 disconnected
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sync: 0 blocks ready for import
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0)): No connection in proper state. Delaying.
2022-10-06 11:20:18.674 DEBUG tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -2147483648 to -2147483648. Reason: Genesis mismatch, Disconnecting
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: PSM => Drop(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0)): Interrupting pending enabling.
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: PSM => Drop(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1)): Disabling connections.
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1))
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler((PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(1)), ConnectionId(2)) <= Close(SetId(1))
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: PSM => Drop(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2)): Disabling connections.
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler((PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(2)), ConnectionId(2)) <= Close(SetId(2))
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(0))
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(1))
2022-10-06 11:20:18.674 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:18.675 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(2))
2022-10-06 11:20:18.754 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:18.925 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): 555.333µs
2022-10-06 11:20:19.080 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:19.172 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -2147483648 -> -2104533976
2022-10-06 11:20:19.172 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1183 -> 1160
2022-10-06 11:20:19.423 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:19.423 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:19.423 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:19.424 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:19.424 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:19.424 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:19.424 TRACE tokio-runtime-worker afg: Round 4: Got incoming message
2022-10-06 11:20:19.424 DEBUG tokio-runtime-worker afg: Casting precommit for round 4
2022-10-06 11:20:19.424 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 1176. Reason: Successfull gossip
2022-10-06 11:20:19.427 DEBUG tokio-runtime-worker afg: Announcing block 0x34f9…65a3 to peers which we voted on in round 4 in set 0
2022-10-06 11:20:19.427 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:19.427 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:19.427 DEBUG tokio-runtime-worker sync: Reannouncing block 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 is_best: false
2022-10-06 11:20:19.427 TRACE tokio-runtime-worker afg: Round 4: Got incoming message
2022-10-06 11:20:19.427 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:19.427 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:19.427 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: None, estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:19.427 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1276. Reason: Grandpa: Round message
2022-10-06 11:20:19.427 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: None, estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:19.428 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:19.428 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:19.428 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: None, estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:19.428 TRACE tokio-runtime-worker afg: Round 4: Got incoming message
2022-10-06 11:20:19.428 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 1292. Reason: Successfull gossip
2022-10-06 11:20:19.428 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1392. Reason: Grandpa: Round message
2022-10-06 11:20:19.428 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:19.428 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:19.428 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: None, estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:19.428 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 1388. Reason: Duplicate gossip
2022-10-06 11:20:19.859 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: None, estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:20.011 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:20.011 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:20.011 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b with number 4 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:20.011 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b, number: 4, parent_hash: 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017, state: Some(Best) }. local_best=true
2022-10-06 11:20:20.011 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x4e3a…a03b AnnouncementSummary { block_hash: 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b, number: 4, parent_hash: 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017, state: Some(Best) }
2022-10-06 11:20:20.011 TRACE tokio-runtime-worker sync: New block request for 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, (best:4, common:3) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:20.012 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (4)
2022-10-06 11:20:20.012 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:20.012 TRACE tokio-runtime-worker sync: 1 blocks ready for import
2022-10-06 11:20:20.012 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b) with origin NetworkBroadcast
2022-10-06 11:20:20.012 TRACE tokio-runtime-worker sync: Completed fork sync 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b
2022-10-06 11:20:20.012 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=4, common=3->4, their best=4
2022-10-06 11:20:20.012 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:20.013 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (4)
2022-10-06 11:20:20.013 TRACE tokio-runtime-worker sync: Header 0x4e3a…a03b has 2 logs
2022-10-06 11:20:20.015 TRACE tokio-runtime-worker sync: Block imported successfully Some(4) (0x4e3a…a03b)
2022-10-06 11:20:20.015 DEBUG tokio-runtime-worker sync: Reannouncing block 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b is_best: true
2022-10-06 11:20:20.015 DEBUG tokio-runtime-worker sync: New best block imported 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b/#4
2022-10-06 11:20:20.015 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:20.015 TRACE tokio-runtime-worker sync: Cleared blocks from 4 to 5
2022-10-06 11:20:20.015 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: None, estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:20.015 INFO tokio-runtime-worker substrate: ✨ Imported #4 (0x4e3a…a03b)
2022-10-06 11:20:20.080 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: None, estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:20.080 INFO tokio-runtime-worker substrate: 💤 Idle (1 peers), best: #4 (0x4e3a…a03b), finalized #0 (0x3690…806b), ⬇ 1.7kiB/s ⬆ 1.1kiB/s
2022-10-06 11:20:20.177 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -2104533976 -> -2062443297
2022-10-06 11:20:20.177 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1388 -> 1361
2022-10-06 11:20:20.962 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: None, estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:21.077 DEBUG tokio-runtime-worker sub-libp2p: Libp2p <= Starting random Kademlia request for PeerId("1AcXwLZ2HJVhopqo7RhMKJjh5wFYZQ8h3Y4RQPhGdaB2SM")
2022-10-06 11:20:21.079 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Query for 00205bea7b3dc58c2e741cd8c289fa3a55a4f80b4002b3f88bface9171bcdc20e7c2 yielded 1 results
2022-10-06 11:20:21.177 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -2062443297 -> -2021194432
2022-10-06 11:20:21.177 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1361 -> 1334
2022-10-06 11:20:21.424 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)]) => OpenDesiredByRemote(SetId(2))
2022-10-06 11:20:21.424 TRACE tokio-runtime-worker sub-libp2p: PSM <= Incoming(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, IncomingIndex(1)).
2022-10-06 11:20:21.424 TRACE tokio-runtime-worker peerset: Incoming PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")
2022-10-06 11:20:21.424 TRACE tokio-runtime-worker sub-libp2p: PSM => Reject(IncomingIndex(1), 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2)): Rejecting connections.
2022-10-06 11:20:21.424 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Close(SetId(2))
2022-10-06 11:20:21.424 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(2))
2022-10-06 11:20:21.424 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:21.424 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:21.424 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: None, estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:21.425 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:21.425 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:21.425 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: None, estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:21.425 TRACE tokio-runtime-worker afg: Round 4: Got incoming message
2022-10-06 11:20:21.425 DEBUG tokio-runtime-worker afg: Completed round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:21.425 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 1350. Reason: Successfull gossip
2022-10-06 11:20:21.425 DEBUG tokio-runtime-worker afg: Round 4: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:21.425 DEBUG tokio-runtime-worker afg: Round 4: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:21.425 TRACE tokio-runtime-worker afg: Best round at 4 has become completable. Starting new best round at 5
2022-10-06 11:20:21.425 DEBUG tokio-runtime-worker afg: Voter Alice completed round 4 in set 0. Estimate = Some(1), Finalized in round = Some(1)
2022-10-06 11:20:21.425 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 22 bytes)
2022-10-06 11:20:21.425 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:21.425 DEBUG tokio-runtime-worker afg: Voter Alice noting beginning of round (Round(5), SetId(0)) to network.
2022-10-06 11:20:21.425 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:21.425 DEBUG tokio-runtime-worker afg: Completed round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:21.425 DEBUG tokio-runtime-worker afg: Round 4: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:21.425 DEBUG tokio-runtime-worker afg: Round 4: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:21.425 DEBUG tokio-runtime-worker afg: Finalizing blocks up to (1, 0x34f9…65a3)
2022-10-06 11:20:21.426 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:21.426 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:21.426 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:21.426 TRACE tokio-runtime-worker afg: Peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp updated view. Now at Round(5), SetId(0)
2022-10-06 11:20:21.426 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1450. Reason: Grandpa: Round message
2022-10-06 11:20:21.426 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:21.426 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1550. Reason: Grandpa: Neighbor message
2022-10-06 11:20:21.664 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:21.664 DEBUG tokio-runtime-worker afg: Completed round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:21.664 DEBUG tokio-runtime-worker afg: Round 4: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:21.664 DEBUG tokio-runtime-worker afg: Round 4: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:21.664 DEBUG tokio-runtime-worker afg: Committing: round_number = 4, target_number = 1, target_hash = 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3
2022-10-06 11:20:21.664 TRACE tokio-runtime-worker afg: Polling round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:21.664 DEBUG tokio-runtime-worker afg: Completed round 4, state = State { prevote_ghost: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), finalized: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), estimate: Some((0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, 1)), completable: true }, step = Some(Precommitted)
2022-10-06 11:20:21.664 DEBUG tokio-runtime-worker afg: Round 4: prevotes: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:21.664 DEBUG tokio-runtime-worker afg: Round 4: precommits: 3/3/4 weight, 3/4 actual
2022-10-06 11:20:21.664 DEBUG tokio-runtime-worker afg: Voter Alice concluded round 4 in set 0. Estimate = Some(1), Finalized in round = Some(1)
2022-10-06 11:20:21.664 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 451 bytes)
2022-10-06 11:20:21.664 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:21.664 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:21.664 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:21.664 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:21.664 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:21.665 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 22 bytes)
2022-10-06 11:20:21.665 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:21.665 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:21.665 TRACE tokio-runtime-worker afg: Peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp updated view. Now at Round(5), SetId(0)
2022-10-06 11:20:21.665 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:21.665 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1650. Reason: Grandpa: Neighbor message
2022-10-06 11:20:21.985 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:22.067 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:22.096 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Start)
2022-10-06 11:20:22.096 DEBUG tokio-runtime-worker afg: Constructing prevote for round 5
2022-10-06 11:20:22.096 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoting)
2022-10-06 11:20:22.096 DEBUG tokio-runtime-worker afg: Finding best chain containing block 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 with number limit None
2022-10-06 11:20:22.096 DEBUG tokio-runtime-worker afg: Casting prevote for round 5
2022-10-06 11:20:22.097 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:22.097 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:22.099 DEBUG tokio-runtime-worker afg: Announcing block 0x9c8b…3ef1 to peers which we voted on in round 5 in set 0
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:22.099 DEBUG tokio-runtime-worker sync: Reannouncing block 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 is_best: false
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker afg: Round 5: Got incoming message
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker afg: Round 5: Got incoming message
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -2021194432 -> -1980770544
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1650 -> 1617
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 1633. Reason: Successfull gossip
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1733. Reason: Grandpa: Round message
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:22.099 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 1729. Reason: Duplicate gossip
2022-10-06 11:20:23.172 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:23.187 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1980770544 -> -1941155134
2022-10-06 11:20:23.187 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1729 -> 1695
2022-10-06 11:20:24.192 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1941155134 -> -1902332032
2022-10-06 11:20:24.192 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1695 -> 1662
2022-10-06 11:20:24.277 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:24.887 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:25.085 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:25.085 INFO tokio-runtime-worker substrate: 💤 Idle (1 peers), best: #4 (0x4e3a…a03b), finalized #1 (0x34f9…65a3), ⬇ 0.2kiB/s ⬆ 0.3kiB/s
2022-10-06 11:20:25.194 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1902332032 -> -1864285392
2022-10-06 11:20:25.194 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1662 -> 1629
2022-10-06 11:20:25.382 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:26.196 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1864285392 -> -1826999685
2022-10-06 11:20:26.197 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1629 -> 1597
2022-10-06 11:20:26.430 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:26.487 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:26.671 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)]) => OpenDesiredByRemote(SetId(0))
2022-10-06 11:20:26.671 TRACE tokio-runtime-worker sub-libp2p: PSM <= Incoming(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, IncomingIndex(2)).
2022-10-06 11:20:26.671 TRACE tokio-runtime-worker peerset: Incoming PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")
2022-10-06 11:20:26.671 TRACE tokio-runtime-worker sub-libp2p: PSM => Reject(IncomingIndex(2), 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0)): Rejecting connections.
2022-10-06 11:20:26.671 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Close(SetId(0))
2022-10-06 11:20:26.671 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(0))
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:26.672 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 with number 5 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961, number: 5, parent_hash: 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b, state: Some(Best) }. local_best=true
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x90e5…4961 AnnouncementSummary { block_hash: 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961, number: 5, parent_hash: 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b, state: Some(Best) }
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sync: New block request for 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, (best:5, common:4) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (5)
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sync: 1 blocks ready for import
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961) with origin NetworkBroadcast
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sync: Completed fork sync 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=5, common=4->5, their best=5
2022-10-06 11:20:26.672 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:26.673 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (5)
2022-10-06 11:20:26.673 TRACE tokio-runtime-worker sync: Header 0x90e5…4961 has 2 logs
2022-10-06 11:20:26.673 TRACE tokio-runtime-worker sync: Block imported successfully Some(5) (0x90e5…4961)
2022-10-06 11:20:26.673 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:26.673 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:26.673 TRACE tokio-runtime-worker sync: Cleared blocks from 5 to 6
2022-10-06 11:20:26.673 INFO tokio-runtime-worker substrate: ✨ Imported #5 (0x90e5…4961)
2022-10-06 11:20:26.673 DEBUG tokio-runtime-worker sync: Reannouncing block 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 is_best: true
2022-10-06 11:20:26.673 DEBUG tokio-runtime-worker sync: New best block imported 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961/#5
2022-10-06 11:20:27.202 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1826999685 -> -1790459692
2022-10-06 11:20:27.202 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1597 -> 1566
2022-10-06 11:20:27.592 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:27.792 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:28.022 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:28.022 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:28.022 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a with number 6 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:28.022 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, number: 6, parent_hash: 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961, state: Some(Best) }. local_best=true
2022-10-06 11:20:28.022 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x6a0a…530a AnnouncementSummary { block_hash: 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, number: 6, parent_hash: 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961, state: Some(Best) }
2022-10-06 11:20:28.022 TRACE tokio-runtime-worker sync: New block request for 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, (best:6, common:5) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:28.023 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (6)
2022-10-06 11:20:28.023 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:28.023 TRACE tokio-runtime-worker sync: 1 blocks ready for import
2022-10-06 11:20:28.023 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a) with origin NetworkBroadcast
2022-10-06 11:20:28.023 TRACE tokio-runtime-worker sync: Completed fork sync 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a
2022-10-06 11:20:28.023 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=6, common=5->6, their best=6
2022-10-06 11:20:28.023 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:28.023 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (6)
2022-10-06 11:20:28.023 TRACE tokio-runtime-worker sync: Header 0x6a0a…530a has 2 logs
2022-10-06 11:20:28.024 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)]) => OpenDesiredByRemote(SetId(0))
2022-10-06 11:20:28.024 TRACE tokio-runtime-worker sub-libp2p: PSM <= Incoming(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, IncomingIndex(3)).
2022-10-06 11:20:28.024 TRACE tokio-runtime-worker peerset: Incoming PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")
2022-10-06 11:20:28.024 TRACE tokio-runtime-worker sub-libp2p: PSM => Reject(IncomingIndex(3), 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0)): Rejecting connections.
2022-10-06 11:20:28.024 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Close(SetId(0))
2022-10-06 11:20:28.024 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(0))
2022-10-06 11:20:28.027 TRACE tokio-runtime-worker sync: Block imported successfully Some(6) (0x6a0a…530a)
2022-10-06 11:20:28.027 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:28.027 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:28.027 TRACE tokio-runtime-worker sync: Cleared blocks from 6 to 7
2022-10-06 11:20:28.027 DEBUG tokio-runtime-worker sync: Reannouncing block 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a is_best: true
2022-10-06 11:20:28.027 DEBUG tokio-runtime-worker sync: New best block imported 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a/#6
2022-10-06 11:20:28.027 INFO tokio-runtime-worker substrate: ✨ Imported #6 (0x6a0a…530a)
2022-10-06 11:20:28.202 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1790459692 -> -1754650499
2022-10-06 11:20:28.202 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1566 -> 1535
2022-10-06 11:20:28.202 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0)): Enabling connections.
2022-10-06 11:20:28.202 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(0))
2022-10-06 11:20:28.204 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(0))
2022-10-06 11:20:28.204 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:28.204 TRACE tokio-runtime-worker sync: New peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 BlockAnnouncesHandshake { roles: AUTHORITY, best_number: 6, best_hash: 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, genesis_hash: 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b }
2022-10-06 11:20:28.205 DEBUG tokio-runtime-worker sync: New peer with known best hash 0x6a0a…530a (6).
2022-10-06 11:20:28.205 DEBUG tokio-runtime-worker sync: Connected 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:28.205 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:28.205 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1)): Enabling connections.
2022-10-06 11:20:28.205 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(1))
2022-10-06 11:20:28.205 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2)): Enabling connections.
2022-10-06 11:20:28.205 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(2))
2022-10-06 11:20:28.205 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(2))
2022-10-06 11:20:28.205 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:28.206 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:28.206 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:20:28.206 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.206 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(1))
2022-10-06 11:20:28.206 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1))
2022-10-06 11:20:28.206 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 22 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker afg: Peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 updated view. Now at Round(4), SetId(0)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 451 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.208 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:28.209 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to -1754650399. Reason: Grandpa: Neighbor message
2022-10-06 11:20:28.218 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 451 bytes)
2022-10-06 11:20:28.219 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:28.219 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:28.219 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 451 bytes)
2022-10-06 11:20:28.219 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:28.219 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 451 bytes)
2022-10-06 11:20:28.219 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.219 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:28.219 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 1551. Reason: Successfull gossip
2022-10-06 11:20:28.219 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1651. Reason: Grandpa: Round message
2022-10-06 11:20:28.697 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:28.697 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.697 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.697 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:28.697 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:28.986 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): 375.916µs
2022-10-06 11:20:28.987 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): 1.065333ms
2022-10-06 11:20:29.204 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1754650399 -> -1719557392
2022-10-06 11:20:29.204 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1651 -> 1618
2022-10-06 11:20:29.801 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:30.085 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:30.086 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #6 (0x6a0a…530a), finalized #1 (0x34f9…65a3), ⬇ 0.8kiB/s ⬆ 1.1kiB/s
2022-10-06 11:20:30.209 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1719557392 -> -1685166245
2022-10-06 11:20:30.209 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1618 -> 1586
2022-10-06 11:20:30.425 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 451 bytes)
2022-10-06 11:20:30.425 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:30.425 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -4 to -1685166249. Reason: Duplicate gossip
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 150 bytes)
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2), 150 bytes)
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +16 to -1685166233. Reason: Successfull gossip
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: None, finalized: None, estimate: None, completable: false }, step = Some(Prevoted)
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker afg: Round 5: Got incoming message
2022-10-06 11:20:30.426 TRACE tokio-runtime-worker afg: Round 5: Got incoming message
2022-10-06 11:20:30.426 DEBUG tokio-runtime-worker afg: Casting precommit for round 5
2022-10-06 11:20:30.427 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +16 to -1685166217. Reason: Successfull gossip
2022-10-06 11:20:30.427 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:30.427 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:30.427 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:30.427 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:30.431 DEBUG tokio-runtime-worker afg: Announcing block 0x9c8b…3ef1 to peers which we voted on in round 5 in set 0
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:30.431 DEBUG tokio-runtime-worker sync: Reannouncing block 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 is_best: false
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker sync: Announcing block 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 to 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(0), 287 bytes)
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker afg: Round 5: Got incoming message
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to -1685166117. Reason: Grandpa: Round message
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: +100 to -1685166017. Reason: Grandpa: Round message
2022-10-06 11:20:30.431 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 1582. Reason: Duplicate gossip
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 1578. Reason: Duplicate gossip
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker afg: Round 5: Got incoming message
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +16 to 1594. Reason: Successfull gossip
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: +100 to 1694. Reason: Grandpa: Round message
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), 150 bytes)
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:20:30.432 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:30.433 TRACE tokio-runtime-worker peerset: Report 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -4 to 1690. Reason: Duplicate gossip
2022-10-06 11:20:30.697 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:30.902 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:31.213 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1685166017 -> -1651462697
2022-10-06 11:20:31.213 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1690 -> 1657
2022-10-06 11:20:31.434 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:32.005 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:32.213 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1651462697 -> -1618433444
2022-10-06 11:20:32.213 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1657 -> 1624
2022-10-06 11:20:33.106 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:33.217 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1618433444 -> -1586064776
2022-10-06 11:20:33.217 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1624 -> 1592
2022-10-06 11:20:33.598 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:33.930 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): 448.166µs
2022-10-06 11:20:34.211 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:34.222 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1586064776 -> -1554343481
2022-10-06 11:20:34.222 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1592 -> 1561
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0), 286 bytes)
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:34.671 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 with number 7 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): AnnouncementSummary { block_hash: 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057, number: 7, parent_hash: 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, state: Some(Best) }. local_best=true
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 0x5514…4057 AnnouncementSummary { block_hash: 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057, number: 7, parent_hash: 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, state: Some(Best) }
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: New block request for 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, (best:7, common:6) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 with 1 blocks (7)
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: 1 blocks ready for import
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057) with origin NetworkBroadcast
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: Completed fork sync 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 info, ours=7, common=6->7, their best=7
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=7, common=6->6, their best=6
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (7)
2022-10-06 11:20:34.671 TRACE tokio-runtime-worker sync: Header 0x5514…4057 has 2 logs
2022-10-06 11:20:34.672 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:34.672 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:34.672 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 with number 7 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:34.672 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057, number: 7, parent_hash: 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, state: Some(Best) }. local_best=true
2022-10-06 11:20:34.672 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp common number from=6 => to=7.
2022-10-06 11:20:34.672 TRACE tokio-runtime-worker sync: Block imported successfully Some(7) (0x5514…4057)
2022-10-06 11:20:34.672 TRACE tokio-runtime-worker sync: Known block announce from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x5514…4057
2022-10-06 11:20:34.672 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:34.672 TRACE tokio-runtime-worker sync: Cleared blocks from 7 to 8
2022-10-06 11:20:34.672 DEBUG tokio-runtime-worker sync: Reannouncing block 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 is_best: true
2022-10-06 11:20:34.672 DEBUG tokio-runtime-worker sync: New best block imported 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057/#7
2022-10-06 11:20:34.672 INFO tokio-runtime-worker substrate: ✨ Imported #7 (0x5514…4057)
2022-10-06 11:20:34.672 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:35.089 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:35.089 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #7 (0x5514…4057), finalized #1 (0x34f9…65a3), ⬇ 0.6kiB/s ⬆ 0.4kiB/s
2022-10-06 11:20:35.227 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1554343481 -> -1523256612
2022-10-06 11:20:35.228 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1561 -> 1530
2022-10-06 11:20:35.316 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:36.022 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:36.022 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:36.022 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f with number 8 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:36.022 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, number: 8, parent_hash: 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057, state: Some(Best) }. local_best=true
2022-10-06 11:20:36.022 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x6836…d80f AnnouncementSummary { block_hash: 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, number: 8, parent_hash: 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057, state: Some(Best) }
2022-10-06 11:20:36.022 TRACE tokio-runtime-worker sync: New block request for 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, (best:8, common:7) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (8)
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: 1 blocks ready for import
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f) with origin NetworkBroadcast
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Completed fork sync 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 info, ours=8, common=7->7, their best=7
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=8, common=7->8, their best=8
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (8)
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Header 0x6836…d80f has 2 logs
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0), 286 bytes)
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:36.023 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f with number 8 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): AnnouncementSummary { block_hash: 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, number: 8, parent_hash: 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057, state: Some(Best) }. local_best=true
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 common number from=7 => to=8.
2022-10-06 11:20:36.023 TRACE tokio-runtime-worker sync: Known block announce from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 0x6836…d80f
2022-10-06 11:20:36.025 TRACE tokio-runtime-worker sync: Block imported successfully Some(8) (0x6836…d80f)
2022-10-06 11:20:36.025 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:36.025 TRACE tokio-runtime-worker sync: Cleared blocks from 8 to 9
2022-10-06 11:20:36.025 DEBUG tokio-runtime-worker sync: Reannouncing block 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f is_best: true
2022-10-06 11:20:36.025 DEBUG tokio-runtime-worker sync: New best block imported 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f/#8
2022-10-06 11:20:36.025 INFO tokio-runtime-worker substrate: ✨ Imported #8 (0x6836…d80f)
2022-10-06 11:20:36.025 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:36.232 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1523256612 -> -1492791480
2022-10-06 11:20:36.233 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1530 -> 1500
2022-10-06 11:20:36.421 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:36.437 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:36.503 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:37.237 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1492791480 -> -1462935651
2022-10-06 11:20:37.237 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1500 -> 1470
2022-10-06 11:20:37.526 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:38.237 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1462935651 -> -1433676938
2022-10-06 11:20:38.237 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1470 -> 1441
2022-10-06 11:20:38.630 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:39.242 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1433676938 -> -1405003400
2022-10-06 11:20:39.243 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1441 -> 1413
2022-10-06 11:20:39.408 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:39.735 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:40.010 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:40.010 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:40.010 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 with number 9 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:40.010 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, number: 9, parent_hash: 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, state: Some(Best) }. local_best=true
2022-10-06 11:20:40.010 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x375f…8e89 AnnouncementSummary { block_hash: 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, number: 9, parent_hash: 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, state: Some(Best) }
2022-10-06 11:20:40.010 TRACE tokio-runtime-worker sync: New block request for 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, (best:9, common:8) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0), 286 bytes)
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:40.011 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 with number 9 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): AnnouncementSummary { block_hash: 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, number: 9, parent_hash: 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, state: Some(Best) }. local_best=true
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 0x375f…8e89 AnnouncementSummary { block_hash: 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, number: 9, parent_hash: 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, state: Some(Best) }
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: New block request for 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, (best:9, common:8) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (9)
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Inserting block data still marked as being downloaded: 9
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: 1 blocks ready for import
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89) with origin NetworkBroadcast
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Completed fork sync 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 info, ours=9, common=8->9, their best=9
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=9, common=8->9, their best=9
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (9)
2022-10-06 11:20:40.011 TRACE tokio-runtime-worker sync: Header 0x375f…8e89 has 2 logs
2022-10-06 11:20:40.012 INFO tokio-runtime-worker runtime::staking: [9] 💸 generated 4 npos voters, 4 from validators and 0 nominators
2022-10-06 11:20:40.012 INFO tokio-runtime-worker runtime::election-provider: [#9] 🗳 creating a snapshot with metadata SolutionOrSnapshotSize { voters: 4, targets: 4 }
2022-10-06 11:20:40.012 INFO tokio-runtime-worker runtime::election-provider: [#9] 🗳 Starting signed phase round 1.
2022-10-06 11:20:40.013 TRACE tokio-runtime-worker sync: Block imported successfully Some(9) (0x375f…8e89)
2022-10-06 11:20:40.013 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:40.013 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:40.013 TRACE tokio-runtime-worker sync: Cleared blocks from 9 to 10
2022-10-06 11:20:40.013 DEBUG tokio-runtime-worker sync: Reannouncing block 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 is_best: true
2022-10-06 11:20:40.013 DEBUG tokio-runtime-worker sync: New best block imported 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89/#9
2022-10-06 11:20:40.013 INFO tokio-runtime-worker substrate: ✨ Imported #9 (0x375f…8e89)
2022-10-06 11:20:40.094 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:40.094 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #9 (0x375f…8e89), finalized #1 (0x34f9…65a3), ⬇ 0.5kiB/s ⬆ 0.1kiB/s
2022-10-06 11:20:40.247 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1405003400 -> -1376903332
2022-10-06 11:20:40.247 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1413 -> 1385
2022-10-06 11:20:40.839 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:41.253 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1376903332 -> -1349365266
2022-10-06 11:20:41.253 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1385 -> 1358
2022-10-06 11:20:41.442 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:41.944 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:42.257 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1349365266 -> -1322377961
2022-10-06 11:20:42.257 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1358 -> 1331
2022-10-06 11:20:42.312 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:43.047 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:43.262 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1322377961 -> -1295930402
2022-10-06 11:20:43.262 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1331 -> 1305
2022-10-06 11:20:43.992 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): 606.916µs
2022-10-06 11:20:43.992 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): 628.25µs
2022-10-06 11:20:44.151 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:44.266 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1295930402 -> -1270011794
2022-10-06 11:20:44.266 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1305 -> 1279
2022-10-06 11:20:45.096 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:45.097 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #9 (0x375f…8e89), finalized #1 (0x34f9…65a3), ⬇ 49 B/s ⬆ 49 B/s
2022-10-06 11:20:45.217 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:45.256 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:45.271 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1270011794 -> -1244611559
2022-10-06 11:20:45.271 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1279 -> 1254
2022-10-06 11:20:46.276 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1244611559 -> -1219719328
2022-10-06 11:20:46.276 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1254 -> 1229
2022-10-06 11:20:46.358 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:46.447 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:46.671 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0), 286 bytes)
2022-10-06 11:20:46.671 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:46.671 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c with number 10 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:46.671 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): AnnouncementSummary { block_hash: 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c, number: 10, parent_hash: 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, state: Some(Best) }. local_best=true
2022-10-06 11:20:46.671 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 0x5f6b…d71c AnnouncementSummary { block_hash: 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c, number: 10, parent_hash: 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, state: Some(Best) }
2022-10-06 11:20:46.672 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:46.672 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:46.672 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c with number 10 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:46.672 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c, number: 10, parent_hash: 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, state: Some(Best) }. local_best=true
2022-10-06 11:20:46.672 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x5f6b…d71c AnnouncementSummary { block_hash: 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c, number: 10, parent_hash: 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, state: Some(Best) }
2022-10-06 11:20:46.672 TRACE tokio-runtime-worker sync: New block request for 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, (best:10, common:9) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (10)
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: 1 blocks ready for import
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c) with origin NetworkBroadcast
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Completed fork sync 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 info, ours=10, common=9->10, their best=10
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=10, common=9->10, their best=10
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (10)
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Header 0x5f6b…d71c has 2 logs
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Block imported successfully Some(10) (0x5f6b…d71c)
2022-10-06 11:20:46.673 DEBUG tokio-runtime-worker sync: Reannouncing block 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c is_best: true
2022-10-06 11:20:46.673 DEBUG tokio-runtime-worker sync: New best block imported 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c/#10
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:46.673 TRACE tokio-runtime-worker sync: Cleared blocks from 10 to 11
2022-10-06 11:20:46.673 INFO tokio-runtime-worker substrate: ✨ Imported #10 (0x5f6b…d71c)
2022-10-06 11:20:47.281 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1219719328 -> -1195324942
2022-10-06 11:20:47.281 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1229 -> 1205
2022-10-06 11:20:47.463 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:48.009 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: 🙌 Starting consensus session on top of parent 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c
2022-10-06 11:20:48.012 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: 🎁 Prepared block for proposing at 11 (1 ms) [hash: 0xb961e6da82ed6ed0865597d4276d6e9dddb5e24e0414ecfe866b2b5e04936bdb; parent_hash: 0x5f6b…d71c; extrinsics (1): [0xe4d1…ee05]]
2022-10-06 11:20:48.016 INFO tokio-runtime-worker babe: 🔖 Pre-sealed block for proposal at 11. Hash now 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3, previously 0xb961e6da82ed6ed0865597d4276d6e9dddb5e24e0414ecfe866b2b5e04936bdb.
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:48.017 INFO tokio-runtime-worker substrate: ✨ Imported #11 (0x12d6…f4b3)
2022-10-06 11:20:48.017 DEBUG tokio-runtime-worker sync: Reannouncing block 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 is_best: true
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sync: Announcing block 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 to 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(0), 287 bytes)
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sync: Announcing block 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 to 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), SetId(0), 287 bytes)
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:48.017 DEBUG tokio-runtime-worker sync: New best block imported 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3/#11
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 info, ours=11, common=10->10, their best=10
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=11, common=10->10, their best=10
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:20:48.017 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 with number 11 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0, number: 11, parent_hash: 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c, state: Some(Best) }. local_best=true
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0xc17e…1de0 AnnouncementSummary { block_hash: 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0, number: 11, parent_hash: 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c, state: Some(Best) }
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sync: Downloading requested fork 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, 1 blocks
2022-10-06 11:20:48.017 TRACE tokio-runtime-worker sync: Downloading fork 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:48.019 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: Starting at `BlockId::Hash(0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3)` with maximum blocks of `1`, reputation_change: `None`, small_request `false`, direction `Descending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:20:48.019 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp starting at `BlockId::Hash(0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3)`: blocks: Some(1), data: Some(338)
2022-10-06 11:20:48.019 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp.
2022-10-06 11:20:48.020 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (11)
2022-10-06 11:20:48.020 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:20:48.020 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0) with origin NetworkBroadcast
2022-10-06 11:20:48.020 TRACE tokio-runtime-worker sync: Completed fork sync 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0
2022-10-06 11:20:48.020 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:20:48.020 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (11)
2022-10-06 11:20:48.020 TRACE tokio-runtime-worker sync: Header 0xc17e…1de0 has 2 logs
2022-10-06 11:20:48.020 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(2)) => Notification(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0), 286 bytes)
2022-10-06 11:20:48.020 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:20:48.021 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 with number 11 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:48.021 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): AnnouncementSummary { block_hash: 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0, number: 11, parent_hash: 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c, state: Some(Best) }. local_best=true
2022-10-06 11:20:48.021 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 common number from=10 => to=11.
2022-10-06 11:20:48.021 TRACE tokio-runtime-worker sync: Known block announce from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: 0xc17e…1de0
2022-10-06 11:20:48.021 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: Starting at `BlockId::Hash(0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3)` with maximum blocks of `128`, reputation_change: `None`, small_request `false`, direction `Ascending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:20:48.021 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 starting at `BlockId::Hash(0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3)`: blocks: Some(1), data: Some(338)
2022-10-06 11:20:48.021 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9.
2022-10-06 11:20:48.023 TRACE tokio-runtime-worker sync: Block imported successfully Some(11) (0xc17e…1de0)
2022-10-06 11:20:48.023 INFO tokio-runtime-worker substrate: ✨ Imported #11 (0xc17e…1de0)
2022-10-06 11:20:48.023 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:48.023 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:20:48.023 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp common number from=10 => to=11.
2022-10-06 11:20:48.023 DEBUG tokio-runtime-worker sync: Reannouncing block 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 is_best: false
2022-10-06 11:20:48.122 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:48.286 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1195324942 -> -1171418444
2022-10-06 11:20:48.286 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1205 -> 1181
2022-10-06 11:20:48.567 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:48.934 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): 240.791µs
2022-10-06 11:20:49.291 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1171418444 -> -1147990076
2022-10-06 11:20:49.291 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1181 -> 1158
2022-10-06 11:20:49.672 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:50.101 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:50.101 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #11 (0x12d6…f4b3), finalized #1 (0x34f9…65a3), ⬇ 0.6kiB/s ⬆ 0.4kiB/s
2022-10-06 11:20:50.296 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1147990076 -> -1125030275
2022-10-06 11:20:50.297 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1158 -> 1135
2022-10-06 11:20:50.777 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:51.025 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:51.300 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1125030275 -> -1102529670
2022-10-06 11:20:51.300 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1135 -> 1113
2022-10-06 11:20:51.452 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:51.882 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:52.012 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: 🙌 Starting consensus session on top of parent 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3
2022-10-06 11:20:52.013 INFO tokio-runtime-worker runtime::election-provider: [#12] 🗳 Starting unsigned phase round 1 enabled true.
2022-10-06 11:20:52.015 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: 🎁 Prepared block for proposing at 12 (1 ms) [hash: 0x9ca80f4aa8e73c624e7f01cbd154067c11f56c4743f9488542f7f95e6b4c282c; parent_hash: 0x12d6…f4b3; extrinsics (2): [0x2877…5246, 0x69fd…6f66]]
2022-10-06 11:20:52.018 INFO tokio-runtime-worker babe: 🔖 Pre-sealed block for proposal at 12. Hash now 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d, previously 0x9ca80f4aa8e73c624e7f01cbd154067c11f56c4743f9488542f7f95e6b4c282c.
2022-10-06 11:20:52.019 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:52.019 DEBUG tokio-runtime-worker sync: Reannouncing block 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d is_best: true
2022-10-06 11:20:52.019 TRACE tokio-runtime-worker sync: Announcing block 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d to 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:52.019 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(0), 287 bytes)
2022-10-06 11:20:52.019 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:52.019 TRACE tokio-runtime-worker sync: Announcing block 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d to 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:52.019 INFO tokio-runtime-worker substrate: ✨ Imported #12 (0xea99…128d)
2022-10-06 11:20:52.019 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), SetId(0), 287 bytes)
2022-10-06 11:20:52.019 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:52.019 DEBUG tokio-runtime-worker sync: New best block imported 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d/#12
2022-10-06 11:20:52.019 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 info, ours=12, common=11->11, their best=11
2022-10-06 11:20:52.019 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=12, common=11->11, their best=11
2022-10-06 11:20:52.020 DEBUG tokio-runtime-worker sync: Propagating transaction [0xd895cc16b90db6b60ab5c503bfe6a7ae0fcccf87e994f4660e5e6333de21f778]
2022-10-06 11:20:52.020 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: Starting at `BlockId::Hash(0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d)` with maximum blocks of `1`, reputation_change: `None`, small_request `false`, direction `Descending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:20:52.020 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp starting at `BlockId::Hash(0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d)`: blocks: Some(1), data: Some(632)
2022-10-06 11:20:52.020 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp.
2022-10-06 11:20:52.302 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1102529670 -> -1080479077
2022-10-06 11:20:52.302 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1113 -> 1091
2022-10-06 11:20:52.987 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:53.078 DEBUG tokio-runtime-worker sub-libp2p: Libp2p <= Starting random Kademlia request for PeerId("1Ahv2dTKt6q926R14WtjRSxt8DCMqwh5DKX3WG71zvJiCQ")
2022-10-06 11:20:53.078 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Query for 0020abddad46a43d8f5f9669879be72d3d3b256786e12f0b9384657d3ee960c056f1 yielded 1 results
2022-10-06 11:20:53.307 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1080479077 -> -1058869496
2022-10-06 11:20:53.307 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1091 -> 1070
2022-10-06 11:20:53.929 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:54.092 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:54.311 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1058869496 -> -1037692107
2022-10-06 11:20:54.312 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1070 -> 1049
2022-10-06 11:20:55.106 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:55.106 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #12 (0xea99…128d), finalized #1 (0x34f9…65a3), ⬇ 85 B/s ⬆ 0.3kiB/s
2022-10-06 11:20:55.197 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:55.316 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1037692107 -> -1016938265
2022-10-06 11:20:55.317 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1049 -> 1029
2022-10-06 11:20:56.015 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: 🙌 Starting consensus session on top of parent 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d
2022-10-06 11:20:56.018 INFO tokio-runtime-worker runtime::election-provider: [#13] 🗳 queued unsigned solution with score ElectionScore { minimal_stake: 10000000000000000, sum_stake: 10000000000000000, sum_stake_squared: 100000000000000000000000000000000 }
2022-10-06 11:20:56.019 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: 🎁 Prepared block for proposing at 13 (2 ms) [hash: 0x74235eecc19e559038877cde6b41d59f628fa011663e22495aabebc422a8d45e; parent_hash: 0xea99…128d; extrinsics (2): [0x667f…2eff, 0xd895…f778]]
2022-10-06 11:20:56.024 INFO tokio-runtime-worker babe: 🔖 Pre-sealed block for proposal at 13. Hash now 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49, previously 0x74235eecc19e559038877cde6b41d59f628fa011663e22495aabebc422a8d45e.
2022-10-06 11:20:56.025 DEBUG tokio-runtime-worker sync: Reannouncing block 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 is_best: true
2022-10-06 11:20:56.025 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:56.025 TRACE tokio-runtime-worker sync: Announcing block 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 to 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:20:56.025 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(0), 287 bytes)
2022-10-06 11:20:56.025 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:20:56.025 TRACE tokio-runtime-worker sync: Announcing block 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 to 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:20:56.025 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), SetId(0), 287 bytes)
2022-10-06 11:20:56.025 INFO tokio-runtime-worker substrate: ✨ Imported #13 (0xd941…4c49)
2022-10-06 11:20:56.025 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:20:56.025 DEBUG tokio-runtime-worker sync: New best block imported 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49/#13
2022-10-06 11:20:56.025 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 info, ours=13, common=11->11, their best=11
2022-10-06 11:20:56.025 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=13, common=11->11, their best=11
2022-10-06 11:20:56.026 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: Starting at `BlockId::Hash(0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49)` with maximum blocks of `1`, reputation_change: `None`, small_request `false`, direction `Descending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:20:56.026 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp starting at `BlockId::Hash(0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49)`: blocks: Some(1), data: Some(417)
2022-10-06 11:20:56.026 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp.
2022-10-06 11:20:56.297 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:56.321 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1016938265 -> -996599500
2022-10-06 11:20:56.322 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1029 -> 1009
2022-10-06 11:20:56.457 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:56.834 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:20:57.327 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -996599500 -> -976667510
2022-10-06 11:20:57.327 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 1009 -> 989
2022-10-06 11:20:57.400 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:58.328 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -976667510 -> -957134160
2022-10-06 11:20:58.328 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 989 -> 970
2022-10-06 11:20:58.502 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:58.997 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): 176.75µs
2022-10-06 11:20:58.997 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): 190.875µs
2022-10-06 11:20:59.333 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -957134160 -> -937991477
2022-10-06 11:20:59.333 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 970 -> 951
2022-10-06 11:20:59.607 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:20:59.738 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:21:00.012 DEBUG tokio-runtime-worker sync: Request to peer PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9") failed: Network(Timeout).
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: External API => Disconnect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: PSM <= Dropped(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker peerset: Dropping 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -256 to -937991733
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Close(SetId(0))
2022-10-06 11:21:00.012 DEBUG tokio-runtime-worker sync: 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 disconnected
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sync: 0 blocks ready for import
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0)): No connection in proper state. Delaying.
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker peerset: Report 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -1024 to -937992757. Reason: Request timeout
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(0))
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: PSM => Drop(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1)): Disabling connections.
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1))
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: Handler((PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(1)), ConnectionId(2)) <= Close(SetId(1))
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: PSM => Drop(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2)): Disabling connections.
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: Handler((PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(2)), ConnectionId(2)) <= Close(SetId(2))
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(1))
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => CloseResult(SetId(2))
2022-10-06 11:21:00.012 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:00.111 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:00.111 INFO tokio-runtime-worker substrate: 💤 Idle (1 peers), best: #13 (0xd941…4c49), finalized #1 (0x34f9…65a3), ⬇ 97 B/s ⬆ 0.3kiB/s
2022-10-06 11:21:00.334 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -937992757 -> -919232902
2022-10-06 11:21:00.334 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 951 -> 932
2022-10-06 11:21:00.712 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:01.339 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -919232902 -> -900848244
2022-10-06 11:21:01.339 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 932 -> 914
2022-10-06 11:21:01.462 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:01.812 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:02.341 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -900848244 -> -882831280
2022-10-06 11:21:02.341 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 914 -> 896
2022-10-06 11:21:02.640 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:21:02.918 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:03.346 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -882831280 -> -865174655
2022-10-06 11:21:03.346 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 896 -> 879
2022-10-06 11:21:03.939 TRACE tokio-runtime-worker sub-libp2p: Ping time with PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"): 578.541µs
2022-10-06 11:21:04.011 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: 🙌 Starting consensus session on top of parent 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49
2022-10-06 11:21:04.012 INFO tokio-runtime-worker runtime::staking: [14] 💸 new validator set of size 1 has been processed for era 1
2022-10-06 11:21:04.014 INFO tokio-runtime-worker sc_basic_authorship::basic_authorship: 🎁 Prepared block for proposing at 14 (1 ms) [hash: 0x51e8e7e2075e203a7d9311613798450871060d12d1f5ebfbcb3113c4e5087164; parent_hash: 0xd941…4c49; extrinsics (1): [0x2f41…baa1]]
2022-10-06 11:21:04.017 INFO tokio-runtime-worker babe: 🔖 Pre-sealed block for proposal at 14. Hash now 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8, previously 0x51e8e7e2075e203a7d9311613798450871060d12d1f5ebfbcb3113c4e5087164.
2022-10-06 11:21:04.017 INFO tokio-runtime-worker babe: 👶 New epoch 1 launching at block 0x079a…09a8 (block slot 416267416 >= start slot 416267416).
2022-10-06 11:21:04.017 INFO tokio-runtime-worker babe: 👶 Next epoch starts at slot 416267431
2022-10-06 11:21:04.018 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:04.018 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:04.018 DEBUG tokio-runtime-worker sync: Reannouncing block 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 is_best: true
2022-10-06 11:21:04.018 TRACE tokio-runtime-worker sync: Announcing block 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 to 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:21:04.018 INFO tokio-runtime-worker substrate: ✨ Imported #14 (0x079a…09a8)
2022-10-06 11:21:04.018 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), SetId(0), 368 bytes)
2022-10-06 11:21:04.018 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp")) <= Sync notification
2022-10-06 11:21:04.018 DEBUG tokio-runtime-worker sync: New best block imported 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8/#14
2022-10-06 11:21:04.018 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=14, common=11->11, their best=11
2022-10-06 11:21:04.018 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:04.019 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: Starting at `BlockId::Hash(0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8)` with maximum blocks of `1`, reputation_change: `None`, small_request `false`, direction `Descending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:21:04.019 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp starting at `BlockId::Hash(0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8)`: blocks: Some(1), data: Some(419)
2022-10-06 11:21:04.019 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp.
2022-10-06 11:21:04.024 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: Starting at `BlockId::Hash(0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8)` with maximum blocks of `128`, reputation_change: `None`, small_request `false`, direction `Ascending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:21:04.024 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 starting at `BlockId::Hash(0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8)`: blocks: Some(1), data: Some(419)
2022-10-06 11:21:04.024 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9.
2022-10-06 11:21:04.350 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -865174655 -> -847871162
2022-10-06 11:21:04.351 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 879 -> 862
2022-10-06 11:21:05.012 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) <= Open(SetId(0)) (ban expired)
2022-10-06 11:21:05.015 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(0))
2022-10-06 11:21:05.015 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(0))
2022-10-06 11:21:05.015 TRACE tokio-runtime-worker sync: New peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 BlockAnnouncesHandshake { roles: AUTHORITY, best_number: 14, best_hash: 0x21213fcd026fda887f53469b9fd33497de590a5480814c51a1351567902350b9, genesis_hash: 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b }
2022-10-06 11:21:05.015 DEBUG tokio-runtime-worker sync: New peer with unknown best hash 0x2121…50b9 (14), searching for common ancestor.
2022-10-06 11:21:05.015 DEBUG tokio-runtime-worker sync: Connected 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:21:05.016 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:05.016 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1)): Enabling connections.
2022-10-06 11:21:05.016 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(1))
2022-10-06 11:21:05.016 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2)): Enabling connections.
2022-10-06 11:21:05.016 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), ConnectionId(2)) <= Open(SetId(2))
2022-10-06 11:21:05.017 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 with 1 blocks (14)
2022-10-06 11:21:05.017 TRACE tokio-runtime-worker sync: Got ancestry block #14 (0x2121…50b9) from peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:21:05.017 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(2))
2022-10-06 11:21:05.017 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(2))
2022-10-06 11:21:05.017 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:05.017 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 22 bytes)
2022-10-06 11:21:05.017 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:21:05.017 TRACE tokio-runtime-worker sub-libp2p: Handler(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, ConnectionId(2)) => OpenResultOk(SetId(1))
2022-10-06 11:21:05.017 TRACE tokio-runtime-worker sub-libp2p: External API <= Open(12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, SetId(1))
2022-10-06 11:21:05.018 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:05.018 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 with 1 blocks (13)
2022-10-06 11:21:05.018 TRACE tokio-runtime-worker sync: Got ancestry block #13 (0xd941…4c49) from peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:21:05.019 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 with 1 blocks (13)
2022-10-06 11:21:05.019 TRACE tokio-runtime-worker sync: Got ancestry block #13 (0xd941…4c49) from peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:21:05.019 TRACE tokio-runtime-worker sync: Ancestry search complete. Ours=0x079a…09a8 (14), Theirs=0x2121…50b9 (14), Common=Some(0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49) (13)
2022-10-06 11:21:05.115 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:05.116 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #14 (0x079a…09a8), finalized #1 (0x34f9…65a3), ⬇ 0.7kiB/s ⬆ 0.7kiB/s
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 150 bytes)
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), "/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1", 451 bytes)
2022-10-06 11:21:05.119 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:21:05.355 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -847871162 -> -830913739
2022-10-06 11:21:05.355 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 862 -> 845
2022-10-06 11:21:05.545 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:21:06.221 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:06.360 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -830913739 -> -814295465
2022-10-06 11:21:06.361 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 845 -> 829
2022-10-06 11:21:06.467 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:07.326 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:07.362 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -814295465 -> -798009556
2022-10-06 11:21:07.362 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 829 -> 813
2022-10-06 11:21:08.024 TRACE tokio-runtime-worker sub-libp2p: Handler(ConnectionId(1)) => Notification(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), 287 bytes)
2022-10-06 11:21:08.024 TRACE tokio-runtime-worker sub-libp2p: External API <= Message(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:21:08.024 DEBUG tokio-runtime-worker sync: Pre-validating received block announcement 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da with number 15 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
2022-10-06 11:21:08.024 TRACE tokio-runtime-worker sync: Finished block announce validation: from PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"): AnnouncementSummary { block_hash: 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da, number: 15, parent_hash: 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8, state: Some(Best) }. local_best=true
2022-10-06 11:21:08.024 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp common number from=11 => to=14.
2022-10-06 11:21:08.024 TRACE tokio-runtime-worker sync: Added sync target for block announced from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 0x6b8f…20da AnnouncementSummary { block_hash: 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da, number: 15, parent_hash: 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8, state: Some(Best) }
2022-10-06 11:21:08.024 TRACE tokio-runtime-worker sync: New block request for 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, (best:15, common:14) BlockRequest { id: 0, fields: HEADER | BODY | JUSTIFICATION, from: Hash(0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da), to: None, direction: Descending, max: Some(1) }
2022-10-06 11:21:08.025 TRACE tokio-runtime-worker sync: BlockResponse 0 from 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp with 1 blocks (15)
2022-10-06 11:21:08.025 TRACE tokio-runtime-worker sync: Reversing incoming block list
2022-10-06 11:21:08.025 TRACE tokio-runtime-worker sync: 1 blocks ready for import
2022-10-06 11:21:08.025 TRACE tokio-runtime-worker sync: Accepted 1 blocks (0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da) with origin NetworkBroadcast
2022-10-06 11:21:08.025 TRACE tokio-runtime-worker sync: Completed fork sync 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da
2022-10-06 11:21:08.025 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 info, ours=15, common=13->14, their best=14
2022-10-06 11:21:08.025 TRACE tokio-runtime-worker sync: Updating peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp info, ours=15, common=14->15, their best=15
2022-10-06 11:21:08.025 TRACE tokio-runtime-worker sync: Scheduling 1 blocks for import
2022-10-06 11:21:08.025 TRACE tokio-runtime-worker sync: Starting import of 1 blocks (15)
2022-10-06 11:21:08.025 TRACE tokio-runtime-worker sync: Header 0x6b8f…20da has 2 logs
2022-10-06 11:21:08.028 TRACE tokio-runtime-worker sync: Block imported successfully Some(15) (0x6b8f…20da)
2022-10-06 11:21:08.028 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:08.028 TRACE tokio-runtime-worker sync: Imported 1 of 1
2022-10-06 11:21:08.028 TRACE tokio-runtime-worker sync: Cleared blocks from 15 to 16
2022-10-06 11:21:08.028 DEBUG tokio-runtime-worker sync: Reannouncing block 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da is_best: true
2022-10-06 11:21:08.028 INFO tokio-runtime-worker substrate: ✨ Imported #15 (0x6b8f…20da)
2022-10-06 11:21:08.028 TRACE tokio-runtime-worker sync: Announcing block 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da to 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9
2022-10-06 11:21:08.028 TRACE tokio-runtime-worker sub-libp2p: External API => Notification(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9"), SetId(0), 287 bytes)
2022-10-06 11:21:08.028 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9")) <= Sync notification
2022-10-06 11:21:08.029 DEBUG tokio-runtime-worker sync: New best block imported 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da/#15
2022-10-06 11:21:08.031 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: Starting at `BlockId::Hash(0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da)` with maximum blocks of `128`, reputation_change: `None`, small_request `false`, direction `Ascending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:21:08.031 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 starting at `BlockId::Hash(0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da)`: blocks: Some(1), data: Some(338)
2022-10-06 11:21:08.031 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9.
2022-10-06 11:21:08.367 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -798009556 -> -782049365
2022-10-06 11:21:08.367 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 813 -> 797
2022-10-06 11:21:08.431 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:08.448 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:21:09.369 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -782049365 -> -766408378
2022-10-06 11:21:09.369 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 797 -> 782
2022-10-06 11:21:09.533 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:10.117 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:10.117 INFO tokio-runtime-worker substrate: 💤 Idle (2 peers), best: #15 (0x6b8f…20da), finalized #1 (0x34f9…65a3), ⬇ 0.2kiB/s ⬆ 0.5kiB/s
2022-10-06 11:21:10.374 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -766408378 -> -751080211
2022-10-06 11:21:10.374 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 782 -> 767
2022-10-06 11:21:10.634 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:11.353 DEBUG tokio-runtime-worker sync: Propagating transactions
2022-10-06 11:21:11.376 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -751080211 -> -736058607
2022-10-06 11:21:11.376 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 767 -> 752
2022-10-06 11:21:11.472 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:11.735 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:12.376 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -736058607 -> -721337435
2022-10-06 11:21:12.376 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: 752 -> 737
2022-10-06 11:21:12.401 DEBUG tokio-runtime-worker sync: Handling block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: Starting at `BlockId::Hash(0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8)` with maximum blocks of `13`, reputation_change: `None`, small_request `false`, direction `Descending` and attributes `HEADER | BODY | JUSTIFICATION`.
2022-10-06 11:21:12.401 DEBUG tokio-runtime-worker sync: Sending result of block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 starting at `BlockId::Hash(0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8)`: blocks: Some(13), data: Some(5142)
2022-10-06 11:21:12.401 DEBUG tokio-runtime-worker sync: Handled block request from 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9.
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Disconnected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), ConnectionId(1)): Enabled.
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM <= Dropped(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker peerset: Dropping 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -256 to 481
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Disconnected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1), ConnectionId(1)): Enabled.
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM <= Dropped(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker peerset: Dropping 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -256 to 225
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Disconnected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), ConnectionId(1)): Enabled.
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: External API <= Closed(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM <= Dropped(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker peerset: Dropping 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -256 to -31
2022-10-06 11:21:12.466 DEBUG tokio-runtime-worker sub-libp2p: Libp2p => Disconnected(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), Some(IO(Custom { kind: Other, error: A(YamuxError(Closed)) })))
2022-10-06 11:21:12.466 DEBUG tokio-runtime-worker sync: 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp disconnected
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sync: 0 blocks ready for import
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0)): Enabling connections.
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), ConnectionId(0)) <= Open(SetId(0))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1)): Enabling connections.
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), ConnectionId(0)) <= Open(SetId(1))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2)): Enabling connections.
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: Handler(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), ConnectionId(0)) <= Open(SetId(2))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Disconnected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0), ConnectionId(0)): Enabled.
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM <= Dropped(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker peerset: Dropping 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -256 to -287
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Disconnected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1), ConnectionId(0)): Enabled.
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM <= Dropped(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker peerset: Dropping 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -256 to -543
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: Libp2p => Disconnected(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2), ConnectionId(0)): Enabled.
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM <= Dropped(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker peerset: Dropping 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -256 to -799
2022-10-06 11:21:12.466 DEBUG tokio-runtime-worker sub-libp2p: Libp2p => Disconnected(PeerId("12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp"), Some(IO(Custom { kind: Other, error: A(YamuxError(Closed)) })))
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(0)): Will start to connect at until Instant { t: 1661858887525 }
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1)): Will start to connect at until Instant { t: 1661810887861 }
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM => Connect(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2)): Will start to connect at until Instant { t: 1661882888138 }
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM => Drop(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(1)): Not yet connected
2022-10-06 11:21:12.466 TRACE tokio-runtime-worker sub-libp2p: PSM => Drop(12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, SetId(2)): Not yet connected
2022-10-06 11:21:12.838 TRACE tokio-runtime-worker afg: Polling round 5, state = State { prevote_ghost: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), finalized: None, estimate: Some((0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, 2)), completable: false }, step = Some(Precommitted)
2022-10-06 11:21:13.381 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9: -721337435 -> -706910687
2022-10-06 11:21:13.381 TRACE tokio-runtime-worker peerset: Fleeting 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: -799 -> -784
2022-10-06T11:19:57-04:00 INFO loading toml configuration from ./chain/dev/config.toml... config.go:L49 pkg=cmd
2022-10-06T11:19:57-04:00 WARN overwriting default configuration with id with toml configuration values from ./chain/dev/config.toml config.go:L53 pkg=cmd
2022-10-06T11:19:57-04:00 INFO loaded package log configuration: core: INFO, digest: INFO, sync: TRACE, network: TRACE, rpc: INFO, state: INFO, runtime: INFO, block producer: INFO, finality gadget: TRACE config.go:L122 pkg=cmd
2022-10-06T11:19:57-04:00 INFO 🕸️ initialising node with name afford-task-1147, id gssmr, base path /Users/eclesiojunior/go/src/github.com/ChainSafe/gossamer/tmp/dev and genesis ./chain/dev/genesis.json... node.go:L129 pkg=dot
2022-10-06T11:19:58-04:00 INFO block state hash genesis hash: 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b initialize.go:L108 pkg=state
2022-10-06T11:19:59-04:00 INFO node initialised with name afford-task-1147, id gssmr, base path /Users/eclesiojunior/go/src/github.com/ChainSafe/gossamer/tmp/dev, genesis ./chain/dev/genesis.json, block 0 and genesis hash 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b node.go:L189 pkg=dot
2022-10-06T11:19:59-04:00 INFO 🕸️ initialising node services with global configuration name afford-task-1147, id gssmr_test_dev and base path /Users/eclesiojunior/go/src/github.com/ChainSafe/gossamer/tmp/dev... node.go:L246 pkg=dot
2022-10-06T11:19:59-04:00 INFO created state service with head 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, highest number 0 and genesis hash 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b service.go:L162 pkg=state
2022-10-06T11:19:59-04:00 INFO Generating p2p identity with seed 0 and key file /Users/eclesiojunior/go/src/github.com/ChainSafe/gossamer/tmp/dev/node.key config.go:L175 pkg=network
2022-10-06T11:20:02-04:00 DEBUG got public IP address 177.93.65.223 host.go:L114 pkg=network
2022-10-06T11:20:02-04:00 TRACE Host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 started listening on address /ip4/0.0.0.0/tcp/7001 connmgr.go:L103 pkg=network
2022-10-06T11:20:02-04:00 INFO creating runtime with interpreter wasmer... services.go:L108 pkg=dot
2022-10-06T11:20:03-04:00 DEBUG creating service with authority=true, pub=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 and voter set [key=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee id=1] [key=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 id=1] [key=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f id=1] [key=0x5e639b43e0052c47447dac87d6fd2b6ec50bdd4d0f614e4299c665249bbd09d9 id=1] grandpa.go:L108 pkg=grandpa
2022-10-06T11:20:03-04:00 INFO registered notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 service.go:L505 pkg=network
2022-10-06T11:20:03-04:00 INFO creating BABE service as authority... services.go:L182 pkg=dot
2022-10-06T11:20:03-04:00 INFO keystore with keys [0xc0005e02f0] services.go:L190 pkg=dot
2022-10-06T11:20:03-04:00 INFO creating rpc service with host localhost, external=false, port 8545, modules system,author,chain,state,rpc,grandpa,offchain,childstate,syncstate,payment, ws=true, ws port 8546 and ws external=false services.go:L313 pkg=dot
2022-10-06T11:20:03-04:00 INFO starting node afford-task-1147... main.go:L294 pkg=cmd
2022-10-06T11:20:03-04:00 INFO 🕸️ starting node services... node.go:L459 pkg=dot
2022-10-06T11:20:03-04:00 INFO Starting services: [*system.Service *network.Service *digest.Handler *core.Service *grandpa.Service *sync.Service *babe.Service *rpc.HTTPServer *state.Service] services.go:L57 pkg=dot,services
2022-10-06T11:20:03-04:00 INFO registered notifications sub-protocol /gssmr_test/block-announces/1 service.go:L505 pkg=network
2022-10-06T11:20:03-04:00 INFO registered notifications sub-protocol /gssmr_test/transactions/1 service.go:L505 pkg=network
2022-10-06T11:20:03-04:00 INFO Started listening on /ip4/127.0.0.1/tcp/7001/p2p/12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 service.go:L302 pkg=network
2022-10-06T11:20:03-04:00 INFO Started listening on /ip4/177.93.65.223/tcp/7001/p2p/12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 service.go:L302 pkg=network
2022-10-06T11:20:03-04:00 DEBUG bootstrapping to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN host.go:L283 pkg=network
2022-10-06T11:20:03-04:00 DEBUG starting DHT with bootnodes [{12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: [/ip4/127.0.0.1/tcp/30333]}]... discovery.go:L103 pkg=network
2022-10-06T11:20:03-04:00 TRACE Host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 connected to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN connmgr.go:L115 pkg=network
2022-10-06T11:20:03-04:00 DEBUG connection successful with peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN service.go:L678 pkg=network
2022-10-06T11:20:04-04:00 INFO started network service with supported protocols /p2p/id/delta/1.0.0, /ipfs/id/1.0.0, /ipfs/id/push/1.0.0, /ipfs/ping/1.0.0, /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, /gssmr_test/sync/2, /gssmr_test/light/2, /gssmr_test/block-announces/1, /gssmr_test/transactions/1, /gssmr_test/kad service.go:L322 pkg=network
2022-10-06T11:20:04-04:00 DEBUG incrementing grandpa round, next round will be 1 grandpa.go:L327 pkg=grandpa
2022-10-06T11:20:04-04:00 DEBUG starting round 1 with set id 0 engine.go:L209 pkg=grandpa
2022-10-06T11:20:04-04:00 TRACE received stream using sub-protocol /gssmr_test/block-announces/1 service.go:L501 pkg=network
2022-10-06T11:20:04-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockAnnounceHandshake Roles=4 BestBlockNumber=1 BestBlockHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b inbound.go:L43 pkg=network
2022-10-06T11:20:04-04:00 TRACE received handshake on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: BlockAnnounceHandshake Roles=4 BestBlockNumber=1 BestBlockHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L191 pkg=network
2022-10-06T11:20:04-04:00 TRACE receiver: validating handshake using protocol /gssmr_test/block-announces/1 notifications.go:L203 pkg=network
2022-10-06T11:20:04-04:00 DEBUG set peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN head with block number 1 and hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L340 pkg=sync
2022-10-06T11:20:04-04:00 TRACE handling potential work for target block number 1 and hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L598 pkg=sync
2022-10-06T11:20:04-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 notifications.go:L228 pkg=network
2022-10-06T11:20:04-04:00 TRACE received stream using sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 service.go:L501 pkg=network
2022-10-06T11:20:04-04:00 DEBUG dispatching sync worker id 0, start number 824661170392, target number 824661170400, start hash 0x0000000000000000000000000000000000000000000000000000000000000000, target hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:04-04:00 TRACE received stream using sub-protocol /gssmr_test/transactions/1 service.go:L501 pkg=network
2022-10-06T11:20:04-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={1} EndBlockHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:04-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: GrandpaHandshake Roles=4 inbound.go:L43 pkg=network
2022-10-06T11:20:04-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: transactionHandshake inbound.go:L43 pkg=network
2022-10-06T11:20:04-04:00 TRACE received handshake on notifications sub-protocol /gssmr_test/transactions/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: transactionHandshake notifications.go:L191 pkg=network
2022-10-06T11:20:04-04:00 TRACE receiver: validating handshake using protocol /gssmr_test/transactions/1 notifications.go:L203 pkg=network
2022-10-06T11:20:04-04:00 TRACE received handshake on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: GrandpaHandshake Roles=4 notifications.go:L191 pkg=network
2022-10-06T11:20:04-04:00 TRACE receiver: validating handshake using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L203 pkg=network
2022-10-06T11:20:04-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/transactions/1 notifications.go:L228 pkg=network
2022-10-06T11:20:04-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L228 pkg=network
2022-10-06T11:20:04-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=02010100000000000000000000000000000000000000 inbound.go:L43 pkg=network
2022-10-06T11:20:04-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=02010100000000000000000000000000000000000000 notifications.go:L167 pkg=network
2022-10-06T11:20:04-04:00 TRACE handling grandpa message: &{1 0 0} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:04-04:00 WARN sending neighbour message: &{1 0 0} message_handler.go:L85 pkg=grandpa
2022-10-06T11:20:04-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=02010100000000000000000000000000000000000000 service.go:L520 pkg=network
2022-10-06T11:20:04-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:04-04:00 TRACE sending outbound handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, message: GrandpaHandshake Roles=4 notifications.go:L340 pkg=network
2022-10-06T11:20:04-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN and protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 host.go:L299 pkg=network
2022-10-06T11:20:04-04:00 TRACE Sent message GrandpaHandshake Roles=4 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:04-04:00 TRACE sender: validated handshake from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L397 pkg=network
2022-10-06T11:20:04-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010100000000000000000000000000000000000000 notifications.go:L286 pkg=network
2022-10-06T11:20:04-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0001000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000002cb88060d4017125118dabd2da2b8d47ed3e8e2bdde3f67543d6ee9ce33e86e2ff964e35e5cafac8595bf238c7c85a392eb9a24ad2be3dd8dea141706e94020d88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee inbound.go:L43 pkg=network
2022-10-06T11:20:04-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0001000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000002cb88060d4017125118dabd2da2b8d47ed3e8e2bdde3f67543d6ee9ce33e86e2ff964e35e5cafac8595bf238c7c85a392eb9a24ad2be3dd8dea141706e94020d88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee notifications.go:L167 pkg=network
2022-10-06T11:20:04-04:00 TRACE handling grandpa message: round=1, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:04-04:00 TRACE validating block response starting at block hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L838 pkg=sync
2022-10-06T11:20:04-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=1, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:04-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010100000000000000000000000000000000000000) notifications.go:L302 pkg=network
2022-10-06T11:20:04-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:04-04:00 TRACE new ready block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L769 pkg=sync
2022-10-06T11:20:04-04:00 DEBUG sync worker completed in 6.550125ms with success for worker id 0 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:04-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee, round 1, subround 0, prevote count 1, precommit count 0, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:04-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:04-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0001000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000005462d79102473471287457d39fb6434d4ca782ce5c8f4ff52f990b291a0ccaa76f8b09495324bd40a75fa53306c19a276395a5affafe031ace726946b4847500439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f inbound.go:L43 pkg=network
2022-10-06T11:20:04-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0001000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000005462d79102473471287457d39fb6434d4ca782ce5c8f4ff52f990b291a0ccaa76f8b09495324bd40a75fa53306c19a276395a5affafe031ace726946b4847500439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L167 pkg=network
2022-10-06T11:20:04-04:00 TRACE handling grandpa message: round=1, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:04-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=1, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:04-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f, round 1, subround 0, prevote count 2, precommit count 0, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:04-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:04-04:00 DEBUG processing block data with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_processor.go:L159 pkg=sync
2022-10-06T11:20:04-04:00 INFO Starting HTTP Server on host localhost and port 8545... http.go:L146 pkg=rpc
2022-10-06T11:20:04-04:00 DEBUG 🔗 imported block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_processor.go:L240 pkg=sync
2022-10-06T11:20:04-04:00 DEBUG block with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:04-04:00 INFO Starting WebSocket Server on host localhost and port 8546... http.go:L167 pkg=rpc
2022-10-06T11:20:04-04:00 INFO initiating epoch 0 with start slot 416267401 epoch.go:L59 pkg=babe
2022-10-06T11:20:04-04:00 DEBUG DHT discovery started! discovery.go:L146 pkg=network
2022-10-06T11:20:04-04:00 DEBUG advertising ourselves in the DHT... discovery.go:L163 pkg=network
2022-10-06T11:20:05-04:00 TRACE Host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 connected to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp connmgr.go:L115 pkg=network
2022-10-06T11:20:05-04:00 TRACE received stream using sub-protocol /gssmr_test/block-announces/1 service.go:L501 pkg=network
2022-10-06T11:20:05-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockAnnounceHandshake Roles=4 BestBlockNumber=1 BestBlockHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b inbound.go:L43 pkg=network
2022-10-06T11:20:05-04:00 TRACE received handshake on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: BlockAnnounceHandshake Roles=4 BestBlockNumber=1 BestBlockHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L191 pkg=network
2022-10-06T11:20:05-04:00 TRACE receiver: validating handshake using protocol /gssmr_test/block-announces/1 notifications.go:L203 pkg=network
2022-10-06T11:20:05-04:00 TRACE receiver: sent handshake to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1 notifications.go:L228 pkg=network
2022-10-06T11:20:05-04:00 TRACE received stream using sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 service.go:L501 pkg=network
2022-10-06T11:20:06-04:00 TRACE received stream using sub-protocol /gssmr_test/transactions/1 service.go:L501 pkg=network
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: transactionHandshake inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 TRACE received handshake on notifications sub-protocol /gssmr_test/transactions/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: transactionHandshake notifications.go:L191 pkg=network
2022-10-06T11:20:06-04:00 TRACE receiver: validating handshake using protocol /gssmr_test/transactions/1 notifications.go:L203 pkg=network
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: GrandpaHandshake Roles=4 inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 TRACE received handshake on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: GrandpaHandshake Roles=4 notifications.go:L191 pkg=network
2022-10-06T11:20:06-04:00 TRACE receiver: validating handshake using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L203 pkg=network
2022-10-06T11:20:06-04:00 TRACE receiver: sent handshake to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L228 pkg=network
2022-10-06T11:20:06-04:00 TRACE receiver: sent handshake to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/transactions/1 notifications.go:L228 pkg=network
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: ConsensusMessage Data=02010100000000000000000000000000000000000000 inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 DEBUG (checkRoundAlreadyCompletable) round: 1, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:06-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=00010000000000000000000000000000000234f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f68b36be48421e0a1335ebc865ea518423e3f7fd7df7597fff816acfcca071ef0a6142a6e24bac6e20e2e2fb28a35472de290b54b1e0c3415d18dde04c792105d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:06-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:06-04:00 WARN sending pre-vote message: {round=1, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}} engine.go:L248 pkg=grandpa
2022-10-06T11:20:06-04:00 TRACE sending outbound handshake to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, message: GrandpaHandshake Roles=4 notifications.go:L340 pkg=network
2022-10-06T11:20:06-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00010000000000000000000000000000000234f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f68b36be48421e0a1335ebc865ea518423e3f7fd7df7597fff816acfcca071ef0a6142a6e24bac6e20e2e2fb28a35472de290b54b1e0c3415d18dde04c792105d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:06-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=00010000000000000000000000000000000234f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f68b36be48421e0a1335ebc865ea518423e3f7fd7df7597fff816acfcca071ef0a6142a6e24bac6e20e2e2fb28a35472de290b54b1e0c3415d18dde04c792105d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:06-04:00 DEBUG sending pre-vote message round=1, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}... grandpa.go:L524 pkg=grandpa
2022-10-06T11:20:06-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp and protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 host.go:L299 pkg=network
2022-10-06T11:20:06-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:06-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=00010000000000000000000000000000000234f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f68b36be48421e0a1335ebc865ea518423e3f7fd7df7597fff816acfcca071ef0a6142a6e24bac6e20e2e2fb28a35472de290b54b1e0c3415d18dde04c792105d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: ConsensusMessage Data=00010000000000000000000000000000000234f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f68b36be48421e0a1335ebc865ea518423e3f7fd7df7597fff816acfcca071ef0a6142a6e24bac6e20e2e2fb28a35472de290b54b1e0c3415d18dde04c792105d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 TRACE Sent message GrandpaHandshake Roles=4 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:06-04:00 TRACE sent pre-vote message: ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 grandpa.go:L533 pkg=grandpa
2022-10-06T11:20:06-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=00010000000000000000000000000000000234f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f68b36be48421e0a1335ebc865ea518423e3f7fd7df7597fff816acfcca071ef0a6142a6e24bac6e20e2e2fb28a35472de290b54b1e0c3415d18dde04c792105d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L167 pkg=network
2022-10-06T11:20:06-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:06-04:00 TRACE handling grandpa message: round=1, setID=0, message={stage=primaryProposal hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:06-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=1, setID=0, message={stage=primaryProposal hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:06-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:06-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:06-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:06-04:00 TRACE sender: validated handshake from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L397 pkg=network
2022-10-06T11:20:06-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00010000000000000000000000000000000234f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f68b36be48421e0a1335ebc865ea518423e3f7fd7df7597fff816acfcca071ef0a6142a6e24bac6e20e2e2fb28a35472de290b54b1e0c3415d18dde04c792105d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:06-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=00010000000000000000000000000000000234f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f68b36be48421e0a1335ebc865ea518423e3f7fd7df7597fff816acfcca071ef0a6142a6e24bac6e20e2e2fb28a35472de290b54b1e0c3415d18dde04c792105d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:06-04:00 DEBUG failed to validate vote message {round=1, setID=0, message={stage=primaryProposal hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}}: got vote from ourselves grandpa.go:L1196 pkg=grandpa
2022-10-06T11:20:06-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:06-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00010000000000000000000000000000000234f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f68b36be48421e0a1335ebc865ea518423e3f7fd7df7597fff816acfcca071ef0a6142a6e24bac6e20e2e2fb28a35472de290b54b1e0c3415d18dde04c792105d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:06-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=00010000000000000000000000000000000234f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f68b36be48421e0a1335ebc865ea518423e3f7fd7df7597fff816acfcca071ef0a6142a6e24bac6e20e2e2fb28a35472de290b54b1e0c3415d18dde04c792105d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L167 pkg=network
2022-10-06T11:20:06-04:00 TRACE handling grandpa message: round=1, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 DEBUG received vote message, (peer: 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, msg: round=1, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:06-04:00 DEBUG failed to validate vote message {round=1, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}}: got vote from ourselves grandpa.go:L1196 pkg=grandpa
2022-10-06T11:20:06-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:06-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:06-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=00010000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000f03c5934985b836e967d7c4ef602b7535f534a14307e7f75480f2d9e640a3425af5c8b54f19ea0a7df7ad122ea0e6e3e023cfb8aa72f6fca3a2bc5d010bc6d0fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000007d5e5595b96bd436462fbbf1204e7e9e625c25c6eee4c8c13c2b811980701fd7f02c9ac901c9fafc2124b507e7e6a76c7b5922b68f661055bb10e596b99bc90288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000007d5e5595b96bd436462fbbf1204e7e9e625c25c6eee4c8c13c2b811980701fd7f02c9ac901c9fafc2124b507e7e6a76c7b5922b68f661055bb10e596b99bc90288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee notifications.go:L167 pkg=network
2022-10-06T11:20:06-04:00 TRACE handling grandpa message: round=1, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:06-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=1, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000049e379b88a270523b1e4564d73ae6a60c4d736e5ffa5e5fdb98c6a3905963362791fdf318d1a1f91c19a3ecd64dcabd219aad244e2b9ec92051013763af57c0c439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000049e379b88a270523b1e4564d73ae6a60c4d736e5ffa5e5fdb98c6a3905963362791fdf318d1a1f91c19a3ecd64dcabd219aad244e2b9ec92051013763af57c0c439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L167 pkg=network
2022-10-06T11:20:06-04:00 TRACE handling grandpa message: round=1, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:06-04:00 DEBUG received vote message, (peer: 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, msg: round=1, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:06-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee, round 1, subround 1, prevote count 3, precommit count 1, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:06-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000049e379b88a270523b1e4564d73ae6a60c4d736e5ffa5e5fdb98c6a3905963362791fdf318d1a1f91c19a3ecd64dcabd219aad244e2b9ec92051013763af57c0c439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f, round 1, subround 1, prevote count 3, precommit count 2, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:06-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:06-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000007d5e5595b96bd436462fbbf1204e7e9e625c25c6eee4c8c13c2b811980701fd7f02c9ac901c9fafc2124b507e7e6a76c7b5922b68f661055bb10e596b99bc90288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee inbound.go:L43 pkg=network
2022-10-06T11:20:06-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000049e379b88a270523b1e4564d73ae6a60c4d736e5ffa5e5fdb98c6a3905963362791fdf318d1a1f91c19a3ecd64dcabd219aad244e2b9ec92051013763af57c0c439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:06-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000049e379b88a270523b1e4564d73ae6a60c4d736e5ffa5e5fdb98c6a3905963362791fdf318d1a1f91c19a3ecd64dcabd219aad244e2b9ec92051013763af57c0c439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:06-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000007d5e5595b96bd436462fbbf1204e7e9e625c25c6eee4c8c13c2b811980701fd7f02c9ac901c9fafc2124b507e7e6a76c7b5922b68f661055bb10e596b99bc90288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee notifications.go:L286 pkg=network
2022-10-06T11:20:06-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000007d5e5595b96bd436462fbbf1204e7e9e625c25c6eee4c8c13c2b811980701fd7f02c9ac901c9fafc2124b507e7e6a76c7b5922b68f661055bb10e596b99bc90288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee) notifications.go:L302 pkg=network
2022-10-06T11:20:08-04:00 DEBUG (checkRoundAlreadyCompletable) round: 1, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:08-04:00 DEBUG switched sync mode to 1 chain_sync.go:L565 pkg=sync
2022-10-06T11:20:08-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:08-04:00 DEBUG (checkRoundAlreadyCompletable) round: 1, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:08-04:00 WARN sending pre-commit message: {round=1, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}} engine.go:L265 pkg=grandpa
2022-10-06T11:20:08-04:00 DEBUG sending pre-commit message stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69... grandpa.go:L511 pkg=grandpa
2022-10-06T11:20:08-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000d36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:08-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:08-04:00 TRACE sent pre-commit message: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000d36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 grandpa.go:L520 pkg=grandpa
2022-10-06T11:20:08-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000d36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:08-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000d36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:08-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000d36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:08-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000d36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:08-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000d36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 inbound.go:L43 pkg=network
2022-10-06T11:20:08-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0001000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000d36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L167 pkg=network
2022-10-06T11:20:08-04:00 TRACE handling grandpa message: round=1, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:08-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=1, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:08-04:00 DEBUG failed to validate vote message {round=1, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}}: got vote from ourselves grandpa.go:L1196 pkg=grandpa
2022-10-06T11:20:08-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:08-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=02010200000000000000000000000000000000000000 inbound.go:L43 pkg=network
2022-10-06T11:20:08-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=02010200000000000000000000000000000000000000 notifications.go:L167 pkg=network
2022-10-06T11:20:08-04:00 TRACE handling grandpa message: &{2 0 0} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:08-04:00 WARN sending neighbour message: &{1 0 0} message_handler.go:L85 pkg=grandpa
2022-10-06T11:20:08-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=02010100000000000000000000000000000000000000 service.go:L520 pkg=network
2022-10-06T11:20:08-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:08-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010200000000000000000000000000000000000000365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000d36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:08-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010200000000000000000000000000000000000000365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000d36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:08-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010100000000000000000000000000000000000000 notifications.go:L286 pkg=network
2022-10-06T11:20:08-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010100000000000000000000000000000000000000) notifications.go:L302 pkg=network
2022-10-06T11:20:08-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010100000000000000000000000000000000000000 notifications.go:L286 pkg=network
2022-10-06T11:20:08-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010100000000000000000000000000000000000000) notifications.go:L302 pkg=network
2022-10-06T11:20:08-04:00 DEBUG block was finalised for round 1 and set id 0. Head hash is 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 3 direct votes for bfc and 3 total votes for bfc grandpa.go:L503 pkg=grandpa
2022-10-06T11:20:08-04:00 DEBUG sending commit message: &{1 0 {0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0} [{0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0} {0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0} {0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0}] [{[125 94 85 149 185 107 212 54 70 47 187 241 32 78 126 158 98 92 37 198 238 228 200 193 60 43 129 25 128 112 31 215 240 44 154 201 1 201 250 252 33 36 181 7 231 230 167 108 123 89 34 182 143 102 16 85 187 16 229 150 185 155 201 2] 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} {[73 227 121 184 138 39 5 35 177 228 86 77 115 174 106 96 196 215 54 229 255 165 229 253 185 140 106 57 5 150 51 98 121 31 223 49 141 26 31 145 193 154 62 205 100 220 171 210 25 170 210 68 226 185 236 146 5 16 19 118 58 245 124 12] 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} {[211 108 106 64 187 121 237 108 236 16 169 118 185 131 49 65 21 247 222 60 220 189 96 155 182 120 28 202 100 226 234 113 142 231 172 81 122 84 73 85 196 53 228 243 97 93 21 59 158 239 72 56 68 70 18 78 117 36 50 108 121 17 59 10] 0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}]} engine.go:L285 pkg=grandpa
2022-10-06T11:20:08-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=01010000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c7d5e5595b96bd436462fbbf1204e7e9e625c25c6eee4c8c13c2b811980701fd7f02c9ac901c9fafc2124b507e7e6a76c7b5922b68f661055bb10e596b99bc90288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee49e379b88a270523b1e4564d73ae6a60c4d736e5ffa5e5fdb98c6a3905963362791fdf318d1a1f91c19a3ecd64dcabd219aad244e2b9ec92051013763af57c0c439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234fd36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:08-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:08-04:00 DEBUG round completed in 4.009407s engine.go:L293 pkg=grandpa
2022-10-06T11:20:08-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=01010000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c7d5e5595b96bd436462fbbf1204e7e9e625c25c6eee4c8c13c2b811980701fd7f02c9ac901c9fafc2124b507e7e6a76c7b5922b68f661055bb10e596b99bc90288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee49e379b88a270523b1e4564d73ae6a60c4d736e5ffa5e5fdb98c6a3905963362791fdf318d1a1f91c19a3ecd64dcabd219aad244e2b9ec92051013763af57c0c439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234fd36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:08-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=01010000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c7d5e5595b96bd436462fbbf1204e7e9e625c25c6eee4c8c13c2b811980701fd7f02c9ac901c9fafc2124b507e7e6a76c7b5922b68f661055bb10e596b99bc90288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee49e379b88a270523b1e4564d73ae6a60c4d736e5ffa5e5fdb98c6a3905963362791fdf318d1a1f91c19a3ecd64dcabd219aad244e2b9ec92051013763af57c0c439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234fd36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:08-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=01010000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c7d5e5595b96bd436462fbbf1204e7e9e625c25c6eee4c8c13c2b811980701fd7f02c9ac901c9fafc2124b507e7e6a76c7b5922b68f661055bb10e596b99bc90288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee49e379b88a270523b1e4564d73ae6a60c4d736e5ffa5e5fdb98c6a3905963362791fdf318d1a1f91c19a3ecd64dcabd219aad244e2b9ec92051013763af57c0c439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234fd36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:08-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=01010000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c7d5e5595b96bd436462fbbf1204e7e9e625c25c6eee4c8c13c2b811980701fd7f02c9ac901c9fafc2124b507e7e6a76c7b5922b68f661055bb10e596b99bc90288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee49e379b88a270523b1e4564d73ae6a60c4d736e5ffa5e5fdb98c6a3905963362791fdf318d1a1f91c19a3ecd64dcabd219aad244e2b9ec92051013763af57c0c439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234fd36c6a40bb79ed6cec10a976b983314115f7de3cdcbd609bb6781cca64e2ea718ee7ac517a544955c435e4f3615d153b9eef48384446124e7524326c79113b0ad17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:08-04:00 DEBUG incrementing grandpa round, next round will be 2 grandpa.go:L327 pkg=grandpa
2022-10-06T11:20:08-04:00 DEBUG starting round 2 with set id 0 engine.go:L209 pkg=grandpa
2022-10-06T11:20:08-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=02010200000000000000000000000000000000000000 inbound.go:L43 pkg=network
2022-10-06T11:20:08-04:00 INFO 💤 node waiting, 2 peers connected, head block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, finalised block number 0 with hash 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b chain_sync.go:L391 pkg=sync
2022-10-06T11:20:09-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000006fa26fd42ad0accb8ee64176dbf2c6b4ebe3fed9ce111e57afb202ab7633768f1e428fc88b8b0ce0e29b8cac2e1b12bb894fe8e82187a8a6b02265b1c1cad40288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee inbound.go:L43 pkg=network
2022-10-06T11:20:09-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000006fa26fd42ad0accb8ee64176dbf2c6b4ebe3fed9ce111e57afb202ab7633768f1e428fc88b8b0ce0e29b8cac2e1b12bb894fe8e82187a8a6b02265b1c1cad40288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee notifications.go:L167 pkg=network
2022-10-06T11:20:09-04:00 TRACE handling grandpa message: round=2, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:09-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=2, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:09-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee, round 2, subround 0, prevote count 1, precommit count 0, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:09-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:09-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000006fa26fd42ad0accb8ee64176dbf2c6b4ebe3fed9ce111e57afb202ab7633768f1e428fc88b8b0ce0e29b8cac2e1b12bb894fe8e82187a8a6b02265b1c1cad40288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee notifications.go:L286 pkg=network
2022-10-06T11:20:09-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000006fa26fd42ad0accb8ee64176dbf2c6b4ebe3fed9ce111e57afb202ab7633768f1e428fc88b8b0ce0e29b8cac2e1b12bb894fe8e82187a8a6b02265b1c1cad40288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee) notifications.go:L302 pkg=network
2022-10-06T11:20:09-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000065b6d54b25e9c4e5cd3515b3d588f38b45e7eeb4689ebd7f261745ab265b85194a9b27e75b43cfae76db0f5ae5ccf29132ae4a9567edf04630539637ae37ba02439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f inbound.go:L43 pkg=network
2022-10-06T11:20:09-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000065b6d54b25e9c4e5cd3515b3d588f38b45e7eeb4689ebd7f261745ab265b85194a9b27e75b43cfae76db0f5ae5ccf29132ae4a9567edf04630539637ae37ba02439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L167 pkg=network
2022-10-06T11:20:09-04:00 TRACE handling grandpa message: round=2, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:09-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=2, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:09-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f, round 2, subround 0, prevote count 2, precommit count 0, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:09-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:09-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000065b6d54b25e9c4e5cd3515b3d588f38b45e7eeb4689ebd7f261745ab265b85194a9b27e75b43cfae76db0f5ae5ccf29132ae4a9567edf04630539637ae37ba02439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:09-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000065b6d54b25e9c4e5cd3515b3d588f38b45e7eeb4689ebd7f261745ab265b85194a9b27e75b43cfae76db0f5ae5ccf29132ae4a9567edf04630539637ae37ba02439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:10-04:00 DEBUG (checkRoundAlreadyCompletable) round: 2, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:10-04:00 WARN sending pre-vote message: {round=2, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}} engine.go:L248 pkg=grandpa
2022-10-06T11:20:10-04:00 DEBUG sending pre-vote message round=2, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}... grandpa.go:L524 pkg=grandpa
2022-10-06T11:20:10-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000c60696fa00bad34713cee5925690bd43855df94bfeede6939c2fe2bb5a393939457b154f813080ffb75aa94b0530465d7e7043dba1823fe6f888615994d0fc0ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:10-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:10-04:00 TRACE sent pre-vote message: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000c60696fa00bad34713cee5925690bd43855df94bfeede6939c2fe2bb5a393939457b154f813080ffb75aa94b0530465d7e7043dba1823fe6f888615994d0fc0ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 grandpa.go:L533 pkg=grandpa
2022-10-06T11:20:10-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000c60696fa00bad34713cee5925690bd43855df94bfeede6939c2fe2bb5a393939457b154f813080ffb75aa94b0530465d7e7043dba1823fe6f888615994d0fc0ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:10-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000c60696fa00bad34713cee5925690bd43855df94bfeede6939c2fe2bb5a393939457b154f813080ffb75aa94b0530465d7e7043dba1823fe6f888615994d0fc0ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:10-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000c60696fa00bad34713cee5925690bd43855df94bfeede6939c2fe2bb5a393939457b154f813080ffb75aa94b0530465d7e7043dba1823fe6f888615994d0fc0ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:10-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000c60696fa00bad34713cee5925690bd43855df94bfeede6939c2fe2bb5a393939457b154f813080ffb75aa94b0530465d7e7043dba1823fe6f888615994d0fc0ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:10-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000c60696fa00bad34713cee5925690bd43855df94bfeede6939c2fe2bb5a393939457b154f813080ffb75aa94b0530465d7e7043dba1823fe6f888615994d0fc0ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 inbound.go:L43 pkg=network
2022-10-06T11:20:10-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000c60696fa00bad34713cee5925690bd43855df94bfeede6939c2fe2bb5a393939457b154f813080ffb75aa94b0530465d7e7043dba1823fe6f888615994d0fc0ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L167 pkg=network
2022-10-06T11:20:10-04:00 TRACE handling grandpa message: round=2, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:10-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=2, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:10-04:00 DEBUG failed to validate vote message {round=2, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}}: got vote from ourselves grandpa.go:L1196 pkg=grandpa
2022-10-06T11:20:10-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:10-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000c60696fa00bad34713cee5925690bd43855df94bfeede6939c2fe2bb5a393939457b154f813080ffb75aa94b0530465d7e7043dba1823fe6f888615994d0fc0ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:10-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0002000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000c60696fa00bad34713cee5925690bd43855df94bfeede6939c2fe2bb5a393939457b154f813080ffb75aa94b0530465d7e7043dba1823fe6f888615994d0fc0ed17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:10-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000073af839893e90c66683090f397e31c74f8c24157c0f919631f01168427fd40649b2ad004668a658d830b6eba5b197cdf4a49e4c37bc40e492065936f41ce850e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee inbound.go:L43 pkg=network
2022-10-06T11:20:10-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000073af839893e90c66683090f397e31c74f8c24157c0f919631f01168427fd40649b2ad004668a658d830b6eba5b197cdf4a49e4c37bc40e492065936f41ce850e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee notifications.go:L167 pkg=network
2022-10-06T11:20:10-04:00 TRACE handling grandpa message: round=2, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:10-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=2, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:10-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee, round 2, subround 1, prevote count 3, precommit count 1, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:10-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:10-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000fdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f inbound.go:L43 pkg=network
2022-10-06T11:20:10-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000fdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L167 pkg=network
2022-10-06T11:20:10-04:00 TRACE handling grandpa message: round=2, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:10-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=2, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:10-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000fdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:10-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000fdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:10-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f, round 2, subround 1, prevote count 3, precommit count 2, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:10-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:10-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000fdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:10-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000fdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:12-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0xbf294efd6c517a0eb888a70b010190dc70569adf0f3d2f37a146f5a783792981 ExtrinsicsRoot=0x6b8aed2ac3539b8388a399acef977f2b013e33d42f278ebf14dd75dde382f96e Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 139 188 207 24 0 0 0 0 172 98 162 151 178 235 244 97 248 144 152 73 233 225 62 24 112 28 236 200 78 46 68 118 8 26 219 238 30 228 79 69 242 194 2 108 41 136 124 178 104 253 193 18 229 212 227 96 160 104 170 82 208 149 76 85 187 98 24 136 252 86 150 6 9 101 147 146 254 169 143 188 237 131 199 250 24 193 181 224 244 128 17 142 249 207 12 2 168 215 148 36 226 29 65 10]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [158 102 80 54 40 73 122 142 128 249 40 159 167 58 101 73 102 154 2 244 173 29 58 224 152 127 238 112 185 99 194 112 33 199 21 87 223 112 246 2 87 147 162 226 238 121 31 106 144 212 234 97 166 166 167 84 55 42 56 180 254 194 218 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:12-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0xbf294efd6c517a0eb888a70b010190dc70569adf0f3d2f37a146f5a783792981 ExtrinsicsRoot=0x6b8aed2ac3539b8388a399acef977f2b013e33d42f278ebf14dd75dde382f96e Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 139 188 207 24 0 0 0 0 172 98 162 151 178 235 244 97 248 144 152 73 233 225 62 24 112 28 236 200 78 46 68 118 8 26 219 238 30 228 79 69 242 194 2 108 41 136 124 178 104 253 193 18 229 212 227 96 160 104 170 82 208 149 76 85 187 98 24 136 252 86 150 6 9 101 147 146 254 169 143 188 237 131 199 250 24 193 181 224 244 128 17 142 249 207 12 2 168 215 148 36 226 29 65 10]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [158 102 80 54 40 73 122 142 128 249 40 159 167 58 101 73 102 154 2 244 173 29 58 224 152 127 238 112 185 99 194 112 33 199 21 87 223 112 246 2 87 147 162 226 238 121 31 106 144 212 234 97 166 166 167 84 55 42 56 180 254 194 218 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:12-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:12-04:00 DEBUG set peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp head with block number 2 and hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb chain_sync.go:L340 pkg=sync
2022-10-06T11:20:12-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:12-04:00 TRACE handling potential work for target block number 2 and hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb chain_sync.go:L598 pkg=sync
2022-10-06T11:20:12-04:00 DEBUG dispatching sync worker id 0, start number 824648628832, target number 824648628840, start hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb, target hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:12-04:00 TRACE sending outbound handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /gssmr_test/block-announces/1, message: BlockAnnounceHandshake Roles=4 BestBlockNumber=1 BestBlockHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L340 pkg=network
2022-10-06T11:20:12-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[28 135 199 216 90 135 170 88 104 42 16 65 127 190 254 223 44 0 69 119 29 208 189 178 112 82 100 14 3 141 117 203]} EndBlockHash=0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:12-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN and protocol /gssmr_test/block-announces/1 host.go:L299 pkg=network
2022-10-06T11:20:12-04:00 TRACE Sent message BlockAnnounceHandshake Roles=4 BestBlockNumber=1 BestBlockHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:12-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0xbf294efd6c517a0eb888a70b010190dc70569adf0f3d2f37a146f5a783792981 ExtrinsicsRoot=0x6b8aed2ac3539b8388a399acef977f2b013e33d42f278ebf14dd75dde382f96e Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 139 188 207 24 0 0 0 0 172 98 162 151 178 235 244 97 248 144 152 73 233 225 62 24 112 28 236 200 78 46 68 118 8 26 219 238 30 228 79 69 242 194 2 108 41 136 124 178 104 253 193 18 229 212 227 96 160 104 170 82 208 149 76 85 187 98 24 136 252 86 150 6 9 101 147 146 254 169 143 188 237 131 199 250 24 193 181 224 244 128 17 142 249 207 12 2 168 215 148 36 226 29 65 10]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [158 102 80 54 40 73 122 142 128 249 40 159 167 58 101 73 102 154 2 244 173 29 58 224 152 127 238 112 185 99 194 112 33 199 21 87 223 112 246 2 87 147 162 226 238 121 31 106 144 212 234 97 166 166 167 84 55 42 56 180 254 194 218 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:12-04:00 DEBUG set peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN head with block number 2 and hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb chain_sync.go:L340 pkg=sync
2022-10-06T11:20:12-04:00 TRACE sender: validated handshake from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 notifications.go:L397 pkg=network
2022-10-06T11:20:12-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0xbf294efd6c517a0eb888a70b010190dc70569adf0f3d2f37a146f5a783792981 ExtrinsicsRoot=0x6b8aed2ac3539b8388a399acef977f2b013e33d42f278ebf14dd75dde382f96e Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 139 188 207 24 0 0 0 0 172 98 162 151 178 235 244 97 248 144 152 73 233 225 62 24 112 28 236 200 78 46 68 118 8 26 219 238 30 228 79 69 242 194 2 108 41 136 124 178 104 253 193 18 229 212 227 96 160 104 170 82 208 149 76 85 187 98 24 136 252 86 150 6 9 101 147 146 254 169 143 188 237 131 199 250 24 193 181 224 244 128 17 142 249 207 12 2 168 215 148 36 226 29 65 10]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [158 102 80 54 40 73 122 142 128 249 40 159 167 58 101 73 102 154 2 244 173 29 58 224 152 127 238 112 185 99 194 112 33 199 21 87 223 112 246 2 87 147 162 226 238 121 31 106 144 212 234 97 166 166 167 84 55 42 56 180 254 194 218 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:12-04:00 TRACE validating block response starting at block hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb chain_sync.go:L838 pkg=sync
2022-10-06T11:20:12-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:12-04:00 TRACE new ready block number 2 with hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb chain_sync.go:L769 pkg=sync
2022-10-06T11:20:12-04:00 TRACE handling potential work for target block number 2 and hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb chain_sync.go:L598 pkg=sync
2022-10-06T11:20:12-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0xbf294efd6c517a0eb888a70b010190dc70569adf0f3d2f37a146f5a783792981 ExtrinsicsRoot=0x6b8aed2ac3539b8388a399acef977f2b013e33d42f278ebf14dd75dde382f96e Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 139 188 207 24 0 0 0 0 172 98 162 151 178 235 244 97 248 144 152 73 233 225 62 24 112 28 236 200 78 46 68 118 8 26 219 238 30 228 79 69 242 194 2 108 41 136 124 178 104 253 193 18 229 212 227 96 160 104 170 82 208 149 76 85 187 98 24 136 252 86 150 6 9 101 147 146 254 169 143 188 237 131 199 250 24 193 181 224 244 128 17 142 249 207 12 2 168 215 148 36 226 29 65 10]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [158 102 80 54 40 73 122 142 128 249 40 159 167 58 101 73 102 154 2 244 173 29 58 224 152 127 238 112 185 99 194 112 33 199 21 87 223 112 246 2 87 147 162 226 238 121 31 106 144 212 234 97 166 166 167 84 55 42 56 180 254 194 218 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:12-04:00 DEBUG sync worker completed in 3.4555ms with success for worker id 0 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:12-04:00 DEBUG processing block data with hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb chain_processor.go:L159 pkg=sync
2022-10-06T11:20:12-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:12-04:00 DEBUG (checkRoundAlreadyCompletable) round: 2, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG (checkRoundAlreadyCompletable) round: 2, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:12-04:00 WARN sending pre-commit message: {round=2, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}} engine.go:L265 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG sending pre-commit message stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69... grandpa.go:L511 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000057df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:12-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:12-04:00 TRACE sent pre-commit message: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000057df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 grandpa.go:L520 pkg=grandpa
2022-10-06T11:20:12-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000057df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:12-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000057df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:12-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000057df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:12-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000057df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:12-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000057df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 inbound.go:L43 pkg=network
2022-10-06T11:20:12-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0002000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000057df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L167 pkg=network
2022-10-06T11:20:12-04:00 TRACE handling grandpa message: round=2, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=2, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG failed to validate vote message {round=2, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}}: got vote from ourselves grandpa.go:L1196 pkg=grandpa
2022-10-06T11:20:12-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:12-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=02010300000000000000000000000000000000000000 inbound.go:L43 pkg=network
2022-10-06T11:20:12-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=02010300000000000000000000000000000000000000 notifications.go:L167 pkg=network
2022-10-06T11:20:12-04:00 TRACE handling grandpa message: &{3 0 0} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:12-04:00 WARN sending neighbour message: &{2 0 0} message_handler.go:L85 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=02010200000000000000000000000000000000000000 service.go:L520 pkg=network
2022-10-06T11:20:12-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:12-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010200000000000000000000000000000000000000 notifications.go:L286 pkg=network
2022-10-06T11:20:12-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010200000000000000000000000000000000000000 notifications.go:L286 pkg=network
2022-10-06T11:20:12-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010200000000000000000000000000000000000000) notifications.go:L302 pkg=network
2022-10-06T11:20:12-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010300000000000000000000000000000000000000365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000057df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:12-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010300000000000000000000000000000000000000365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b0000000057df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:12-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010200000000000000000000000000000000000000) notifications.go:L302 pkg=network
2022-10-06T11:20:12-04:00 DEBUG (checkRoundAlreadyCompletable) round: 2, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG block was finalised for round 2 and set id 0. Head hash is 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 3 direct votes for bfc and 3 total votes for bfc grandpa.go:L503 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG sending commit message: &{2 0 {0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0} [{0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0} {0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0} {0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0}] [{[87 223 39 113 215 102 238 184 146 77 179 86 186 152 10 186 115 115 73 59 21 103 223 156 12 146 220 231 129 146 113 250 223 46 213 157 130 2 11 148 16 210 64 197 18 222 72 249 254 155 17 205 82 252 137 86 233 110 91 165 215 170 133 2] 0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69} {[115 175 131 152 147 233 12 102 104 48 144 243 151 227 28 116 248 194 65 87 192 249 25 99 31 1 22 132 39 253 64 100 155 42 208 4 102 138 101 141 131 11 110 186 91 25 124 223 74 73 228 195 123 196 14 73 32 101 147 111 65 206 133 14] 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} {[253 194 144 254 210 133 57 243 83 120 157 89 8 41 179 183 69 56 57 157 246 79 217 40 195 65 202 246 1 43 28 166 233 122 47 208 235 88 12 74 155 120 84 19 161 239 172 211 39 90 175 77 68 50 82 201 245 10 85 214 212 98 156 11] 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f}]} engine.go:L285 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=01020000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c57df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae6973af839893e90c66683090f397e31c74f8c24157c0f919631f01168427fd40649b2ad004668a658d830b6eba5b197cdf4a49e4c37bc40e492065936f41ce850e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0eefdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f service.go:L520 pkg=network
2022-10-06T11:20:12-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:12-04:00 DEBUG round completed in 4.50346925s engine.go:L293 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG incrementing grandpa round, next round will be 3 grandpa.go:L327 pkg=grandpa
2022-10-06T11:20:12-04:00 DEBUG starting round 3 with set id 0 engine.go:L209 pkg=grandpa
2022-10-06T11:20:12-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=01020000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c57df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae6973af839893e90c66683090f397e31c74f8c24157c0f919631f01168427fd40649b2ad004668a658d830b6eba5b197cdf4a49e4c37bc40e492065936f41ce850e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0eefdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:12-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=01020000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c57df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae6973af839893e90c66683090f397e31c74f8c24157c0f919631f01168427fd40649b2ad004668a658d830b6eba5b197cdf4a49e4c37bc40e492065936f41ce850e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0eefdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:12-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=01020000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c57df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae6973af839893e90c66683090f397e31c74f8c24157c0f919631f01168427fd40649b2ad004668a658d830b6eba5b197cdf4a49e4c37bc40e492065936f41ce850e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0eefdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:12-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=01020000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c57df2771d766eeb8924db356ba980aba7373493b1567df9c0c92dce7819271fadf2ed59d82020b9410d240c512de48f9fe9b11cd52fc8956e96e5ba5d7aa8502d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae6973af839893e90c66683090f397e31c74f8c24157c0f919631f01168427fd40649b2ad004668a658d830b6eba5b197cdf4a49e4c37bc40e492065936f41ce850e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0eefdc290fed28539f353789d590829b3b74538399df64fd928c341caf6012b1ca6e97a2fd0eb580c4a9b785413a1efacd3275aaf4d443252c9f50a55d6d4629c0b439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:13-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000006ea7a09a7ca87bfdabf7496fae9a0947c924d4f43f7d63dfe0eddacc592af73a782b220a723d140065be1d12ec16370520722c796d42de329cd52325adcf750488dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee inbound.go:L43 pkg=network
2022-10-06T11:20:13-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000006ea7a09a7ca87bfdabf7496fae9a0947c924d4f43f7d63dfe0eddacc592af73a782b220a723d140065be1d12ec16370520722c796d42de329cd52325adcf750488dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee notifications.go:L167 pkg=network
2022-10-06T11:20:13-04:00 TRACE handling grandpa message: round=3, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:13-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=3, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:13-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee, round 3, subround 0, prevote count 1, precommit count 0, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:13-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:13-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dbd6806be9f156b73b72793231ddc47c621651cfd81f5de1f046f89cdd003e00d94353981c5ab06a5f17ddd2bb6dfc68d00fbfcceb70a00f8209d69769695903439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f inbound.go:L43 pkg=network
2022-10-06T11:20:13-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dbd6806be9f156b73b72793231ddc47c621651cfd81f5de1f046f89cdd003e00d94353981c5ab06a5f17ddd2bb6dfc68d00fbfcceb70a00f8209d69769695903439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L167 pkg=network
2022-10-06T11:20:13-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dbd6806be9f156b73b72793231ddc47c621651cfd81f5de1f046f89cdd003e00d94353981c5ab06a5f17ddd2bb6dfc68d00fbfcceb70a00f8209d69769695903439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:13-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dbd6806be9f156b73b72793231ddc47c621651cfd81f5de1f046f89cdd003e00d94353981c5ab06a5f17ddd2bb6dfc68d00fbfcceb70a00f8209d69769695903439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:13-04:00 TRACE handling grandpa message: round=3, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:13-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=3, setID=0, message={stage=prevote hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:13-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f, round 3, subround 0, prevote count 2, precommit count 0, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:13-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:13-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dbd6806be9f156b73b72793231ddc47c621651cfd81f5de1f046f89cdd003e00d94353981c5ab06a5f17ddd2bb6dfc68d00fbfcceb70a00f8209d69769695903439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:13-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dbd6806be9f156b73b72793231ddc47c621651cfd81f5de1f046f89cdd003e00d94353981c5ab06a5f17ddd2bb6dfc68d00fbfcceb70a00f8209d69769695903439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:13-04:00 INFO 💤 node waiting, 2 peers connected, head block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3, finalised block number 0 with hash 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b chain_sync.go:L391 pkg=sync
2022-10-06T11:20:14-04:00 INFO built block 2 with hash 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, state root 0x19de771ab963e545f5d11879248fe02f0b8cabfb180c5d05707b1556d8d1f317, epoch 0 and slot 416267403 babe.go:L540 pkg=babe
2022-10-06T11:20:14-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 3: BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0x19de771ab963e545f5d11879248fe02f0b8cabfb180c5d05707b1556d8d1f317 ExtrinsicsRoot=0x600c8c8c82605bb948c3bf1a7d0e8019140c838a7f1aaa8d7dda5ef5012f6f39 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 139 188 207 24 0 0 0 0 150 101 187 38 8 148 179 165 136 202 127 115 177 142 253 65 105 108 52 230 215 159 180 118 74 55 147 6 215 115 90 123 63 110 240 4 251 172 184 232 24 245 205 23 94 123 185 55 118 251 13 68 176 99 160 95 82 130 235 199 32 236 242 12 172 139 0 212 135 95 45 0 228 1 183 191 227 7 28 248 125 148 89 35 184 53 39 250 229 77 229 157 43 140 221 12]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [174 189 18 24 115 214 94 215 207 97 94 58 8 81 213 42 6 45 169 203 56 141 72 107 126 49 251 170 100 4 36 16 98 91 4 12 181 250 14 96 237 198 86 143 175 11 54 39 101 118 55 139 192 146 188 9 135 133 136 231 38 91 134 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} service.go:L520 pkg=network
2022-10-06T11:20:14-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:14-04:00 TRACE sending outbound handshake to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp on protocol /gssmr_test/block-announces/1, message: BlockAnnounceHandshake Roles=4 BestBlockNumber=2 BestBlockHash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L340 pkg=network
2022-10-06T11:20:14-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp and protocol /gssmr_test/block-announces/1 host.go:L299 pkg=network
2022-10-06T11:20:14-04:00 TRACE Sent message BlockAnnounceHandshake Roles=4 BestBlockNumber=2 BestBlockHash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:14-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0x19de771ab963e545f5d11879248fe02f0b8cabfb180c5d05707b1556d8d1f317 ExtrinsicsRoot=0x600c8c8c82605bb948c3bf1a7d0e8019140c838a7f1aaa8d7dda5ef5012f6f39 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 139 188 207 24 0 0 0 0 150 101 187 38 8 148 179 165 136 202 127 115 177 142 253 65 105 108 52 230 215 159 180 118 74 55 147 6 215 115 90 123 63 110 240 4 251 172 184 232 24 245 205 23 94 123 185 55 118 251 13 68 176 99 160 95 82 130 235 199 32 236 242 12 172 139 0 212 135 95 45 0 228 1 183 191 227 7 28 248 125 148 89 35 184 53 39 250 229 77 229 157 43 140 221 12]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [174 189 18 24 115 214 94 215 207 97 94 58 8 81 213 42 6 45 169 203 56 141 72 107 126 49 251 170 100 4 36 16 98 91 4 12 181 250 14 96 237 198 86 143 175 11 54 39 101 118 55 139 192 146 188 9 135 133 136 231 38 91 134 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:14-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0x19de771ab963e545f5d11879248fe02f0b8cabfb180c5d05707b1556d8d1f317 ExtrinsicsRoot=0x600c8c8c82605bb948c3bf1a7d0e8019140c838a7f1aaa8d7dda5ef5012f6f39 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 139 188 207 24 0 0 0 0 150 101 187 38 8 148 179 165 136 202 127 115 177 142 253 65 105 108 52 230 215 159 180 118 74 55 147 6 215 115 90 123 63 110 240 4 251 172 184 232 24 245 205 23 94 123 185 55 118 251 13 68 176 99 160 95 82 130 235 199 32 236 242 12 172 139 0 212 135 95 45 0 228 1 183 191 227 7 28 248 125 148 89 35 184 53 39 250 229 77 229 157 43 140 221 12]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [174 189 18 24 115 214 94 215 207 97 94 58 8 81 213 42 6 45 169 203 56 141 72 107 126 49 251 170 100 4 36 16 98 91 4 12 181 250 14 96 237 198 86 143 175 11 54 39 101 118 55 139 192 146 188 9 135 133 136 231 38 91 134 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:14-04:00 TRACE sender: validated handshake from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1 notifications.go:L397 pkg=network
2022-10-06T11:20:14-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0x19de771ab963e545f5d11879248fe02f0b8cabfb180c5d05707b1556d8d1f317 ExtrinsicsRoot=0x600c8c8c82605bb948c3bf1a7d0e8019140c838a7f1aaa8d7dda5ef5012f6f39 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 139 188 207 24 0 0 0 0 150 101 187 38 8 148 179 165 136 202 127 115 177 142 253 65 105 108 52 230 215 159 180 118 74 55 147 6 215 115 90 123 63 110 240 4 251 172 184 232 24 245 205 23 94 123 185 55 118 251 13 68 176 99 160 95 82 130 235 199 32 236 242 12 172 139 0 212 135 95 45 0 228 1 183 191 227 7 28 248 125 148 89 35 184 53 39 250 229 77 229 157 43 140 221 12]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [174 189 18 24 115 214 94 215 207 97 94 58 8 81 213 42 6 45 169 203 56 141 72 107 126 49 251 170 100 4 36 16 98 91 4 12 181 250 14 96 237 198 86 143 175 11 54 39 101 118 55 139 192 146 188 9 135 133 136 231 38 91 134 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:14-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0x19de771ab963e545f5d11879248fe02f0b8cabfb180c5d05707b1556d8d1f317 ExtrinsicsRoot=0x600c8c8c82605bb948c3bf1a7d0e8019140c838a7f1aaa8d7dda5ef5012f6f39 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 139 188 207 24 0 0 0 0 150 101 187 38 8 148 179 165 136 202 127 115 177 142 253 65 105 108 52 230 215 159 180 118 74 55 147 6 215 115 90 123 63 110 240 4 251 172 184 232 24 245 205 23 94 123 185 55 118 251 13 68 176 99 160 95 82 130 235 199 32 236 242 12 172 139 0 212 135 95 45 0 228 1 183 191 227 7 28 248 125 148 89 35 184 53 39 250 229 77 229 157 43 140 221 12]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [174 189 18 24 115 214 94 215 207 97 94 58 8 81 213 42 6 45 169 203 56 141 72 107 126 49 251 170 100 4 36 16 98 91 4 12 181 250 14 96 237 198 86 143 175 11 54 39 101 118 55 139 192 146 188 9 135 133 136 231 38 91 134 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:14-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockRequestMessage RequestedData=19 StartingBlock={[156 139 224 227 124 251 24 66 33 121 100 236 239 32 55 161 39 179 122 0 16 153 70 197 208 124 4 108 98 165 62 241]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:14-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockRequestMessage RequestedData=19 StartingBlock={[156 139 224 227 124 251 24 66 33 121 100 236 239 32 55 161 39 179 122 0 16 153 70 197 208 124 4 108 98 165 62 241]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:14-04:00 DEBUG handling BlockRequestMessage with direction descending from start block with hash 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 to end block with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 message.go:L212 pkg=sync
2022-10-06T11:20:14-04:00 DEBUG handling BlockRequestMessage with direction descending from start block with hash 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 to end block with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 message.go:L212 pkg=sync
2022-10-06T11:20:14-04:00 TRACE failed to read from stream id 12D3KooWDp-1-24 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/sync/2: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:20:14-04:00 TRACE failed to read from stream id 12D3KooWEy-2-25 of peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/sync/2: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:20:14-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:14-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp inbound.go:L73 pkg=network
2022-10-06T11:20:14-04:00 DEBUG 🔗 imported block number 2 with hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb chain_processor.go:L240 pkg=sync
2022-10-06T11:20:14-04:00 DEBUG block with hash 0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:14-04:00 DEBUG (checkRoundAlreadyCompletable) round: 3, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:14-04:00 WARN sending pre-vote message: {round=3, setID=0, message={stage=prevote hash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 number=2 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}} engine.go:L248 pkg=grandpa
2022-10-06T11:20:14-04:00 DEBUG sending pre-vote message round=3, setID=0, message={stage=prevote hash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 number=2 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}... grandpa.go:L524 pkg=grandpa
2022-10-06T11:20:14-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=0003000000000000000000000000000000009c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef102000000621b34180d42a046651f2acd6e565089f7a3080c53ae572694a22be42e855b0c75617945b3cc3fef4b36865b06cb1b78aa0c5fa23ab0d7504ae481a4c57b0a05d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:14-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:14-04:00 TRACE sent pre-vote message: ConsensusMessage Data=0003000000000000000000000000000000009c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef102000000621b34180d42a046651f2acd6e565089f7a3080c53ae572694a22be42e855b0c75617945b3cc3fef4b36865b06cb1b78aa0c5fa23ab0d7504ae481a4c57b0a05d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 grandpa.go:L533 pkg=grandpa
2022-10-06T11:20:14-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0003000000000000000000000000000000009c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef102000000621b34180d42a046651f2acd6e565089f7a3080c53ae572694a22be42e855b0c75617945b3cc3fef4b36865b06cb1b78aa0c5fa23ab0d7504ae481a4c57b0a05d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:14-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0003000000000000000000000000000000009c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef102000000621b34180d42a046651f2acd6e565089f7a3080c53ae572694a22be42e855b0c75617945b3cc3fef4b36865b06cb1b78aa0c5fa23ab0d7504ae481a4c57b0a05d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:14-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0003000000000000000000000000000000009c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef102000000621b34180d42a046651f2acd6e565089f7a3080c53ae572694a22be42e855b0c75617945b3cc3fef4b36865b06cb1b78aa0c5fa23ab0d7504ae481a4c57b0a05d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:14-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0003000000000000000000000000000000009c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef102000000621b34180d42a046651f2acd6e565089f7a3080c53ae572694a22be42e855b0c75617945b3cc3fef4b36865b06cb1b78aa0c5fa23ab0d7504ae481a4c57b0a05d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:14-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0003000000000000000000000000000000009c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef102000000621b34180d42a046651f2acd6e565089f7a3080c53ae572694a22be42e855b0c75617945b3cc3fef4b36865b06cb1b78aa0c5fa23ab0d7504ae481a4c57b0a05d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 inbound.go:L43 pkg=network
2022-10-06T11:20:14-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0003000000000000000000000000000000009c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef102000000621b34180d42a046651f2acd6e565089f7a3080c53ae572694a22be42e855b0c75617945b3cc3fef4b36865b06cb1b78aa0c5fa23ab0d7504ae481a4c57b0a05d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L167 pkg=network
2022-10-06T11:20:14-04:00 TRACE handling grandpa message: round=3, setID=0, message={stage=prevote hash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 number=2 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:14-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=3, setID=0, message={stage=prevote hash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 number=2 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:14-04:00 DEBUG failed to validate vote message {round=3, setID=0, message={stage=prevote hash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 number=2 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}}: got vote from ourselves grandpa.go:L1196 pkg=grandpa
2022-10-06T11:20:14-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:14-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0003000000000000000000000000000000009c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef102000000621b34180d42a046651f2acd6e565089f7a3080c53ae572694a22be42e855b0c75617945b3cc3fef4b36865b06cb1b78aa0c5fa23ab0d7504ae481a4c57b0a05d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:14-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0003000000000000000000000000000000009c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef102000000621b34180d42a046651f2acd6e565089f7a3080c53ae572694a22be42e855b0c75617945b3cc3fef4b36865b06cb1b78aa0c5fa23ab0d7504ae481a4c57b0a05d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:14-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000e79ed8a431e7d3c905f9cb9dace3c0843225d50afe445f19963a39c0db4c63b303ed0ad0d17e5f7cf873df877df12b35efc0e2534881903cac3e75c9ed956f0e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee inbound.go:L43 pkg=network
2022-10-06T11:20:14-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000e79ed8a431e7d3c905f9cb9dace3c0843225d50afe445f19963a39c0db4c63b303ed0ad0d17e5f7cf873df877df12b35efc0e2534881903cac3e75c9ed956f0e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee notifications.go:L167 pkg=network
2022-10-06T11:20:14-04:00 TRACE handling grandpa message: round=3, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:14-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=3, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:14-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee, round 3, subround 1, prevote count 3, precommit count 1, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:14-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:14-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000716ff3ac3ced4df7b57d00d7c1d7ca7dd3a6af63e6c6a4513f6459a6a87c80b786d6ea7a4cce74703d26efcb0ca49e1052107e9aff627cf61ee6204c73bad503439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f inbound.go:L43 pkg=network
2022-10-06T11:20:14-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000716ff3ac3ced4df7b57d00d7c1d7ca7dd3a6af63e6c6a4513f6459a6a87c80b786d6ea7a4cce74703d26efcb0ca49e1052107e9aff627cf61ee6204c73bad503439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L167 pkg=network
2022-10-06T11:20:14-04:00 TRACE handling grandpa message: round=3, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:14-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=3, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:14-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000716ff3ac3ced4df7b57d00d7c1d7ca7dd3a6af63e6c6a4513f6459a6a87c80b786d6ea7a4cce74703d26efcb0ca49e1052107e9aff627cf61ee6204c73bad503439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:14-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000716ff3ac3ced4df7b57d00d7c1d7ca7dd3a6af63e6c6a4513f6459a6a87c80b786d6ea7a4cce74703d26efcb0ca49e1052107e9aff627cf61ee6204c73bad503439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:14-04:00 DEBUG validated vote message hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 from 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f, round 3, subround 1, prevote count 3, precommit count 2, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:14-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:14-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000716ff3ac3ced4df7b57d00d7c1d7ca7dd3a6af63e6c6a4513f6459a6a87c80b786d6ea7a4cce74703d26efcb0ca49e1052107e9aff627cf61ee6204c73bad503439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:14-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000716ff3ac3ced4df7b57d00d7c1d7ca7dd3a6af63e6c6a4513f6459a6a87c80b786d6ea7a4cce74703d26efcb0ca49e1052107e9aff627cf61ee6204c73bad503439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:16-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockAnnounceMessage ParentHash=0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb Number=3 StateRoot=0xcdae528aed44024db80d5cedeff9d44b7c46c98fcb6a80cec076a08e0ff218c2 ExtrinsicsRoot=0x79abf5af5bc898c70e654cb404953f67cf8ea0538c9c842764cef577c32df6b4 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 140 188 207 24 0 0 0 0 102 150 119 152 142 28 126 52 200 46 87 200 222 232 36 112 41 84 151 47 60 134 250 77 255 123 182 230 188 175 216 10 213 130 178 64 199 117 63 156 250 72 50 83 4 26 193 27 35 185 1 69 167 230 55 214 110 218 59 145 57 124 202 14 207 64 255 106 139 20 234 78 180 38 88 37 29 30 231 90 160 32 213 28 125 17 176 94 219 114 173 65 115 225 66 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [14 122 144 69 179 183 179 206 35 30 39 49 54 116 22 157 82 49 194 219 199 5 69 175 209 238 94 198 170 203 221 70 185 59 38 169 193 80 20 168 78 77 33 4 46 115 215 18 189 138 250 234 20 107 93 183 210 93 77 76 244 239 97 132]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:16-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: BlockAnnounceMessage ParentHash=0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb Number=3 StateRoot=0xcdae528aed44024db80d5cedeff9d44b7c46c98fcb6a80cec076a08e0ff218c2 ExtrinsicsRoot=0x79abf5af5bc898c70e654cb404953f67cf8ea0538c9c842764cef577c32df6b4 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 140 188 207 24 0 0 0 0 102 150 119 152 142 28 126 52 200 46 87 200 222 232 36 112 41 84 151 47 60 134 250 77 255 123 182 230 188 175 216 10 213 130 178 64 199 117 63 156 250 72 50 83 4 26 193 27 35 185 1 69 167 230 55 214 110 218 59 145 57 124 202 14 207 64 255 106 139 20 234 78 180 38 88 37 29 30 231 90 160 32 213 28 125 17 176 94 219 114 173 65 115 225 66 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [14 122 144 69 179 183 179 206 35 30 39 49 54 116 22 157 82 49 194 219 199 5 69 175 209 238 94 198 170 203 221 70 185 59 38 169 193 80 20 168 78 77 33 4 46 115 215 18 189 138 250 234 20 107 93 183 210 93 77 76 244 239 97 132]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:16-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:16-04:00 DEBUG set peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp head with block number 3 and hash 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 chain_sync.go:L340 pkg=sync
2022-10-06T11:20:16-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:16-04:00 TRACE handling potential work for target block number 3 and hash 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 chain_sync.go:L598 pkg=sync
2022-10-06T11:20:16-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb Number=3 StateRoot=0xcdae528aed44024db80d5cedeff9d44b7c46c98fcb6a80cec076a08e0ff218c2 ExtrinsicsRoot=0x79abf5af5bc898c70e654cb404953f67cf8ea0538c9c842764cef577c32df6b4 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 140 188 207 24 0 0 0 0 102 150 119 152 142 28 126 52 200 46 87 200 222 232 36 112 41 84 151 47 60 134 250 77 255 123 182 230 188 175 216 10 213 130 178 64 199 117 63 156 250 72 50 83 4 26 193 27 35 185 1 69 167 230 55 214 110 218 59 145 57 124 202 14 207 64 255 106 139 20 234 78 180 38 88 37 29 30 231 90 160 32 213 28 125 17 176 94 219 114 173 65 115 225 66 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [14 122 144 69 179 183 179 206 35 30 39 49 54 116 22 157 82 49 194 219 199 5 69 175 209 238 94 198 170 203 221 70 185 59 38 169 193 80 20 168 78 77 33 4 46 115 215 18 189 138 250 234 20 107 93 183 210 93 77 76 244 239 97 132]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:16-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x1c87c7d85a87aa58682a10417fbefedf2c0045771dd0bdb27052640e038d75cb Number=3 StateRoot=0xcdae528aed44024db80d5cedeff9d44b7c46c98fcb6a80cec076a08e0ff218c2 ExtrinsicsRoot=0x79abf5af5bc898c70e654cb404953f67cf8ea0538c9c842764cef577c32df6b4 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 140 188 207 24 0 0 0 0 102 150 119 152 142 28 126 52 200 46 87 200 222 232 36 112 41 84 151 47 60 134 250 77 255 123 182 230 188 175 216 10 213 130 178 64 199 117 63 156 250 72 50 83 4 26 193 27 35 185 1 69 167 230 55 214 110 218 59 145 57 124 202 14 207 64 255 106 139 20 234 78 180 38 88 37 29 30 231 90 160 32 213 28 125 17 176 94 219 114 173 65 115 225 66 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [14 122 144 69 179 183 179 206 35 30 39 49 54 116 22 157 82 49 194 219 199 5 69 175 209 238 94 198 170 203 221 70 185 59 38 169 193 80 20 168 78 77 33 4 46 115 215 18 189 138 250 234 20 107 93 183 210 93 77 76 244 239 97 132]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:16-04:00 DEBUG dispatching sync worker id 1, start number 824649180224, target number 824649180232, start hash 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25, target hash 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:16-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[11 222 22 38 42 60 110 37 89 187 248 33 235 12 229 239 227 144 2 48 155 24 215 242 17 78 133 27 189 74 222 37]} EndBlockHash=0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:16-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockRequestMessage RequestedData=19 StartingBlock={[11 222 22 38 42 60 110 37 89 187 248 33 235 12 229 239 227 144 2 48 155 24 215 242 17 78 133 27 189 74 222 37]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:16-04:00 DEBUG cannot create response for request: failed to get start block 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 for request: Key not found sync.go:L117 pkg=network
2022-10-06T11:20:16-04:00 TRACE failed to read from stream id 12D3KooWDp-1-28 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/sync/2: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:20:16-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:16-04:00 TRACE validating block response starting at block hash 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 chain_sync.go:L838 pkg=sync
2022-10-06T11:20:16-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:16-04:00 TRACE new ready block number 3 with hash 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 chain_sync.go:L769 pkg=sync
2022-10-06T11:20:16-04:00 DEBUG sync worker completed in 2.860875ms with success for worker id 1 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:16-04:00 DEBUG processing block data with hash 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 chain_processor.go:L159 pkg=sync
2022-10-06T11:20:16-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:16-04:00 DEBUG (checkRoundAlreadyCompletable) round: 3, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:16-04:00 DEBUG (checkRoundAlreadyCompletable) round: 3, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:16-04:00 WARN sending pre-commit message: {round=3, setID=0, message={stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}} engine.go:L265 pkg=grandpa
2022-10-06T11:20:16-04:00 DEBUG sending pre-commit message stage=precommit hash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b number=0 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69... grandpa.go:L511 pkg=grandpa
2022-10-06T11:20:16-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dfef89e61027e7de80a3104eab3c58c4a772ed232f6cce3a7b8f3f8f49783cb1a1a2fa2358877536fd120e0bf81faf8ceb607d9070fad40164119f23a40c2d01d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:16-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:16-04:00 TRACE sent pre-commit message: ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dfef89e61027e7de80a3104eab3c58c4a772ed232f6cce3a7b8f3f8f49783cb1a1a2fa2358877536fd120e0bf81faf8ceb607d9070fad40164119f23a40c2d01d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 grandpa.go:L520 pkg=grandpa
2022-10-06T11:20:16-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dfef89e61027e7de80a3104eab3c58c4a772ed232f6cce3a7b8f3f8f49783cb1a1a2fa2358877536fd120e0bf81faf8ceb607d9070fad40164119f23a40c2d01d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:16-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dfef89e61027e7de80a3104eab3c58c4a772ed232f6cce3a7b8f3f8f49783cb1a1a2fa2358877536fd120e0bf81faf8ceb607d9070fad40164119f23a40c2d01d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:16-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dfef89e61027e7de80a3104eab3c58c4a772ed232f6cce3a7b8f3f8f49783cb1a1a2fa2358877536fd120e0bf81faf8ceb607d9070fad40164119f23a40c2d01d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:16-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0003000000000000000000000000000000013690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dfef89e61027e7de80a3104eab3c58c4a772ed232f6cce3a7b8f3f8f49783cb1a1a2fa2358877536fd120e0bf81faf8ceb607d9070fad40164119f23a40c2d01d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:16-04:00 TRACE failed to read from stream id 12D3KooWDp-1-6 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/transactions/1: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:20:16-04:00 TRACE failed to read from stream id 12D3KooWDp-1-5 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:20:16-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/transactions/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:16-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/block-announces/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:16-04:00 TRACE failed to read from stream id 12D3KooWDp-1-7 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:20:16-04:00 DEBUG cleaning up inbound handshake data for protocol=/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:17-04:00 DEBUG (checkRoundAlreadyCompletable) round: 3, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:17-04:00 DEBUG block was finalised for round 3 and set id 0. Head hash is 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b, 3 direct votes for bfc and 3 total votes for bfc grandpa.go:L503 pkg=grandpa
2022-10-06T11:20:17-04:00 DEBUG sending commit message: &{3 0 {0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0} [{0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0} {0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0} {0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b 0}] [{[231 158 216 164 49 231 211 201 5 249 203 157 172 227 192 132 50 37 213 10 254 68 95 25 150 58 57 192 219 76 99 179 3 237 10 208 209 126 95 124 248 115 223 135 125 241 43 53 239 192 226 83 72 129 144 60 172 62 117 201 237 149 111 14] 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} {[113 111 243 172 60 237 77 247 181 125 0 215 193 215 202 125 211 166 175 99 230 198 164 81 63 100 89 166 168 124 128 183 134 214 234 122 76 206 116 112 61 38 239 203 12 164 158 16 82 16 126 154 255 98 124 246 30 230 32 76 115 186 213 3] 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} {[223 239 137 230 16 39 231 222 128 163 16 78 171 60 88 196 167 114 237 35 47 108 206 58 123 143 63 143 73 120 60 177 161 162 250 35 88 135 117 54 253 18 14 11 248 31 175 140 235 96 125 144 112 250 212 1 100 17 159 35 164 12 45 1] 0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}]} engine.go:L285 pkg=grandpa
2022-10-06T11:20:17-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=01030000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000ce79ed8a431e7d3c905f9cb9dace3c0843225d50afe445f19963a39c0db4c63b303ed0ad0d17e5f7cf873df877df12b35efc0e2534881903cac3e75c9ed956f0e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee716ff3ac3ced4df7b57d00d7c1d7ca7dd3a6af63e6c6a4513f6459a6a87c80b786d6ea7a4cce74703d26efcb0ca49e1052107e9aff627cf61ee6204c73bad503439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234fdfef89e61027e7de80a3104eab3c58c4a772ed232f6cce3a7b8f3f8f49783cb1a1a2fa2358877536fd120e0bf81faf8ceb607d9070fad40164119f23a40c2d01d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:17-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:17-04:00 DEBUG round completed in 4.5035905s engine.go:L293 pkg=grandpa
2022-10-06T11:20:17-04:00 DEBUG incrementing grandpa round, next round will be 4 grandpa.go:L327 pkg=grandpa
2022-10-06T11:20:17-04:00 DEBUG starting round 4 with set id 0 engine.go:L209 pkg=grandpa
2022-10-06T11:20:17-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=01030000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000ce79ed8a431e7d3c905f9cb9dace3c0843225d50afe445f19963a39c0db4c63b303ed0ad0d17e5f7cf873df877df12b35efc0e2534881903cac3e75c9ed956f0e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee716ff3ac3ced4df7b57d00d7c1d7ca7dd3a6af63e6c6a4513f6459a6a87c80b786d6ea7a4cce74703d26efcb0ca49e1052107e9aff627cf61ee6204c73bad503439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234fdfef89e61027e7de80a3104eab3c58c4a772ed232f6cce3a7b8f3f8f49783cb1a1a2fa2358877536fd120e0bf81faf8ceb607d9070fad40164119f23a40c2d01d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:17-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=01030000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000ce79ed8a431e7d3c905f9cb9dace3c0843225d50afe445f19963a39c0db4c63b303ed0ad0d17e5f7cf873df877df12b35efc0e2534881903cac3e75c9ed956f0e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee716ff3ac3ced4df7b57d00d7c1d7ca7dd3a6af63e6c6a4513f6459a6a87c80b786d6ea7a4cce74703d26efcb0ca49e1052107e9aff627cf61ee6204c73bad503439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234fdfef89e61027e7de80a3104eab3c58c4a772ed232f6cce3a7b8f3f8f49783cb1a1a2fa2358877536fd120e0bf81faf8ceb607d9070fad40164119f23a40c2d01d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:17-04:00 DEBUG failed to send message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: stream reset notifications.go:L288 pkg=network
2022-10-06T11:20:17-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=01030000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000c3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000000ce79ed8a431e7d3c905f9cb9dace3c0843225d50afe445f19963a39c0db4c63b303ed0ad0d17e5f7cf873df877df12b35efc0e2534881903cac3e75c9ed956f0e88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee716ff3ac3ced4df7b57d00d7c1d7ca7dd3a6af63e6c6a4513f6459a6a87c80b786d6ea7a4cce74703d26efcb0ca49e1052107e9aff627cf61ee6204c73bad503439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234fdfef89e61027e7de80a3104eab3c58c4a772ed232f6cce3a7b8f3f8f49783cb1a1a2fa2358877536fd120e0bf81faf8ceb607d9070fad40164119f23a40c2d01d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:17-04:00 DEBUG cleaning up outbound handshake data for protocol=/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN notifications.go:L238 pkg=network
2022-10-06T11:20:17-04:00 WARN failed to close outbound stream: stream reset notifications.go:L247 pkg=network
2022-10-06T11:20:17-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockAnnounceMessage ParentHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b Number=1 StateRoot=0xb0ae464aecf78e9da6a7a3b5182de1ccabb5c3ad6b6a89548deddff6b3b4cb41 ExtrinsicsRoot=0x3ea008b8c9616724740ef8d298feebb3a17bc040aa1ecc814f49fbaa4e939b25 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 137 188 207 24 0 0 0 0 244 107 189 5 31 240 70 100 112 214 230 19 241 49 234 211 155 188 48 95 63 63 62 63 149 104 238 215 218 157 230 68 133 229 91 26 2 115 172 29 49 86 224 196 155 103 45 26 192 42 155 131 174 70 137 84 29 66 189 42 48 18 10 10 52 116 20 139 184 248 22 161 216 130 118 148 99 42 144 53 216 23 227 122 145 153 223 84 255 128 178 253 8 236 204 3]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [1 16 212 53 147 199 21 253 211 28 97 20 26 189 4 169 159 214 130 44 133 88 133 76 205 227 154 86 132 231 165 109 162 125 1 0 0 0 0 0 0 0 142 175 4 21 22 135 115 99 38 201 254 161 126 37 252 82 135 97 54 147 201 18 144 156 178 38 170 71 148 242 106 72 1 0 0 0 0 0 0 0 144 181 171 32 92 105 116 201 234 132 27 230 136 134 70 51 220 156 168 163 87 132 62 234 207 35 20 100 153 101 254 34 1 0 0 0 0 0 0 0 48 103 33 33 29 84 4 189 157 168 142 2 4 54 10 26 154 184 184 124 102 193 188 47 205 211 127 60 34 34 204 32 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [66 108 36 171 110 109 67 24 108 177 210 138 63 173 206 110 193 244 103 52 246 96 172 28 224 226 42 51 23 82 170 101 140 111 177 216 224 224 72 166 68 39 98 51 63 227 163 187 180 91 154 136 26 224 164 153 39 129 105 86 153 32 5 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:17-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: BlockAnnounceMessage ParentHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b Number=1 StateRoot=0xb0ae464aecf78e9da6a7a3b5182de1ccabb5c3ad6b6a89548deddff6b3b4cb41 ExtrinsicsRoot=0x3ea008b8c9616724740ef8d298feebb3a17bc040aa1ecc814f49fbaa4e939b25 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 137 188 207 24 0 0 0 0 244 107 189 5 31 240 70 100 112 214 230 19 241 49 234 211 155 188 48 95 63 63 62 63 149 104 238 215 218 157 230 68 133 229 91 26 2 115 172 29 49 86 224 196 155 103 45 26 192 42 155 131 174 70 137 84 29 66 189 42 48 18 10 10 52 116 20 139 184 248 22 161 216 130 118 148 99 42 144 53 216 23 227 122 145 153 223 84 255 128 178 253 8 236 204 3]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [1 16 212 53 147 199 21 253 211 28 97 20 26 189 4 169 159 214 130 44 133 88 133 76 205 227 154 86 132 231 165 109 162 125 1 0 0 0 0 0 0 0 142 175 4 21 22 135 115 99 38 201 254 161 126 37 252 82 135 97 54 147 201 18 144 156 178 38 170 71 148 242 106 72 1 0 0 0 0 0 0 0 144 181 171 32 92 105 116 201 234 132 27 230 136 134 70 51 220 156 168 163 87 132 62 234 207 35 20 100 153 101 254 34 1 0 0 0 0 0 0 0 48 103 33 33 29 84 4 189 157 168 142 2 4 54 10 26 154 184 184 124 102 193 188 47 205 211 127 60 34 34 204 32 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [66 108 36 171 110 109 67 24 108 177 210 138 63 173 206 110 193 244 103 52 246 96 172 28 224 226 42 51 23 82 170 101 140 111 177 216 224 224 72 166 68 39 98 51 63 227 163 187 180 91 154 136 26 224 164 153 39 129 105 86 153 32 5 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:17-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:17-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:17-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b Number=1 StateRoot=0xb0ae464aecf78e9da6a7a3b5182de1ccabb5c3ad6b6a89548deddff6b3b4cb41 ExtrinsicsRoot=0x3ea008b8c9616724740ef8d298feebb3a17bc040aa1ecc814f49fbaa4e939b25 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 137 188 207 24 0 0 0 0 244 107 189 5 31 240 70 100 112 214 230 19 241 49 234 211 155 188 48 95 63 63 62 63 149 104 238 215 218 157 230 68 133 229 91 26 2 115 172 29 49 86 224 196 155 103 45 26 192 42 155 131 174 70 137 84 29 66 189 42 48 18 10 10 52 116 20 139 184 248 22 161 216 130 118 148 99 42 144 53 216 23 227 122 145 153 223 84 255 128 178 253 8 236 204 3]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [1 16 212 53 147 199 21 253 211 28 97 20 26 189 4 169 159 214 130 44 133 88 133 76 205 227 154 86 132 231 165 109 162 125 1 0 0 0 0 0 0 0 142 175 4 21 22 135 115 99 38 201 254 161 126 37 252 82 135 97 54 147 201 18 144 156 178 38 170 71 148 242 106 72 1 0 0 0 0 0 0 0 144 181 171 32 92 105 116 201 234 132 27 230 136 134 70 51 220 156 168 163 87 132 62 234 207 35 20 100 153 101 254 34 1 0 0 0 0 0 0 0 48 103 33 33 29 84 4 189 157 168 142 2 4 54 10 26 154 184 184 124 102 193 188 47 205 211 127 60 34 34 204 32 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [66 108 36 171 110 109 67 24 108 177 210 138 63 173 206 110 193 244 103 52 246 96 172 28 224 226 42 51 23 82 170 101 140 111 177 216 224 224 72 166 68 39 98 51 63 227 163 187 180 91 154 136 26 224 164 153 39 129 105 86 153 32 5 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:17-04:00 DEBUG failed to send message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: stream reset notifications.go:L288 pkg=network
2022-10-06T11:20:17-04:00 DEBUG cleaning up outbound handshake data for protocol=/gssmr_test/block-announces/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN notifications.go:L238 pkg=network
2022-10-06T11:20:17-04:00 WARN failed to close outbound stream: stream reset notifications.go:L247 pkg=network
2022-10-06T11:20:18-04:00 INFO built block 3 with hash 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017, state root 0x66cff7e89fecc00a2ca02c4b5bbc9d5a8685c3941f0ffd0d85ca88b657ece676, epoch 0 and slot 416267404 babe.go:L540 pkg=babe
2022-10-06T11:20:18-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 3: BlockAnnounceMessage ParentHash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 Number=3 StateRoot=0x66cff7e89fecc00a2ca02c4b5bbc9d5a8685c3941f0ffd0d85ca88b657ece676 ExtrinsicsRoot=0x3d63df4ab5f0cf35f0c3debe86e94d96affba97c504c7bcc304f7e4fc48ed19d Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 140 188 207 24 0 0 0 0 224 10 68 129 227 144 171 5 133 211 234 12 141 47 36 49 131 50 235 254 238 48 121 106 250 89 83 33 28 122 160 26 45 230 99 179 138 7 60 126 13 103 15 217 152 223 172 58 159 30 82 54 99 94 69 85 8 58 168 181 228 16 123 15 247 206 133 191 139 140 59 136 252 102 78 197 195 195 210 33 93 204 224 129 132 3 120 214 87 6 63 245 40 17 11 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [56 86 69 79 156 38 196 89 147 60 99 26 54 108 162 82 191 103 237 116 24 170 227 126 17 52 188 9 117 96 194 28 186 52 4 36 144 228 129 149 24 7 216 176 172 205 99 84 18 76 60 224 48 195 191 179 193 198 65 45 48 214 52 130]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} service.go:L520 pkg=network
2022-10-06T11:20:18-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:18-04:00 TRACE sending outbound handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /gssmr_test/block-announces/1, message: BlockAnnounceHandshake Roles=4 BestBlockNumber=3 BestBlockHash=0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L340 pkg=network
2022-10-06T11:20:18-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 Number=3 StateRoot=0x66cff7e89fecc00a2ca02c4b5bbc9d5a8685c3941f0ffd0d85ca88b657ece676 ExtrinsicsRoot=0x3d63df4ab5f0cf35f0c3debe86e94d96affba97c504c7bcc304f7e4fc48ed19d Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 140 188 207 24 0 0 0 0 224 10 68 129 227 144 171 5 133 211 234 12 141 47 36 49 131 50 235 254 238 48 121 106 250 89 83 33 28 122 160 26 45 230 99 179 138 7 60 126 13 103 15 217 152 223 172 58 159 30 82 54 99 94 69 85 8 58 168 181 228 16 123 15 247 206 133 191 139 140 59 136 252 102 78 197 195 195 210 33 93 204 224 129 132 3 120 214 87 6 63 245 40 17 11 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [56 86 69 79 156 38 196 89 147 60 99 26 54 108 162 82 191 103 237 116 24 170 227 126 17 52 188 9 117 96 194 28 186 52 4 36 144 228 129 149 24 7 216 176 172 205 99 84 18 76 60 224 48 195 191 179 193 198 65 45 48 214 52 130]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:18-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN and protocol /gssmr_test/block-announces/1 host.go:L299 pkg=network
2022-10-06T11:20:18-04:00 TRACE Sent message BlockAnnounceHandshake Roles=4 BestBlockNumber=3 BestBlockHash=0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:18-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 Number=3 StateRoot=0x66cff7e89fecc00a2ca02c4b5bbc9d5a8685c3941f0ffd0d85ca88b657ece676 ExtrinsicsRoot=0x3d63df4ab5f0cf35f0c3debe86e94d96affba97c504c7bcc304f7e4fc48ed19d Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 140 188 207 24 0 0 0 0 224 10 68 129 227 144 171 5 133 211 234 12 141 47 36 49 131 50 235 254 238 48 121 106 250 89 83 33 28 122 160 26 45 230 99 179 138 7 60 126 13 103 15 217 152 223 172 58 159 30 82 54 99 94 69 85 8 58 168 181 228 16 123 15 247 206 133 191 139 140 59 136 252 102 78 197 195 195 210 33 93 204 224 129 132 3 120 214 87 6 63 245 40 17 11 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [56 86 69 79 156 38 196 89 147 60 99 26 54 108 162 82 191 103 237 116 24 170 227 126 17 52 188 9 117 96 194 28 186 52 4 36 144 228 129 149 24 7 216 176 172 205 99 84 18 76 60 224 48 195 191 179 193 198 65 45 48 214 52 130]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:18-04:00 TRACE sender: validated handshake from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 notifications.go:L397 pkg=network
2022-10-06T11:20:18-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 Number=3 StateRoot=0x66cff7e89fecc00a2ca02c4b5bbc9d5a8685c3941f0ffd0d85ca88b657ece676 ExtrinsicsRoot=0x3d63df4ab5f0cf35f0c3debe86e94d96affba97c504c7bcc304f7e4fc48ed19d Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 140 188 207 24 0 0 0 0 224 10 68 129 227 144 171 5 133 211 234 12 141 47 36 49 131 50 235 254 238 48 121 106 250 89 83 33 28 122 160 26 45 230 99 179 138 7 60 126 13 103 15 217 152 223 172 58 159 30 82 54 99 94 69 85 8 58 168 181 228 16 123 15 247 206 133 191 139 140 59 136 252 102 78 197 195 195 210 33 93 204 224 129 132 3 120 214 87 6 63 245 40 17 11 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [56 86 69 79 156 38 196 89 147 60 99 26 54 108 162 82 191 103 237 116 24 170 227 126 17 52 188 9 117 96 194 28 186 52 4 36 144 228 129 149 24 7 216 176 172 205 99 84 18 76 60 224 48 195 191 179 193 198 65 45 48 214 52 130]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:18-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 Number=3 StateRoot=0x66cff7e89fecc00a2ca02c4b5bbc9d5a8685c3941f0ffd0d85ca88b657ece676 ExtrinsicsRoot=0x3d63df4ab5f0cf35f0c3debe86e94d96affba97c504c7bcc304f7e4fc48ed19d Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 140 188 207 24 0 0 0 0 224 10 68 129 227 144 171 5 133 211 234 12 141 47 36 49 131 50 235 254 238 48 121 106 250 89 83 33 28 122 160 26 45 230 99 179 138 7 60 126 13 103 15 217 152 223 172 58 159 30 82 54 99 94 69 85 8 58 168 181 228 16 123 15 247 206 133 191 139 140 59 136 252 102 78 197 195 195 210 33 93 204 224 129 132 3 120 214 87 6 63 245 40 17 11 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [56 86 69 79 156 38 196 89 147 60 99 26 54 108 162 82 191 103 237 116 24 170 227 126 17 52 188 9 117 96 194 28 186 52 4 36 144 228 129 149 24 7 216 176 172 205 99 84 18 76 60 224 48 195 191 179 193 198 65 45 48 214 52 130]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockRequestMessage RequestedData=19 StartingBlock={[29 79 172 27 133 170 0 99 198 52 51 100 19 213 16 223 239 26 9 12 61 160 113 127 183 248 190 157 61 67 160 23]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 DEBUG handling BlockRequestMessage with direction descending from start block with hash 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 to end block with hash 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 message.go:L212 pkg=sync
2022-10-06T11:20:18-04:00 TRACE received stream using sub-protocol /gssmr_test/block-announces/1 service.go:L501 pkg=network
2022-10-06T11:20:18-04:00 TRACE failed to read from stream id 12D3KooWEy-2-30 of peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/sync/2: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:20:18-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp inbound.go:L73 pkg=network
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockAnnounceHandshake Roles=4 BestBlockNumber=3 BestBlockHash=0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 TRACE received handshake on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: BlockAnnounceHandshake Roles=4 BestBlockNumber=3 BestBlockHash=0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L191 pkg=network
2022-10-06T11:20:18-04:00 TRACE receiver: validating handshake using protocol /gssmr_test/block-announces/1 notifications.go:L203 pkg=network
2022-10-06T11:20:18-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 notifications.go:L228 pkg=network
2022-10-06T11:20:18-04:00 TRACE received stream using sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 service.go:L501 pkg=network
2022-10-06T11:20:18-04:00 TRACE received stream using sub-protocol /gssmr_test/transactions/1 service.go:L501 pkg=network
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: transactionHandshake inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 TRACE received handshake on notifications sub-protocol /gssmr_test/transactions/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: transactionHandshake notifications.go:L191 pkg=network
2022-10-06T11:20:18-04:00 TRACE receiver: validating handshake using protocol /gssmr_test/transactions/1 notifications.go:L203 pkg=network
2022-10-06T11:20:18-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/transactions/1 notifications.go:L228 pkg=network
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockRequestMessage RequestedData=17 StartingBlock={3} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=0 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: GrandpaHandshake Roles=4 inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 TRACE received handshake on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: GrandpaHandshake Roles=4 notifications.go:L191 pkg=network
2022-10-06T11:20:18-04:00 TRACE receiver: validating handshake using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L203 pkg=network
2022-10-06T11:20:18-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L228 pkg=network
2022-10-06T11:20:18-04:00 DEBUG handling BlockRequestMessage with direction ascending from start block with number 3 to end block with number 3 message.go:L125 pkg=sync
2022-10-06T11:20:18-04:00 TRACE failed to read from stream id 12D3KooWDp-1-32 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/sync/2: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:20:18-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=02010400000000000000000000000000000000000000 inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=02010400000000000000000000000000000000000000 notifications.go:L167 pkg=network
2022-10-06T11:20:18-04:00 TRACE handling grandpa message: &{4 0 0} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:18-04:00 WARN sending neighbour message: &{4 0 0} message_handler.go:L85 pkg=grandpa
2022-10-06T11:20:18-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=02010400000000000000000000000000000000000000 service.go:L520 pkg=network
2022-10-06T11:20:18-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:18-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010400000000000000000000000000000000000000 notifications.go:L286 pkg=network
2022-10-06T11:20:18-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010400000000000000000000000000000000000000) notifications.go:L302 pkg=network
2022-10-06T11:20:18-04:00 TRACE sending outbound handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, message: GrandpaHandshake Roles=4 notifications.go:L340 pkg=network
2022-10-06T11:20:18-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN and protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 host.go:L299 pkg=network
2022-10-06T11:20:18-04:00 TRACE Sent message GrandpaHandshake Roles=4 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:18-04:00 TRACE sender: validated handshake from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L397 pkg=network
2022-10-06T11:20:18-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010400000000000000000000000000000000000000 notifications.go:L286 pkg=network
2022-10-06T11:20:18-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010400000000000000000000000000000000000000) notifications.go:L302 pkg=network
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockRequestMessage RequestedData=17 StartingBlock={2} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=0 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 DEBUG handling BlockRequestMessage with direction ascending from start block with number 2 to end block with number 2 message.go:L125 pkg=sync
2022-10-06T11:20:18-04:00 TRACE failed to read from stream id 12D3KooWDp-1-35 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/sync/2: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:20:18-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000020c3805fa1aae45174d926ec731bf26f0c9a16c3dcc58a621f7c0c727169d03a05c255613185f8a2b9f9e377c1a8766ca2b523c12ffddb4effd00251aff0f60288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000020c3805fa1aae45174d926ec731bf26f0c9a16c3dcc58a621f7c0c727169d03a05c255613185f8a2b9f9e377c1a8766ca2b523c12ffddb4effd00251aff0f60288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee notifications.go:L167 pkg=network
2022-10-06T11:20:18-04:00 TRACE handling grandpa message: round=4, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:18-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=4, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:18-04:00 DEBUG validated vote message hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 from 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee, round 4, subround 0, prevote count 1, precommit count 0, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:18-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockRequestMessage RequestedData=17 StartingBlock={0} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=0 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 DEBUG handling BlockRequestMessage with direction ascending from start block with number 1 to end block with number 1 message.go:L125 pkg=sync
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000009601204738926160cebb029e60bfbe8659720a86247b7c249bd0cd5399c28d7682691ccdf7bd3918ed2a693cdb774cb8929c852191dd6396a9823c4446a4ff05439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000009601204738926160cebb029e60bfbe8659720a86247b7c249bd0cd5399c28d7682691ccdf7bd3918ed2a693cdb774cb8929c852191dd6396a9823c4446a4ff05439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L167 pkg=network
2022-10-06T11:20:18-04:00 TRACE handling grandpa message: round=4, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:18-04:00 DEBUG received vote message, (peer: 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, msg: round=4, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f}) grandpa.go:L1190 pkg=grandpa
2022-10-06T11:20:18-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000009601204738926160cebb029e60bfbe8659720a86247b7c249bd0cd5399c28d7682691ccdf7bd3918ed2a693cdb774cb8929c852191dd6396a9823c4446a4ff05439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:18-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000009601204738926160cebb029e60bfbe8659720a86247b7c249bd0cd5399c28d7682691ccdf7bd3918ed2a693cdb774cb8929c852191dd6396a9823c4446a4ff05439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:18-04:00 TRACE failed to read from stream id 12D3KooWDp-1-37 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/sync/2: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:20:18-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:18-04:00 DEBUG validated vote message hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 from 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f, round 4, subround 0, prevote count 2, precommit count 0, votes needed 3 grandpa.go:L1200 pkg=grandpa
2022-10-06T11:20:18-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:18-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b000000006ea7a09a7ca87bfdabf7496fae9a0947c924d4f43f7d63dfe0eddacc592af73a782b220a723d140065be1d12ec16370520722c796d42de329cd52325adcf750488dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee inbound.go:L43 pkg=network
2022-10-06T11:20:18-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dbd6806be9f156b73b72793231ddc47c621651cfd81f5de1f046f89cdd003e00d94353981c5ab06a5f17ddd2bb6dfc68d00fbfcceb70a00f8209d69769695903439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f notifications.go:L286 pkg=network
2022-10-06T11:20:18-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0003000000000000000000000000000000003690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b00000000dbd6806be9f156b73b72793231ddc47c621651cfd81f5de1f046f89cdd003e00d94353981c5ab06a5f17ddd2bb6dfc68d00fbfcceb70a00f8209d69769695903439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f) notifications.go:L302 pkg=network
2022-10-06T11:20:18-04:00 DEBUG 🔗 imported block number 3 with hash 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 chain_processor.go:L240 pkg=sync
2022-10-06T11:20:18-04:00 DEBUG block with hash 0x0bde16262a3c6e2559bbf821eb0ce5efe39002309b18d7f2114e851bbd4ade25 processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:18-04:00 INFO 💤 node waiting, 2 peers connected, head block number 3 with hash 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017, finalised block number 0 with hash 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b chain_sync.go:L391 pkg=sync
2022-10-06T11:20:18-04:00 TRACE failed to read from stream id 12D3KooWDp-1-33 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/transactions/1: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:20:18-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/transactions/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:18-04:00 TRACE failed to read from stream id 12D3KooWDp-1-31 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:20:18-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/block-announces/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:18-04:00 TRACE failed to read from stream id 12D3KooWDp-1-34 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: EOF inbound.go:L25 pkg=network
2022-10-06T11:20:18-04:00 DEBUG cleaning up inbound handshake data for protocol=/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:19-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:19-04:00 WARN sending pre-vote message: {round=4, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}} engine.go:L248 pkg=grandpa
2022-10-06T11:20:19-04:00 DEBUG sending pre-vote message round=4, setID=0, message={stage=prevote hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}... grandpa.go:L524 pkg=grandpa
2022-10-06T11:20:19-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000ec21db4b9b04295cf5e99e83fcaff70942eaeec21c51898e75fea4217e2dd9b1575b922af69ea72077c49d2f4772d2baa01a5f8d4d49bffcef8d21de6987000fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:19-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:19-04:00 TRACE sent pre-vote message: ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000ec21db4b9b04295cf5e99e83fcaff70942eaeec21c51898e75fea4217e2dd9b1575b922af69ea72077c49d2f4772d2baa01a5f8d4d49bffcef8d21de6987000fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 grandpa.go:L533 pkg=grandpa
2022-10-06T11:20:19-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000ec21db4b9b04295cf5e99e83fcaff70942eaeec21c51898e75fea4217e2dd9b1575b922af69ea72077c49d2f4772d2baa01a5f8d4d49bffcef8d21de6987000fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:19-04:00 DEBUG failed to send message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: stream reset notifications.go:L288 pkg=network
2022-10-06T11:20:19-04:00 DEBUG cleaning up outbound handshake data for protocol=/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN notifications.go:L238 pkg=network
2022-10-06T11:20:19-04:00 WARN failed to close outbound stream: stream reset notifications.go:L247 pkg=network
2022-10-06T11:20:19-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000ec21db4b9b04295cf5e99e83fcaff70942eaeec21c51898e75fea4217e2dd9b1575b922af69ea72077c49d2f4772d2baa01a5f8d4d49bffcef8d21de6987000fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:19-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000ec21db4b9b04295cf5e99e83fcaff70942eaeec21c51898e75fea4217e2dd9b1575b922af69ea72077c49d2f4772d2baa01a5f8d4d49bffcef8d21de6987000fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:20-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockAnnounceMessage ParentHash=0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 Number=4 StateRoot=0x8bc5e106b683515db9a7e62d3aa802fe76ca73bd2d001a26d699292cb3adba89 ExtrinsicsRoot=0x3eb4e4f0d049598f33c12a53579c9533e52de52712ff79c65bd850d85c5820da Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 141 188 207 24 0 0 0 0 14 223 89 195 45 193 196 136 70 55 187 201 106 17 110 107 94 21 214 155 68 180 183 87 123 77 21 27 172 147 217 48 39 61 57 124 82 68 145 175 178 42 115 146 112 129 67 195 16 28 136 165 48 203 41 101 99 253 96 199 32 158 167 1 50 213 244 214 253 70 25 246 254 239 52 94 95 52 166 184 143 172 154 209 32 212 183 145 132 137 128 133 226 170 175 5]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [132 131 77 50 37 37 80 183 227 64 161 162 120 220 75 20 181 53 43 129 190 231 74 247 3 86 171 145 128 171 252 6 127 231 120 227 238 12 21 235 41 11 140 177 37 54 206 170 195 148 245 190 219 66 130 22 27 72 174 171 255 171 81 136]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:20-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: BlockAnnounceMessage ParentHash=0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 Number=4 StateRoot=0x8bc5e106b683515db9a7e62d3aa802fe76ca73bd2d001a26d699292cb3adba89 ExtrinsicsRoot=0x3eb4e4f0d049598f33c12a53579c9533e52de52712ff79c65bd850d85c5820da Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 141 188 207 24 0 0 0 0 14 223 89 195 45 193 196 136 70 55 187 201 106 17 110 107 94 21 214 155 68 180 183 87 123 77 21 27 172 147 217 48 39 61 57 124 82 68 145 175 178 42 115 146 112 129 67 195 16 28 136 165 48 203 41 101 99 253 96 199 32 158 167 1 50 213 244 214 253 70 25 246 254 239 52 94 95 52 166 184 143 172 154 209 32 212 183 145 132 137 128 133 226 170 175 5]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [132 131 77 50 37 37 80 183 227 64 161 162 120 220 75 20 181 53 43 129 190 231 74 247 3 86 171 145 128 171 252 6 127 231 120 227 238 12 21 235 41 11 140 177 37 54 206 170 195 148 245 190 219 66 130 22 27 72 174 171 255 171 81 136]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:20-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:20-04:00 DEBUG set peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp head with block number 4 and hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b chain_sync.go:L340 pkg=sync
2022-10-06T11:20:20-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:20-04:00 TRACE handling potential work for target block number 4 and hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b chain_sync.go:L598 pkg=sync
2022-10-06T11:20:20-04:00 DEBUG dispatching sync worker id 2, start number 824655668632, target number 824655668704, start hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b, target hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:20-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[78 58 146 196 176 22 9 123 5 221 132 203 202 155 252 80 104 228 98 55 70 73 2 46 180 132 246 204 3 30 160 59]} EndBlockHash=0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:20-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 Number=4 StateRoot=0x8bc5e106b683515db9a7e62d3aa802fe76ca73bd2d001a26d699292cb3adba89 ExtrinsicsRoot=0x3eb4e4f0d049598f33c12a53579c9533e52de52712ff79c65bd850d85c5820da Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 141 188 207 24 0 0 0 0 14 223 89 195 45 193 196 136 70 55 187 201 106 17 110 107 94 21 214 155 68 180 183 87 123 77 21 27 172 147 217 48 39 61 57 124 82 68 145 175 178 42 115 146 112 129 67 195 16 28 136 165 48 203 41 101 99 253 96 199 32 158 167 1 50 213 244 214 253 70 25 246 254 239 52 94 95 52 166 184 143 172 154 209 32 212 183 145 132 137 128 133 226 170 175 5]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [132 131 77 50 37 37 80 183 227 64 161 162 120 220 75 20 181 53 43 129 190 231 74 247 3 86 171 145 128 171 252 6 127 231 120 227 238 12 21 235 41 11 140 177 37 54 206 170 195 148 245 190 219 66 130 22 27 72 174 171 255 171 81 136]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:20-04:00 DEBUG failed to send message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: stream reset notifications.go:L288 pkg=network
2022-10-06T11:20:20-04:00 DEBUG cleaning up outbound handshake data for protocol=/gssmr_test/block-announces/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN notifications.go:L238 pkg=network
2022-10-06T11:20:20-04:00 WARN failed to close outbound stream: stream reset notifications.go:L247 pkg=network
2022-10-06T11:20:20-04:00 TRACE validating block response starting at block hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b chain_sync.go:L838 pkg=sync
2022-10-06T11:20:20-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:20-04:00 TRACE new ready block number 4 with hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b chain_sync.go:L769 pkg=sync
2022-10-06T11:20:20-04:00 DEBUG sync worker completed in 1.038125ms with success for worker id 2 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:20-04:00 DEBUG processing block data with hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b chain_processor.go:L159 pkg=sync
2022-10-06T11:20:20-04:00 DEBUG 🔗 imported block number 4 with hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b chain_processor.go:L240 pkg=sync
2022-10-06T11:20:20-04:00 DEBUG block with hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:20-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:21-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:21-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:21-04:00 WARN sending pre-commit message: {round=4, setID=0, message={stage=precommit hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}} engine.go:L265 pkg=grandpa
2022-10-06T11:20:21-04:00 DEBUG sending pre-commit message stage=precommit hash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 number=1 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69... grandpa.go:L511 pkg=grandpa
2022-10-06T11:20:21-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=00040000000000000000000000000000000134f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000092c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:21-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:21-04:00 TRACE sent pre-commit message: ConsensusMessage Data=00040000000000000000000000000000000134f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000092c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 grandpa.go:L520 pkg=grandpa
2022-10-06T11:20:21-04:00 TRACE sending outbound handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, message: GrandpaHandshake Roles=4 notifications.go:L340 pkg=network
2022-10-06T11:20:21-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00040000000000000000000000000000000134f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000092c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:21-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=00040000000000000000000000000000000134f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000092c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:21-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN and protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 host.go:L299 pkg=network
2022-10-06T11:20:21-04:00 TRACE Sent message GrandpaHandshake Roles=4 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:21-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:22-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:22-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:23-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:23-04:00 INFO 💤 node waiting, 2 peers connected, head block number 4 with hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b, finalised block number 0 with hash 0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b chain_sync.go:L391 pkg=sync
2022-10-06T11:20:23-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:24-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:24-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:24-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:25-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:25-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:26-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:26-04:00 INFO built block 5 with hash 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961, state root 0x96c6ab18df096eaae6654c83161af3d2a182f95d230a99a935c976bfebb89eee, epoch 0 and slot 416267406 babe.go:L540 pkg=babe
2022-10-06T11:20:26-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 3: BlockAnnounceMessage ParentHash=0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b Number=5 StateRoot=0x96c6ab18df096eaae6654c83161af3d2a182f95d230a99a935c976bfebb89eee ExtrinsicsRoot=0x1bb3fdd1dcfc0e2059d2c98c56aac1504dc85047627add3382dd5b05cd88baaf Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 142 188 207 24 0 0 0 0 116 181 191 3 111 149 228 40 40 252 187 228 148 33 230 195 162 79 248 173 72 90 180 91 179 170 217 249 225 6 129 119 229 215 244 106 70 203 204 22 121 196 144 240 39 214 174 69 134 138 241 59 80 45 50 63 103 140 224 40 59 250 241 15 234 233 241 224 92 193 93 234 44 114 247 10 71 51 126 128 37 205 148 213 101 124 60 69 116 26 121 136 66 35 149 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [186 193 45 126 163 224 99 28 253 29 250 46 113 47 114 228 175 228 197 162 235 240 107 24 195 37 143 58 188 15 140 68 241 221 161 70 120 141 254 33 150 15 93 38 228 162 231 183 0 200 143 139 133 41 157 37 115 205 214 195 182 194 220 136]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} service.go:L520 pkg=network
2022-10-06T11:20:26-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:26-04:00 TRACE sending outbound handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /gssmr_test/block-announces/1, message: BlockAnnounceHandshake Roles=4 BestBlockNumber=5 BestBlockHash=0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L340 pkg=network
2022-10-06T11:20:26-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b Number=5 StateRoot=0x96c6ab18df096eaae6654c83161af3d2a182f95d230a99a935c976bfebb89eee ExtrinsicsRoot=0x1bb3fdd1dcfc0e2059d2c98c56aac1504dc85047627add3382dd5b05cd88baaf Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 142 188 207 24 0 0 0 0 116 181 191 3 111 149 228 40 40 252 187 228 148 33 230 195 162 79 248 173 72 90 180 91 179 170 217 249 225 6 129 119 229 215 244 106 70 203 204 22 121 196 144 240 39 214 174 69 134 138 241 59 80 45 50 63 103 140 224 40 59 250 241 15 234 233 241 224 92 193 93 234 44 114 247 10 71 51 126 128 37 205 148 213 101 124 60 69 116 26 121 136 66 35 149 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [186 193 45 126 163 224 99 28 253 29 250 46 113 47 114 228 175 228 197 162 235 240 107 24 195 37 143 58 188 15 140 68 241 221 161 70 120 141 254 33 150 15 93 38 228 162 231 183 0 200 143 139 133 41 157 37 115 205 214 195 182 194 220 136]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:26-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN and protocol /gssmr_test/block-announces/1 host.go:L299 pkg=network
2022-10-06T11:20:26-04:00 TRACE Sent message BlockAnnounceHandshake Roles=4 BestBlockNumber=5 BestBlockHash=0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:26-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b Number=5 StateRoot=0x96c6ab18df096eaae6654c83161af3d2a182f95d230a99a935c976bfebb89eee ExtrinsicsRoot=0x1bb3fdd1dcfc0e2059d2c98c56aac1504dc85047627add3382dd5b05cd88baaf Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 142 188 207 24 0 0 0 0 116 181 191 3 111 149 228 40 40 252 187 228 148 33 230 195 162 79 248 173 72 90 180 91 179 170 217 249 225 6 129 119 229 215 244 106 70 203 204 22 121 196 144 240 39 214 174 69 134 138 241 59 80 45 50 63 103 140 224 40 59 250 241 15 234 233 241 224 92 193 93 234 44 114 247 10 71 51 126 128 37 205 148 213 101 124 60 69 116 26 121 136 66 35 149 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [186 193 45 126 163 224 99 28 253 29 250 46 113 47 114 228 175 228 197 162 235 240 107 24 195 37 143 58 188 15 140 68 241 221 161 70 120 141 254 33 150 15 93 38 228 162 231 183 0 200 143 139 133 41 157 37 115 205 214 195 182 194 220 136]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:26-04:00 TRACE failed to read handshake from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: failed to read length: stream reset notifications.go:L370 pkg=network
2022-10-06T11:20:26-04:00 DEBUG cleaning up outbound handshake data for protocol=/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN notifications.go:L238 pkg=network
2022-10-06T11:20:26-04:00 WARN failed to close outbound stream: stream reset notifications.go:L247 pkg=network
2022-10-06T11:20:26-04:00 DEBUG failed to send handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: failed to read length: stream reset notifications.go:L274 pkg=network
2022-10-06T11:20:26-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockRequestMessage RequestedData=19 StartingBlock={[144 229 252 121 70 23 57 134 43 239 181 250 164 170 28 130 177 186 236 12 213 175 136 170 203 156 46 143 67 6 73 97]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:26-04:00 DEBUG handling BlockRequestMessage with direction descending from start block with hash 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 to end block with hash 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 message.go:L212 pkg=sync
2022-10-06T11:20:26-04:00 TRACE failed to read from stream id 12D3KooWEy-2-42 of peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/sync/2: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:20:26-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp inbound.go:L73 pkg=network
2022-10-06T11:20:26-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:27-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:27-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:28-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockAnnounceMessage ParentHash=0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 Number=6 StateRoot=0x193d645a87396eef0e63ecabb3b8b159a6e180bbf350090cf5a8dc4583cf0d68 ExtrinsicsRoot=0xc9ddcd787623487c361679ee104dfdff934c5d2bb70737c3e1e0d0c9f397b98d Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 143 188 207 24 0 0 0 0 192 133 47 127 113 101 148 195 249 167 241 3 155 224 68 180 142 124 1 250 54 246 22 83 212 86 234 121 183 130 206 36 102 240 26 228 141 24 184 245 188 105 6 178 48 1 214 201 119 240 79 165 67 222 22 35 24 208 36 36 11 73 128 0 217 106 148 52 219 150 209 236 101 34 169 83 65 232 159 254 233 252 122 98 249 123 1 199 145 16 244 118 252 130 56 6]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [154 59 139 85 212 169 171 47 246 216 99 148 83 29 121 154 112 116 179 115 69 92 105 254 253 128 153 99 124 158 186 8 55 118 209 104 36 167 162 115 150 52 11 100 79 10 13 31 104 100 124 90 182 24 222 215 202 115 216 30 242 239 6 139]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:28-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: BlockAnnounceMessage ParentHash=0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 Number=6 StateRoot=0x193d645a87396eef0e63ecabb3b8b159a6e180bbf350090cf5a8dc4583cf0d68 ExtrinsicsRoot=0xc9ddcd787623487c361679ee104dfdff934c5d2bb70737c3e1e0d0c9f397b98d Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 143 188 207 24 0 0 0 0 192 133 47 127 113 101 148 195 249 167 241 3 155 224 68 180 142 124 1 250 54 246 22 83 212 86 234 121 183 130 206 36 102 240 26 228 141 24 184 245 188 105 6 178 48 1 214 201 119 240 79 165 67 222 22 35 24 208 36 36 11 73 128 0 217 106 148 52 219 150 209 236 101 34 169 83 65 232 159 254 233 252 122 98 249 123 1 199 145 16 244 118 252 130 56 6]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [154 59 139 85 212 169 171 47 246 216 99 148 83 29 121 154 112 116 179 115 69 92 105 254 253 128 153 99 124 158 186 8 55 118 209 104 36 167 162 115 150 52 11 100 79 10 13 31 104 100 124 90 182 24 222 215 202 115 216 30 242 239 6 139]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:28-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:28-04:00 DEBUG set peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp head with block number 6 and hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a chain_sync.go:L340 pkg=sync
2022-10-06T11:20:28-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:28-04:00 TRACE handling potential work for target block number 6 and hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a chain_sync.go:L598 pkg=sync
2022-10-06T11:20:28-04:00 DEBUG dispatching sync worker id 3, start number 824656877400, target number 824656877440, start hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, target hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:28-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[106 10 6 119 103 121 81 173 97 169 120 48 42 74 199 145 132 103 229 200 116 212 123 223 168 86 21 246 121 48 83 10]} EndBlockHash=0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:28-04:00 TRACE sending outbound handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /gssmr_test/block-announces/1, message: BlockAnnounceHandshake Roles=4 BestBlockNumber=5 BestBlockHash=0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L340 pkg=network
2022-10-06T11:20:28-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN and protocol /gssmr_test/block-announces/1 host.go:L299 pkg=network
2022-10-06T11:20:28-04:00 TRACE Sent message BlockAnnounceHandshake Roles=4 BestBlockNumber=5 BestBlockHash=0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:28-04:00 TRACE failed to read handshake from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: failed to read length: stream reset notifications.go:L370 pkg=network
2022-10-06T11:20:28-04:00 DEBUG cleaning up outbound handshake data for protocol=/gssmr_test/block-announces/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN notifications.go:L238 pkg=network
2022-10-06T11:20:28-04:00 WARN failed to close outbound stream: stream reset notifications.go:L247 pkg=network
2022-10-06T11:20:28-04:00 DEBUG failed to send handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /gssmr_test/block-announces/1: failed to read length: stream reset notifications.go:L274 pkg=network
2022-10-06T11:20:28-04:00 TRACE validating block response starting at block hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a chain_sync.go:L838 pkg=sync
2022-10-06T11:20:28-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:28-04:00 TRACE new ready block number 6 with hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a chain_sync.go:L769 pkg=sync
2022-10-06T11:20:28-04:00 DEBUG sync worker completed in 1.583708ms with success for worker id 3 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:28-04:00 DEBUG processing block data with hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a chain_processor.go:L159 pkg=sync
2022-10-06T11:20:28-04:00 DEBUG 🔗 imported block number 6 with hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a chain_processor.go:L240 pkg=sync
2022-10-06T11:20:28-04:00 DEBUG block with hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:28-04:00 TRACE failed to read handshake from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: failed to read length: stream reset notifications.go:L370 pkg=network
2022-10-06T11:20:28-04:00 DEBUG cleaning up outbound handshake data for protocol=/gssmr_test/block-announces/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN notifications.go:L238 pkg=network
2022-10-06T11:20:28-04:00 WARN failed to close outbound stream: stream reset notifications.go:L247 pkg=network
2022-10-06T11:20:28-04:00 DEBUG failed to send handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /gssmr_test/block-announces/1: failed to read length: stream reset notifications.go:L274 pkg=network
2022-10-06T11:20:28-04:00 TRACE received stream using sub-protocol /gssmr_test/block-announces/1 service.go:L501 pkg=network
2022-10-06T11:20:28-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockAnnounceHandshake Roles=4 BestBlockNumber=6 BestBlockHash=0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b inbound.go:L43 pkg=network
2022-10-06T11:20:28-04:00 TRACE received handshake on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: BlockAnnounceHandshake Roles=4 BestBlockNumber=6 BestBlockHash=0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L191 pkg=network
2022-10-06T11:20:28-04:00 TRACE receiver: validating handshake using protocol /gssmr_test/block-announces/1 notifications.go:L203 pkg=network
2022-10-06T11:20:28-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 notifications.go:L228 pkg=network
2022-10-06T11:20:28-04:00 TRACE received stream using sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 service.go:L501 pkg=network
2022-10-06T11:20:28-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: GrandpaHandshake Roles=4 inbound.go:L43 pkg=network
2022-10-06T11:20:28-04:00 TRACE received handshake on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: GrandpaHandshake Roles=4 notifications.go:L191 pkg=network
2022-10-06T11:20:28-04:00 TRACE receiver: validating handshake using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L203 pkg=network
2022-10-06T11:20:28-04:00 TRACE received stream using sub-protocol /gssmr_test/transactions/1 service.go:L501 pkg=network
2022-10-06T11:20:28-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: transactionHandshake inbound.go:L43 pkg=network
2022-10-06T11:20:28-04:00 TRACE received handshake on notifications sub-protocol /gssmr_test/transactions/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: transactionHandshake notifications.go:L191 pkg=network
2022-10-06T11:20:28-04:00 TRACE receiver: validating handshake using protocol /gssmr_test/transactions/1 notifications.go:L203 pkg=network
2022-10-06T11:20:28-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/transactions/1 notifications.go:L228 pkg=network
2022-10-06T11:20:28-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L228 pkg=network
2022-10-06T11:20:28-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=02010500000000000000000000000000000001000000 inbound.go:L43 pkg=network
2022-10-06T11:20:28-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=02010500000000000000000000000000000001000000 notifications.go:L167 pkg=network
2022-10-06T11:20:28-04:00 TRACE handling grandpa message: &{5 0 1} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:28-04:00 WARN sending neighbour message: &{4 0 0} message_handler.go:L85 pkg=grandpa
2022-10-06T11:20:28-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=02010400000000000000000000000000000000000000 service.go:L520 pkg=network
2022-10-06T11:20:28-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:28-04:00 DEBUG got neighbour message with number 1, set id 0 and round 5 message_handler.go:L122 pkg=grandpa
2022-10-06T11:20:28-04:00 TRACE sending outbound handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, message: GrandpaHandshake Roles=4 notifications.go:L340 pkg=network
2022-10-06T11:20:28-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010400000000000000000000000000000000000000 notifications.go:L286 pkg=network
2022-10-06T11:20:28-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010400000000000000000000000000000000000000) notifications.go:L302 pkg=network
2022-10-06T11:20:28-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN and protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 host.go:L299 pkg=network
2022-10-06T11:20:28-04:00 TRACE Sent message GrandpaHandshake Roles=4 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:28-04:00 TRACE sender: validated handshake from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L397 pkg=network
2022-10-06T11:20:28-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=02010400000000000000000000000000000000000000 notifications.go:L286 pkg=network
2022-10-06T11:20:28-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=02010400000000000000000000000000000000000000) notifications.go:L302 pkg=network
2022-10-06T11:20:28-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=010400000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c5679d69e9ab32e0317cf716e5bc6efcfb048b6d83debcd223874317d9ba34a4d4dcf1f6ef927beb88b6aa46a0ab3e2e2f788047c171b8940a7e4cfe506c93809439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f89d96ef99e07b076928c551505fd7b09b9d8172897ba2e91bfd0ad438c192200c2e44b7554584013d786f33dbf1f597f40458b8a3a4da1fa6a7bec659244ba0188dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee92c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 inbound.go:L43 pkg=network
2022-10-06T11:20:28-04:00 TRACE received message on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: ConsensusMessage Data=010400000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c5679d69e9ab32e0317cf716e5bc6efcfb048b6d83debcd223874317d9ba34a4d4dcf1f6ef927beb88b6aa46a0ab3e2e2f788047c171b8940a7e4cfe506c93809439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f89d96ef99e07b076928c551505fd7b09b9d8172897ba2e91bfd0ad438c192200c2e44b7554584013d786f33dbf1f597f40458b8a3a4da1fa6a7bec659244ba0188dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee92c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L167 pkg=network
2022-10-06T11:20:28-04:00 TRACE handling grandpa message: &{4 0 {0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 1} [{0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 1} {0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 1} {0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 1}] [{[86 121 214 158 154 179 46 3 23 207 113 110 91 198 239 207 176 72 182 216 61 235 205 34 56 116 49 125 155 163 74 77 77 207 31 110 249 39 190 184 139 106 164 106 10 179 226 226 247 136 4 124 23 27 137 64 167 228 207 229 6 201 56 9] 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} {[137 217 110 249 158 7 176 118 146 140 85 21 5 253 123 9 185 216 23 40 151 186 46 145 191 208 173 67 140 25 34 0 194 228 75 117 84 88 64 19 215 134 243 61 191 31 89 127 64 69 139 138 58 77 161 250 106 123 236 101 146 68 186 1] 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} {[146 201 124 237 203 65 32 5 236 215 233 190 134 149 26 33 61 40 50 170 96 239 61 189 144 229 31 30 185 41 143 116 171 127 41 217 197 35 218 67 133 5 70 123 142 211 121 152 68 27 172 36 22 80 76 95 254 95 88 23 6 59 24 8] 0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}]} message_handler.go:L47 pkg=grandpa
2022-10-06T11:20:28-04:00 DEBUG received commit message, msg: &{Round:4 SetID:0 Vote:{Hash:0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number:1} Precommits:[{Hash:0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number:1} {Hash:0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number:1} {Hash:0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number:1}] AuthData:[{Signature:[86 121 214 158 154 179 46 3 23 207 113 110 91 198 239 207 176 72 182 216 61 235 205 34 56 116 49 125 155 163 74 77 77 207 31 110 249 39 190 184 139 106 164 106 10 179 226 226 247 136 4 124 23 27 137 64 167 228 207 229 6 201 56 9] AuthorityID:0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} {Signature:[137 217 110 249 158 7 176 118 146 140 85 21 5 253 123 9 185 216 23 40 151 186 46 145 191 208 173 67 140 25 34 0 194 228 75 117 84 88 64 19 215 134 243 61 191 31 89 127 64 69 139 138 58 77 161 250 106 123 236 101 146 68 186 1] AuthorityID:0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} {Signature:[146 201 124 237 203 65 32 5 236 215 233 190 134 149 26 33 61 40 50 170 96 239 61 189 144 229 31 30 185 41 143 116 171 127 41 217 197 35 218 67 133 5 70 123 142 211 121 152 68 27 172 36 22 80 76 95 254 95 88 23 6 59 24 8] AuthorityID:0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}]} grandpa.go:L1208 pkg=grandpa
2022-10-06T11:20:28-04:00 DEBUG validated commit message: &{4 0 {0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 1} [{0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 1} {0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 1} {0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 1}] [{[86 121 214 158 154 179 46 3 23 207 113 110 91 198 239 207 176 72 182 216 61 235 205 34 56 116 49 125 155 163 74 77 77 207 31 110 249 39 190 184 139 106 164 106 10 179 226 226 247 136 4 124 23 27 137 64 167 228 207 229 6 201 56 9] 0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f} {[137 217 110 249 158 7 176 118 146 140 85 21 5 253 123 9 185 216 23 40 151 186 46 145 191 208 173 67 140 25 34 0 194 228 75 117 84 88 64 19 215 134 243 61 191 31 89 127 64 69 139 138 58 77 161 250 106 123 236 101 146 68 186 1] 0x88dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee} {[146 201 124 237 203 65 32 5 236 215 233 190 134 149 26 33 61 40 50 170 96 239 61 189 144 229 31 30 185 41 143 116 171 127 41 217 197 35 218 67 133 5 70 123 142 211 121 152 68 27 172 36 22 80 76 95 254 95 88 23 6 59 24 8] 0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}]} grandpa.go:L1349 pkg=grandpa
2022-10-06T11:20:28-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:28-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000020c3805fa1aae45174d926ec731bf26f0c9a16c3dcc58a621f7c0c727169d03a05c255613185f8a2b9f9e377c1a8766ca2b523c12ffddb4effd00251aff0f60288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee960100040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000009601204738926160cebb029e60bfbe8659720a86247b7c249bd0cd5399c28d7682691ccdf7bd3918ed2a693cdb774cb8929c852191dd6396a9823c4446a4ff05439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f960100040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000ec21db4b9b04295cf5e99e83fcaff70942eaeec21c51898e75fea4217e2dd9b1575b922af69ea72077c49d2f4772d2baa01a5f8d4d49bffcef8d21de6987000fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414f notifications.go:L286 pkg=network
2022-10-06T11:20:28-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=00040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000020c3805fa1aae45174d926ec731bf26f0c9a16c3dcc58a621f7c0c727169d03a05c255613185f8a2b9f9e377c1a8766ca2b523c12ffddb4effd00251aff0f60288dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee960100040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000009601204738926160cebb029e60bfbe8659720a86247b7c249bd0cd5399c28d7682691ccdf7bd3918ed2a693cdb774cb8929c852191dd6396a9823c4446a4ff05439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f960100040000000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a301000000ec21db4b9b04295cf5e99e83fcaff70942eaeec21c51898e75fea4217e2dd9b1575b922af69ea72077c49d2f4772d2baa01a5f8d4d49bffcef8d21de6987000fd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414f) notifications.go:L302 pkg=network
2022-10-06T11:20:28-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:28-04:00 DEBUG (checkRoundAlreadyCompletable) round: 4, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:28-04:00 DEBUG block was finalised for round 4 grandpa.go:L436 pkg=grandpa
2022-10-06T11:20:28-04:00 DEBUG round completed in 11.002370916s engine.go:L298 pkg=grandpa
2022-10-06T11:20:28-04:00 DEBUG incrementing grandpa round, next round will be 5 grandpa.go:L327 pkg=grandpa
2022-10-06T11:20:28-04:00 DEBUG starting round 5 with set id 0 engine.go:L209 pkg=grandpa
2022-10-06T11:20:28-04:00 INFO 💤 node waiting, 2 peers connected, head block number 6 with hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, finalised block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L391 pkg=sync
2022-10-06T11:20:30-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:30-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=010400000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c5679d69e9ab32e0317cf716e5bc6efcfb048b6d83debcd223874317d9ba34a4d4dcf1f6ef927beb88b6aa46a0ab3e2e2f788047c171b8940a7e4cfe506c93809439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f89d96ef99e07b076928c551505fd7b09b9d8172897ba2e91bfd0ad438c192200c2e44b7554584013d786f33dbf1f597f40458b8a3a4da1fa6a7bec659244ba0188dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee92c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:30-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:30-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=0005000000000000000000000000000000026a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a06000000e7c323eea9a7f959758559d1839c1bf8554e4e7eed878fd019e4b3df3d6cafa4a4b9400079daa0dedcf9636a3ae010e2d44827371805bb2a3fe5d74675eb9008d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:30-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:30-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=010400000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c5679d69e9ab32e0317cf716e5bc6efcfb048b6d83debcd223874317d9ba34a4d4dcf1f6ef927beb88b6aa46a0ab3e2e2f788047c171b8940a7e4cfe506c93809439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f89d96ef99e07b076928c551505fd7b09b9d8172897ba2e91bfd0ad438c192200c2e44b7554584013d786f33dbf1f597f40458b8a3a4da1fa6a7bec659244ba0188dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee92c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:30-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=010400000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c5679d69e9ab32e0317cf716e5bc6efcfb048b6d83debcd223874317d9ba34a4d4dcf1f6ef927beb88b6aa46a0ab3e2e2f788047c171b8940a7e4cfe506c93809439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f89d96ef99e07b076928c551505fd7b09b9d8172897ba2e91bfd0ad438c192200c2e44b7554584013d786f33dbf1f597f40458b8a3a4da1fa6a7bec659244ba0188dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee92c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:30-04:00 WARN sending pre-vote message: {round=5, setID=0, message={stage=prevote hash=0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a number=6 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}} engine.go:L248 pkg=grandpa
2022-10-06T11:20:30-04:00 DEBUG sending pre-vote message round=5, setID=0, message={stage=prevote hash=0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a number=6 authorityID=0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69}... grandpa.go:L524 pkg=grandpa
2022-10-06T11:20:30-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 5: ConsensusMessage Data=0005000000000000000000000000000000006a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a060000005995e3d1e05323e0f66b0a19c4761db2a2dd19535b3cd10a14a2b427ea15754773838e59ea413921cb6c1779e43703ecdcc9aae72dd0e60002263fb4cd37b107d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 service.go:L520 pkg=network
2022-10-06T11:20:30-04:00 TRACE broadcasting message from notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L405 pkg=network
2022-10-06T11:20:30-04:00 TRACE sent pre-vote message: ConsensusMessage Data=0005000000000000000000000000000000006a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a060000005995e3d1e05323e0f66b0a19c4761db2a2dd19535b3cd10a14a2b427ea15754773838e59ea413921cb6c1779e43703ecdcc9aae72dd0e60002263fb4cd37b107d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 grandpa.go:L533 pkg=grandpa
2022-10-06T11:20:30-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0005000000000000000000000000000000026a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a06000000e7c323eea9a7f959758559d1839c1bf8554e4e7eed878fd019e4b3df3d6cafa4a4b9400079daa0dedcf9636a3ae010e2d44827371805bb2a3fe5d74675eb9008d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:30-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0005000000000000000000000000000000026a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a06000000e7c323eea9a7f959758559d1839c1bf8554e4e7eed878fd019e4b3df3d6cafa4a4b9400079daa0dedcf9636a3ae010e2d44827371805bb2a3fe5d74675eb9008d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:30-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=010400000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c5679d69e9ab32e0317cf716e5bc6efcfb048b6d83debcd223874317d9ba34a4d4dcf1f6ef927beb88b6aa46a0ab3e2e2f788047c171b8940a7e4cfe506c93809439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f89d96ef99e07b076928c551505fd7b09b9d8172897ba2e91bfd0ad438c192200c2e44b7554584013d786f33dbf1f597f40458b8a3a4da1fa6a7bec659244ba0188dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee92c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:30-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0005000000000000000000000000000000026a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a06000000e7c323eea9a7f959758559d1839c1bf8554e4e7eed878fd019e4b3df3d6cafa4a4b9400079daa0dedcf9636a3ae010e2d44827371805bb2a3fe5d74675eb9008d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:30-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0005000000000000000000000000000000026a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a06000000e7c323eea9a7f959758559d1839c1bf8554e4e7eed878fd019e4b3df3d6cafa4a4b9400079daa0dedcf9636a3ae010e2d44827371805bb2a3fe5d74675eb9008d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:30-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=010400000000000000000000000000000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a30100000034f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3010000000c5679d69e9ab32e0317cf716e5bc6efcfb048b6d83debcd223874317d9ba34a4d4dcf1f6ef927beb88b6aa46a0ab3e2e2f788047c171b8940a7e4cfe506c93809439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f89d96ef99e07b076928c551505fd7b09b9d8172897ba2e91bfd0ad438c192200c2e44b7554584013d786f33dbf1f597f40458b8a3a4da1fa6a7bec659244ba0188dc3417d5058ec4b4503e0c12ea1a0a89be200fe98922423d4334014fa6b0ee92c97cedcb412005ecd7e9be86951a213d2832aa60ef3dbd90e51f1eb9298f74ab7f29d9c523da438505467b8ed37998441bac2416504c5ffe5f5817063b1808d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:30-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0005000000000000000000000000000000006a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a060000005995e3d1e05323e0f66b0a19c4761db2a2dd19535b3cd10a14a2b427ea15754773838e59ea413921cb6c1779e43703ecdcc9aae72dd0e60002263fb4cd37b107d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:30-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0005000000000000000000000000000000006a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a060000005995e3d1e05323e0f66b0a19c4761db2a2dd19535b3cd10a14a2b427ea15754773838e59ea413921cb6c1779e43703ecdcc9aae72dd0e60002263fb4cd37b107d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:30-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: ConsensusMessage Data=0005000000000000000000000000000000006a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a060000005995e3d1e05323e0f66b0a19c4761db2a2dd19535b3cd10a14a2b427ea15754773838e59ea413921cb6c1779e43703ecdcc9aae72dd0e60002263fb4cd37b107d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69 notifications.go:L286 pkg=network
2022-10-06T11:20:30-04:00 TRACE successfully sent message on protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.ConsensusMessage=ConsensusMessage Data=0005000000000000000000000000000000006a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a060000005995e3d1e05323e0f66b0a19c4761db2a2dd19535b3cd10a14a2b427ea15754773838e59ea413921cb6c1779e43703ecdcc9aae72dd0e60002263fb4cd37b107d17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69) notifications.go:L302 pkg=network
2022-10-06T11:20:30-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0x19de771ab963e545f5d11879248fe02f0b8cabfb180c5d05707b1556d8d1f317 ExtrinsicsRoot=0x600c8c8c82605bb948c3bf1a7d0e8019140c838a7f1aaa8d7dda5ef5012f6f39 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 139 188 207 24 0 0 0 0 150 101 187 38 8 148 179 165 136 202 127 115 177 142 253 65 105 108 52 230 215 159 180 118 74 55 147 6 215 115 90 123 63 110 240 4 251 172 184 232 24 245 205 23 94 123 185 55 118 251 13 68 176 99 160 95 82 130 235 199 32 236 242 12 172 139 0 212 135 95 45 0 228 1 183 191 227 7 28 248 125 148 89 35 184 53 39 250 229 77 229 157 43 140 221 12]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [174 189 18 24 115 214 94 215 207 97 94 58 8 81 213 42 6 45 169 203 56 141 72 107 126 49 251 170 100 4 36 16 98 91 4 12 181 250 14 96 237 198 86 143 175 11 54 39 101 118 55 139 192 146 188 9 135 133 136 231 38 91 134 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:30-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0x19de771ab963e545f5d11879248fe02f0b8cabfb180c5d05707b1556d8d1f317 ExtrinsicsRoot=0x600c8c8c82605bb948c3bf1a7d0e8019140c838a7f1aaa8d7dda5ef5012f6f39 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 139 188 207 24 0 0 0 0 150 101 187 38 8 148 179 165 136 202 127 115 177 142 253 65 105 108 52 230 215 159 180 118 74 55 147 6 215 115 90 123 63 110 240 4 251 172 184 232 24 245 205 23 94 123 185 55 118 251 13 68 176 99 160 95 82 130 235 199 32 236 242 12 172 139 0 212 135 95 45 0 228 1 183 191 227 7 28 248 125 148 89 35 184 53 39 250 229 77 229 157 43 140 221 12]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [174 189 18 24 115 214 94 215 207 97 94 58 8 81 213 42 6 45 169 203 56 141 72 107 126 49 251 170 100 4 36 16 98 91 4 12 181 250 14 96 237 198 86 143 175 11 54 39 101 118 55 139 192 146 188 9 135 133 136 231 38 91 134 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:30-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:30-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:30-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0x19de771ab963e545f5d11879248fe02f0b8cabfb180c5d05707b1556d8d1f317 ExtrinsicsRoot=0x600c8c8c82605bb948c3bf1a7d0e8019140c838a7f1aaa8d7dda5ef5012f6f39 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 139 188 207 24 0 0 0 0 150 101 187 38 8 148 179 165 136 202 127 115 177 142 253 65 105 108 52 230 215 159 180 118 74 55 147 6 215 115 90 123 63 110 240 4 251 172 184 232 24 245 205 23 94 123 185 55 118 251 13 68 176 99 160 95 82 130 235 199 32 236 242 12 172 139 0 212 135 95 45 0 228 1 183 191 227 7 28 248 125 148 89 35 184 53 39 250 229 77 229 157 43 140 221 12]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [174 189 18 24 115 214 94 215 207 97 94 58 8 81 213 42 6 45 169 203 56 141 72 107 126 49 251 170 100 4 36 16 98 91 4 12 181 250 14 96 237 198 86 143 175 11 54 39 101 118 55 139 192 146 188 9 135 133 136 231 38 91 134 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:30-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 Number=2 StateRoot=0x19de771ab963e545f5d11879248fe02f0b8cabfb180c5d05707b1556d8d1f317 ExtrinsicsRoot=0x600c8c8c82605bb948c3bf1a7d0e8019140c838a7f1aaa8d7dda5ef5012f6f39 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 139 188 207 24 0 0 0 0 150 101 187 38 8 148 179 165 136 202 127 115 177 142 253 65 105 108 52 230 215 159 180 118 74 55 147 6 215 115 90 123 63 110 240 4 251 172 184 232 24 245 205 23 94 123 185 55 118 251 13 68 176 99 160 95 82 130 235 199 32 236 242 12 172 139 0 212 135 95 45 0 228 1 183 191 227 7 28 248 125 148 89 35 184 53 39 250 229 77 229 157 43 140 221 12]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [174 189 18 24 115 214 94 215 207 97 94 58 8 81 213 42 6 45 169 203 56 141 72 107 126 49 251 170 100 4 36 16 98 91 4 12 181 250 14 96 237 198 86 143 175 11 54 39 101 118 55 139 192 146 188 9 135 133 136 231 38 91 134 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:32-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:32-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:33-04:00 INFO 💤 node waiting, 2 peers connected, head block number 6 with hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, finalised block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L391 pkg=sync
2022-10-06T11:20:34-04:00 DEBUG peer count 2, min=5 and max=50 service.go:L391 pkg=network
2022-10-06T11:20:34-04:00 INFO built block 7 with hash 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057, state root 0xb07c9e9bc5d0ec03aace9eff8c91d1924de5daaba2bb66d326652dc32042974c, epoch 0 and slot 416267408 babe.go:L540 pkg=babe
2022-10-06T11:20:34-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 3: BlockAnnounceMessage ParentHash=0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a Number=7 StateRoot=0xb07c9e9bc5d0ec03aace9eff8c91d1924de5daaba2bb66d326652dc32042974c ExtrinsicsRoot=0x2501f3798d8908b255158138dd084c17731e283036be79a024233d110f3a98f6 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 144 188 207 24 0 0 0 0 174 161 241 50 122 157 176 52 248 216 97 79 226 147 146 5 58 136 147 51 86 49 104 61 146 70 126 184 202 244 50 10 145 59 180 85 28 65 239 183 231 116 173 246 90 114 53 141 180 154 204 110 127 41 167 82 226 216 138 91 147 80 140 9 148 242 244 192 71 14 234 100 43 109 21 37 251 65 140 134 169 84 195 220 14 121 48 157 40 168 23 191 82 175 217 5]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [74 231 120 131 195 214 183 152 241 88 167 116 41 204 150 152 159 69 43 231 156 189 46 85 114 198 134 225 254 219 171 9 0 26 105 19 198 57 44 149 112 141 24 129 243 160 252 84 89 20 241 85 215 216 235 137 254 24 234 116 109 228 0 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} service.go:L520 pkg=network
2022-10-06T11:20:34-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:34-04:00 TRACE sending outbound handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN on protocol /gssmr_test/block-announces/1, message: BlockAnnounceHandshake Roles=4 BestBlockNumber=7 BestBlockHash=0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L340 pkg=network
2022-10-06T11:20:34-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a Number=7 StateRoot=0xb07c9e9bc5d0ec03aace9eff8c91d1924de5daaba2bb66d326652dc32042974c ExtrinsicsRoot=0x2501f3798d8908b255158138dd084c17731e283036be79a024233d110f3a98f6 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 144 188 207 24 0 0 0 0 174 161 241 50 122 157 176 52 248 216 97 79 226 147 146 5 58 136 147 51 86 49 104 61 146 70 126 184 202 244 50 10 145 59 180 85 28 65 239 183 231 116 173 246 90 114 53 141 180 154 204 110 127 41 167 82 226 216 138 91 147 80 140 9 148 242 244 192 71 14 234 100 43 109 21 37 251 65 140 134 169 84 195 220 14 121 48 157 40 168 23 191 82 175 217 5]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [74 231 120 131 195 214 183 152 241 88 167 116 41 204 150 152 159 69 43 231 156 189 46 85 114 198 134 225 254 219 171 9 0 26 105 19 198 57 44 149 112 141 24 129 243 160 252 84 89 20 241 85 215 216 235 137 254 24 234 116 109 228 0 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:34-04:00 TRACE Opened stream with host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9, peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN and protocol /gssmr_test/block-announces/1 host.go:L299 pkg=network
2022-10-06T11:20:34-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a Number=7 StateRoot=0xb07c9e9bc5d0ec03aace9eff8c91d1924de5daaba2bb66d326652dc32042974c ExtrinsicsRoot=0x2501f3798d8908b255158138dd084c17731e283036be79a024233d110f3a98f6 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 144 188 207 24 0 0 0 0 174 161 241 50 122 157 176 52 248 216 97 79 226 147 146 5 58 136 147 51 86 49 104 61 146 70 126 184 202 244 50 10 145 59 180 85 28 65 239 183 231 116 173 246 90 114 53 141 180 154 204 110 127 41 167 82 226 216 138 91 147 80 140 9 148 242 244 192 71 14 234 100 43 109 21 37 251 65 140 134 169 84 195 220 14 121 48 157 40 168 23 191 82 175 217 5]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [74 231 120 131 195 214 183 152 241 88 167 116 41 204 150 152 159 69 43 231 156 189 46 85 114 198 134 225 254 219 171 9 0 26 105 19 198 57 44 149 112 141 24 129 243 160 252 84 89 20 241 85 215 216 235 137 254 24 234 116 109 228 0 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:34-04:00 TRACE Sent message BlockAnnounceHandshake Roles=4 BestBlockNumber=7 BestBlockHash=0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 and host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 host.go:L308 pkg=network
2022-10-06T11:20:34-04:00 TRACE sender: validated handshake from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 notifications.go:L397 pkg=network
2022-10-06T11:20:34-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a Number=7 StateRoot=0xb07c9e9bc5d0ec03aace9eff8c91d1924de5daaba2bb66d326652dc32042974c ExtrinsicsRoot=0x2501f3798d8908b255158138dd084c17731e283036be79a024233d110f3a98f6 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 144 188 207 24 0 0 0 0 174 161 241 50 122 157 176 52 248 216 97 79 226 147 146 5 58 136 147 51 86 49 104 61 146 70 126 184 202 244 50 10 145 59 180 85 28 65 239 183 231 116 173 246 90 114 53 141 180 154 204 110 127 41 167 82 226 216 138 91 147 80 140 9 148 242 244 192 71 14 234 100 43 109 21 37 251 65 140 134 169 84 195 220 14 121 48 157 40 168 23 191 82 175 217 5]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [74 231 120 131 195 214 183 152 241 88 167 116 41 204 150 152 159 69 43 231 156 189 46 85 114 198 134 225 254 219 171 9 0 26 105 19 198 57 44 149 112 141 24 129 243 160 252 84 89 20 241 85 215 216 235 137 254 24 234 116 109 228 0 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:34-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a Number=7 StateRoot=0xb07c9e9bc5d0ec03aace9eff8c91d1924de5daaba2bb66d326652dc32042974c ExtrinsicsRoot=0x2501f3798d8908b255158138dd084c17731e283036be79a024233d110f3a98f6 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 144 188 207 24 0 0 0 0 174 161 241 50 122 157 176 52 248 216 97 79 226 147 146 5 58 136 147 51 86 49 104 61 146 70 126 184 202 244 50 10 145 59 180 85 28 65 239 183 231 116 173 246 90 114 53 141 180 154 204 110 127 41 167 82 226 216 138 91 147 80 140 9 148 242 244 192 71 14 234 100 43 109 21 37 251 65 140 134 169 84 195 220 14 121 48 157 40 168 23 191 82 175 217 5]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [74 231 120 131 195 214 183 152 241 88 167 116 41 204 150 152 159 69 43 231 156 189 46 85 114 198 134 225 254 219 171 9 0 26 105 19 198 57 44 149 112 141 24 129 243 160 252 84 89 20 241 85 215 216 235 137 254 24 234 116 109 228 0 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:34-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockRequestMessage RequestedData=19 StartingBlock={[85 20 196 211 190 110 243 29 217 122 33 185 14 183 114 185 202 191 44 190 164 56 73 103 234 94 150 138 192 109 64 87]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:34-04:00 DEBUG handling BlockRequestMessage with direction descending from start block with hash 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 to end block with hash 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 message.go:L212 pkg=sync
2022-10-06T11:20:34-04:00 TRACE failed to read from stream id 12D3KooWEy-2-51 of peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/sync/2: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:20:34-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp inbound.go:L73 pkg=network
2022-10-06T11:20:34-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockRequestMessage RequestedData=19 StartingBlock={[85 20 196 211 190 110 243 29 217 122 33 185 14 183 114 185 202 191 44 190 164 56 73 103 234 94 150 138 192 109 64 87]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:34-04:00 DEBUG handling BlockRequestMessage with direction descending from start block with hash 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 to end block with hash 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 message.go:L212 pkg=sync
2022-10-06T11:20:34-04:00 TRACE failed to read from stream id 12D3KooWDp-1-52 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/sync/2: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:20:34-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:36-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockAnnounceMessage ParentHash=0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 Number=8 StateRoot=0x8f213f49305f6c9ff9f73fba9b6db7ed2e5697dafa07ba3bb2a9a81d4f7510c1 ExtrinsicsRoot=0x668a814d9a09c7eb8ff854de7ce1573e163ec4ee239b373c49a7ebe967ac8805 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 145 188 207 24 0 0 0 0 74 34 183 245 81 123 15 71 142 107 149 16 185 34 122 66 233 115 83 252 146 222 255 180 204 23 114 109 11 79 197 14 193 215 170 66 182 58 61 6 62 10 193 170 151 204 240 25 121 107 54 8 233 43 119 213 49 252 195 126 236 67 25 9 219 19 184 56 104 168 63 210 146 72 46 209 68 217 251 110 37 70 104 190 173 65 154 170 153 159 208 124 191 217 31 9]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [196 128 119 154 25 254 121 147 17 161 228 28 242 93 116 11 155 230 226 69 133 107 226 27 62 233 79 237 141 17 8 59 206 80 6 249 21 187 88 15 236 221 23 178 131 117 168 76 220 37 161 5 66 19 149 117 76 206 142 212 177 223 206 139]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:36-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: BlockAnnounceMessage ParentHash=0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 Number=8 StateRoot=0x8f213f49305f6c9ff9f73fba9b6db7ed2e5697dafa07ba3bb2a9a81d4f7510c1 ExtrinsicsRoot=0x668a814d9a09c7eb8ff854de7ce1573e163ec4ee239b373c49a7ebe967ac8805 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 145 188 207 24 0 0 0 0 74 34 183 245 81 123 15 71 142 107 149 16 185 34 122 66 233 115 83 252 146 222 255 180 204 23 114 109 11 79 197 14 193 215 170 66 182 58 61 6 62 10 193 170 151 204 240 25 121 107 54 8 233 43 119 213 49 252 195 126 236 67 25 9 219 19 184 56 104 168 63 210 146 72 46 209 68 217 251 110 37 70 104 190 173 65 154 170 153 159 208 124 191 217 31 9]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [196 128 119 154 25 254 121 147 17 161 228 28 242 93 116 11 155 230 226 69 133 107 226 27 62 233 79 237 141 17 8 59 206 80 6 249 21 187 88 15 236 221 23 178 131 117 168 76 220 37 161 5 66 19 149 117 76 206 142 212 177 223 206 139]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:36-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:36-04:00 DEBUG set peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp head with block number 8 and hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f chain_sync.go:L340 pkg=sync
2022-10-06T11:20:36-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:36-04:00 TRACE handling potential work for target block number 8 and hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f chain_sync.go:L598 pkg=sync
2022-10-06T11:20:36-04:00 DEBUG dispatching sync worker id 4, start number 824658504120, target number 824658504208, start hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, target hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:36-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[104 54 147 223 2 255 54 50 154 171 155 63 199 117 18 254 143 179 72 25 250 36 221 174 124 200 164 209 99 105 216 15]} EndBlockHash=0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:36-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 Number=8 StateRoot=0x8f213f49305f6c9ff9f73fba9b6db7ed2e5697dafa07ba3bb2a9a81d4f7510c1 ExtrinsicsRoot=0x668a814d9a09c7eb8ff854de7ce1573e163ec4ee239b373c49a7ebe967ac8805 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 145 188 207 24 0 0 0 0 74 34 183 245 81 123 15 71 142 107 149 16 185 34 122 66 233 115 83 252 146 222 255 180 204 23 114 109 11 79 197 14 193 215 170 66 182 58 61 6 62 10 193 170 151 204 240 25 121 107 54 8 233 43 119 213 49 252 195 126 236 67 25 9 219 19 184 56 104 168 63 210 146 72 46 209 68 217 251 110 37 70 104 190 173 65 154 170 153 159 208 124 191 217 31 9]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [196 128 119 154 25 254 121 147 17 161 228 28 242 93 116 11 155 230 226 69 133 107 226 27 62 233 79 237 141 17 8 59 206 80 6 249 21 187 88 15 236 221 23 178 131 117 168 76 220 37 161 5 66 19 149 117 76 206 142 212 177 223 206 139]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:36-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 Number=8 StateRoot=0x8f213f49305f6c9ff9f73fba9b6db7ed2e5697dafa07ba3bb2a9a81d4f7510c1 ExtrinsicsRoot=0x668a814d9a09c7eb8ff854de7ce1573e163ec4ee239b373c49a7ebe967ac8805 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 145 188 207 24 0 0 0 0 74 34 183 245 81 123 15 71 142 107 149 16 185 34 122 66 233 115 83 252 146 222 255 180 204 23 114 109 11 79 197 14 193 215 170 66 182 58 61 6 62 10 193 170 151 204 240 25 121 107 54 8 233 43 119 213 49 252 195 126 236 67 25 9 219 19 184 56 104 168 63 210 146 72 46 209 68 217 251 110 37 70 104 190 173 65 154 170 153 159 208 124 191 217 31 9]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [196 128 119 154 25 254 121 147 17 161 228 28 242 93 116 11 155 230 226 69 133 107 226 27 62 233 79 237 141 17 8 59 206 80 6 249 21 187 88 15 236 221 23 178 131 117 168 76 220 37 161 5 66 19 149 117 76 206 142 212 177 223 206 139]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:36-04:00 TRACE validating block response starting at block hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f chain_sync.go:L838 pkg=sync
2022-10-06T11:20:36-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:36-04:00 TRACE new ready block number 8 with hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f chain_sync.go:L769 pkg=sync
2022-10-06T11:20:36-04:00 DEBUG sync worker completed in 1.185041ms with success for worker id 4 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:36-04:00 DEBUG processing block data with hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f chain_processor.go:L159 pkg=sync
2022-10-06T11:20:36-04:00 DEBUG 🔗 imported block number 8 with hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f chain_processor.go:L240 pkg=sync
2022-10-06T11:20:36-04:00 DEBUG block with hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:36-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:36-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:38-04:00 INFO 💤 node waiting, 2 peers connected, head block number 8 with hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, finalised block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L391 pkg=sync
2022-10-06T11:20:40-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockAnnounceMessage ParentHash=0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f Number=9 StateRoot=0x1321ac614187f10c9d9af70316429e59e1ae3d092d5920f1346fcd23bec21552 ExtrinsicsRoot=0xfa90552d489a36e2c6635cac720ba238418d7be3e17b8f1ebbc1ca2d5dfdf75a Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 146 188 207 24 0 0 0 0 154 189 50 5 102 172 83 92 69 93 140 183 225 41 149 142 205 225 239 74 145 121 186 186 39 111 77 66 194 85 27 81 154 203 52 27 170 4 87 128 134 46 25 166 112 230 83 150 200 22 62 62 57 151 32 117 218 85 177 25 243 29 208 13 177 155 187 12 153 159 129 146 60 11 158 44 43 15 159 70 253 53 166 118 224 117 215 32 209 169 133 138 212 207 57 14]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [42 178 33 209 83 66 180 175 154 42 253 193 35 134 240 6 228 241 207 239 47 65 18 64 247 238 44 150 199 243 139 41 178 191 206 150 207 9 155 241 151 0 135 76 110 219 154 129 247 175 158 10 213 184 208 148 97 95 202 103 175 237 5 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:40-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: BlockAnnounceMessage ParentHash=0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f Number=9 StateRoot=0x1321ac614187f10c9d9af70316429e59e1ae3d092d5920f1346fcd23bec21552 ExtrinsicsRoot=0xfa90552d489a36e2c6635cac720ba238418d7be3e17b8f1ebbc1ca2d5dfdf75a Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 146 188 207 24 0 0 0 0 154 189 50 5 102 172 83 92 69 93 140 183 225 41 149 142 205 225 239 74 145 121 186 186 39 111 77 66 194 85 27 81 154 203 52 27 170 4 87 128 134 46 25 166 112 230 83 150 200 22 62 62 57 151 32 117 218 85 177 25 243 29 208 13 177 155 187 12 153 159 129 146 60 11 158 44 43 15 159 70 253 53 166 118 224 117 215 32 209 169 133 138 212 207 57 14]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [42 178 33 209 83 66 180 175 154 42 253 193 35 134 240 6 228 241 207 239 47 65 18 64 247 238 44 150 199 243 139 41 178 191 206 150 207 9 155 241 151 0 135 76 110 219 154 129 247 175 158 10 213 184 208 148 97 95 202 103 175 237 5 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:40-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:40-04:00 DEBUG set peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp head with block number 9 and hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 chain_sync.go:L340 pkg=sync
2022-10-06T11:20:40-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:40-04:00 TRACE handling potential work for target block number 9 and hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 chain_sync.go:L598 pkg=sync
2022-10-06T11:20:40-04:00 DEBUG dispatching sync worker id 5, start number 824658929344, target number 824658929352, start hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, target hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:40-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[55 95 29 4 21 159 209 4 76 162 117 31 19 121 124 243 105 204 124 137 34 202 108 185 64 210 114 77 187 229 142 137]} EndBlockHash=0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:40-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f Number=9 StateRoot=0x1321ac614187f10c9d9af70316429e59e1ae3d092d5920f1346fcd23bec21552 ExtrinsicsRoot=0xfa90552d489a36e2c6635cac720ba238418d7be3e17b8f1ebbc1ca2d5dfdf75a Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 146 188 207 24 0 0 0 0 154 189 50 5 102 172 83 92 69 93 140 183 225 41 149 142 205 225 239 74 145 121 186 186 39 111 77 66 194 85 27 81 154 203 52 27 170 4 87 128 134 46 25 166 112 230 83 150 200 22 62 62 57 151 32 117 218 85 177 25 243 29 208 13 177 155 187 12 153 159 129 146 60 11 158 44 43 15 159 70 253 53 166 118 224 117 215 32 209 169 133 138 212 207 57 14]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [42 178 33 209 83 66 180 175 154 42 253 193 35 134 240 6 228 241 207 239 47 65 18 64 247 238 44 150 199 243 139 41 178 191 206 150 207 9 155 241 151 0 135 76 110 219 154 129 247 175 158 10 213 184 208 148 97 95 202 103 175 237 5 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:40-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f Number=9 StateRoot=0x1321ac614187f10c9d9af70316429e59e1ae3d092d5920f1346fcd23bec21552 ExtrinsicsRoot=0xfa90552d489a36e2c6635cac720ba238418d7be3e17b8f1ebbc1ca2d5dfdf75a Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 146 188 207 24 0 0 0 0 154 189 50 5 102 172 83 92 69 93 140 183 225 41 149 142 205 225 239 74 145 121 186 186 39 111 77 66 194 85 27 81 154 203 52 27 170 4 87 128 134 46 25 166 112 230 83 150 200 22 62 62 57 151 32 117 218 85 177 25 243 29 208 13 177 155 187 12 153 159 129 146 60 11 158 44 43 15 159 70 253 53 166 118 224 117 215 32 209 169 133 138 212 207 57 14]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [42 178 33 209 83 66 180 175 154 42 253 193 35 134 240 6 228 241 207 239 47 65 18 64 247 238 44 150 199 243 139 41 178 191 206 150 207 9 155 241 151 0 135 76 110 219 154 129 247 175 158 10 213 184 208 148 97 95 202 103 175 237 5 141]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:40-04:00 TRACE validating block response starting at block hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 chain_sync.go:L838 pkg=sync
2022-10-06T11:20:40-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:40-04:00 TRACE new ready block number 9 with hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 chain_sync.go:L769 pkg=sync
2022-10-06T11:20:40-04:00 DEBUG sync worker completed in 540.834µs with success for worker id 5 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:40-04:00 DEBUG processing block data with hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 chain_processor.go:L159 pkg=sync
2022-10-06T11:20:40-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockRequestMessage RequestedData=19 StartingBlock={[55 95 29 4 21 159 209 4 76 162 117 31 19 121 124 243 105 204 124 137 34 202 108 185 64 210 114 77 187 229 142 137]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:40-04:00 DEBUG cannot create response for request: failed to get start block 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 for request: Key not found sync.go:L117 pkg=network
2022-10-06T11:20:40-04:00 TRACE failed to read from stream id 12D3KooWDp-1-55 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/sync/2: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:20:40-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:20:40-04:00 INFO target=runtime::staking message=[9] 💸 generated 4 npos voters, 4 from validators and 0 nominators imports.go:L144:ext_logging_log_version_1 pkg=runtime module=go-wasmer
2022-10-06T11:20:40-04:00 INFO target=runtime::election-provider message=[#9] 🗳 creating a snapshot with metadata SolutionOrSnapshotSize { voters: 4, targets: 4 } imports.go:L144:ext_logging_log_version_1 pkg=runtime module=go-wasmer
2022-10-06T11:20:40-04:00 INFO target=runtime::election-provider message=[#9] 🗳 Starting signed phase round 1. imports.go:L144:ext_logging_log_version_1 pkg=runtime module=go-wasmer
2022-10-06T11:20:40-04:00 DEBUG 🔗 imported block number 9 with hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 chain_processor.go:L240 pkg=sync
2022-10-06T11:20:40-04:00 DEBUG block with hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:40-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:40-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:43-04:00 INFO 💤 node waiting, 2 peers connected, head block number 9 with hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, finalised block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L391 pkg=sync
2022-10-06T11:20:44-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:44-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:46-04:00 INFO built block 10 with hash 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c, state root 0x8ef834510fb93901d49f48e308440f7ce9edd8c142022809a05f09d298055484, epoch 0 and slot 416267411 babe.go:L540 pkg=babe
2022-10-06T11:20:46-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 3: BlockAnnounceMessage ParentHash=0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 Number=10 StateRoot=0x8ef834510fb93901d49f48e308440f7ce9edd8c142022809a05f09d298055484 ExtrinsicsRoot=0xac5a56aee6c5a56319f22b9a020d98541d2b0663952bc76194c9423f156fdc3c Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 147 188 207 24 0 0 0 0 20 53 180 60 2 218 64 67 41 55 10 92 228 42 7 107 120 89 140 191 146 201 190 74 88 65 140 100 53 86 143 42 89 108 0 130 49 153 62 62 179 97 190 219 198 129 4 46 0 30 132 200 167 180 219 232 77 201 11 54 47 12 102 6 130 187 227 152 136 18 44 139 212 237 48 188 120 125 44 32 10 219 6 171 227 231 16 36 162 34 33 173 133 218 149 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [200 137 236 41 214 142 245 76 148 82 156 26 126 224 165 242 44 2 151 240 87 231 16 236 81 117 161 156 214 27 233 34 73 11 81 95 191 22 245 156 51 89 109 115 139 59 113 230 94 185 117 99 32 232 186 147 247 234 36 13 51 188 176 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} service.go:L520 pkg=network
2022-10-06T11:20:46-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:46-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 Number=10 StateRoot=0x8ef834510fb93901d49f48e308440f7ce9edd8c142022809a05f09d298055484 ExtrinsicsRoot=0xac5a56aee6c5a56319f22b9a020d98541d2b0663952bc76194c9423f156fdc3c Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 147 188 207 24 0 0 0 0 20 53 180 60 2 218 64 67 41 55 10 92 228 42 7 107 120 89 140 191 146 201 190 74 88 65 140 100 53 86 143 42 89 108 0 130 49 153 62 62 179 97 190 219 198 129 4 46 0 30 132 200 167 180 219 232 77 201 11 54 47 12 102 6 130 187 227 152 136 18 44 139 212 237 48 188 120 125 44 32 10 219 6 171 227 231 16 36 162 34 33 173 133 218 149 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [200 137 236 41 214 142 245 76 148 82 156 26 126 224 165 242 44 2 151 240 87 231 16 236 81 117 161 156 214 27 233 34 73 11 81 95 191 22 245 156 51 89 109 115 139 59 113 230 94 185 117 99 32 232 186 147 247 234 36 13 51 188 176 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:46-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 Number=10 StateRoot=0x8ef834510fb93901d49f48e308440f7ce9edd8c142022809a05f09d298055484 ExtrinsicsRoot=0xac5a56aee6c5a56319f22b9a020d98541d2b0663952bc76194c9423f156fdc3c Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 147 188 207 24 0 0 0 0 20 53 180 60 2 218 64 67 41 55 10 92 228 42 7 107 120 89 140 191 146 201 190 74 88 65 140 100 53 86 143 42 89 108 0 130 49 153 62 62 179 97 190 219 198 129 4 46 0 30 132 200 167 180 219 232 77 201 11 54 47 12 102 6 130 187 227 152 136 18 44 139 212 237 48 188 120 125 44 32 10 219 6 171 227 231 16 36 162 34 33 173 133 218 149 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [200 137 236 41 214 142 245 76 148 82 156 26 126 224 165 242 44 2 151 240 87 231 16 236 81 117 161 156 214 27 233 34 73 11 81 95 191 22 245 156 51 89 109 115 139 59 113 230 94 185 117 99 32 232 186 147 247 234 36 13 51 188 176 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:46-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 Number=10 StateRoot=0x8ef834510fb93901d49f48e308440f7ce9edd8c142022809a05f09d298055484 ExtrinsicsRoot=0xac5a56aee6c5a56319f22b9a020d98541d2b0663952bc76194c9423f156fdc3c Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 147 188 207 24 0 0 0 0 20 53 180 60 2 218 64 67 41 55 10 92 228 42 7 107 120 89 140 191 146 201 190 74 88 65 140 100 53 86 143 42 89 108 0 130 49 153 62 62 179 97 190 219 198 129 4 46 0 30 132 200 167 180 219 232 77 201 11 54 47 12 102 6 130 187 227 152 136 18 44 139 212 237 48 188 120 125 44 32 10 219 6 171 227 231 16 36 162 34 33 173 133 218 149 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [200 137 236 41 214 142 245 76 148 82 156 26 126 224 165 242 44 2 151 240 87 231 16 236 81 117 161 156 214 27 233 34 73 11 81 95 191 22 245 156 51 89 109 115 139 59 113 230 94 185 117 99 32 232 186 147 247 234 36 13 51 188 176 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:46-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 Number=10 StateRoot=0x8ef834510fb93901d49f48e308440f7ce9edd8c142022809a05f09d298055484 ExtrinsicsRoot=0xac5a56aee6c5a56319f22b9a020d98541d2b0663952bc76194c9423f156fdc3c Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 1 0 0 0 147 188 207 24 0 0 0 0 20 53 180 60 2 218 64 67 41 55 10 92 228 42 7 107 120 89 140 191 146 201 190 74 88 65 140 100 53 86 143 42 89 108 0 130 49 153 62 62 179 97 190 219 198 129 4 46 0 30 132 200 167 180 219 232 77 201 11 54 47 12 102 6 130 187 227 152 136 18 44 139 212 237 48 188 120 125 44 32 10 219 6 171 227 231 16 36 162 34 33 173 133 218 149 2]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [200 137 236 41 214 142 245 76 148 82 156 26 126 224 165 242 44 2 151 240 87 231 16 236 81 117 161 156 214 27 233 34 73 11 81 95 191 22 245 156 51 89 109 115 139 59 113 230 94 185 117 99 32 232 186 147 247 234 36 13 51 188 176 128]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:46-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockRequestMessage RequestedData=19 StartingBlock={[95 107 56 44 232 41 2 7 49 159 125 159 77 196 141 14 232 246 157 10 154 23 208 31 85 198 197 138 224 226 215 28]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:46-04:00 DEBUG handling BlockRequestMessage with direction descending from start block with hash 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c to end block with hash 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c message.go:L212 pkg=sync
2022-10-06T11:20:46-04:00 TRACE failed to read from stream id 12D3KooWEy-2-56 of peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/sync/2: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:20:46-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp inbound.go:L73 pkg=network
2022-10-06T11:20:48-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockAnnounceMessage ParentHash=0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c Number=11 StateRoot=0x1eab0400844e6179f541cae9cb0af5b96881949e1f7220d4add456ad9b93b9e5 ExtrinsicsRoot=0xc845c1798a6c0220eb53cba16355796a8b19f4ba75d1aec12c1a65766b72ea33 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 148 188 207 24 0 0 0 0 134 231 14 146 32 240 22 52 53 82 43 232 65 123 169 87 188 104 114 112 178 216 0 142 98 93 112 119 138 248 155 38 223 90 84 115 235 80 238 103 240 240 98 55 238 85 100 138 216 37 206 130 245 35 226 203 152 120 188 200 185 178 4 0 234 232 206 114 102 102 210 172 110 22 174 178 139 243 142 194 98 75 60 106 81 215 132 123 222 43 255 156 21 39 69 15]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [240 223 65 192 66 183 142 187 214 46 65 172 144 230 89 35 118 56 8 26 152 184 143 13 2 211 80 50 93 173 80 49 183 3 177 145 249 217 54 238 61 96 78 251 78 104 139 74 96 176 220 249 60 102 5 81 233 122 113 203 81 110 208 136]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:48-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: BlockAnnounceMessage ParentHash=0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c Number=11 StateRoot=0x1eab0400844e6179f541cae9cb0af5b96881949e1f7220d4add456ad9b93b9e5 ExtrinsicsRoot=0xc845c1798a6c0220eb53cba16355796a8b19f4ba75d1aec12c1a65766b72ea33 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 148 188 207 24 0 0 0 0 134 231 14 146 32 240 22 52 53 82 43 232 65 123 169 87 188 104 114 112 178 216 0 142 98 93 112 119 138 248 155 38 223 90 84 115 235 80 238 103 240 240 98 55 238 85 100 138 216 37 206 130 245 35 226 203 152 120 188 200 185 178 4 0 234 232 206 114 102 102 210 172 110 22 174 178 139 243 142 194 98 75 60 106 81 215 132 123 222 43 255 156 21 39 69 15]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [240 223 65 192 66 183 142 187 214 46 65 172 144 230 89 35 118 56 8 26 152 184 143 13 2 211 80 50 93 173 80 49 183 3 177 145 249 217 54 238 61 96 78 251 78 104 139 74 96 176 220 249 60 102 5 81 233 122 113 203 81 110 208 136]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:48-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:48-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockAnnounceMessage ParentHash=0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c Number=11 StateRoot=0x858c2398fe9c834fc832393a95963c1afefe50c08d76dbdd591691abe3340651 ExtrinsicsRoot=0xc845c1798a6c0220eb53cba16355796a8b19f4ba75d1aec12c1a65766b72ea33 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 0 0 0 0 148 188 207 24 0 0 0 0 148 49 60 255 43 51 215 83 242 132 177 19 134 126 28 197 251 29 250 88 27 61 147 254 131 195 169 62 90 22 182 124 22 34 250 45 167 8 147 69 129 151 149 79 235 114 100 136 152 79 39 114 190 154 234 197 28 242 63 202 79 64 171 4 71 42 212 16 164 213 12 87 81 114 39 233 187 59 94 66 48 19 136 171 142 98 229 163 185 244 225 171 197 53 234 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [66 55 40 246 21 222 80 62 181 200 115 134 109 82 87 125 177 184 33 184 251 151 28 216 130 203 14 52 247 75 18 91 112 118 12 139 137 20 61 219 189 189 50 229 16 192 242 142 21 110 201 128 33 183 6 254 118 84 94 140 89 134 252 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:48-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: BlockAnnounceMessage ParentHash=0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c Number=11 StateRoot=0x858c2398fe9c834fc832393a95963c1afefe50c08d76dbdd591691abe3340651 ExtrinsicsRoot=0xc845c1798a6c0220eb53cba16355796a8b19f4ba75d1aec12c1a65766b72ea33 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 0 0 0 0 148 188 207 24 0 0 0 0 148 49 60 255 43 51 215 83 242 132 177 19 134 126 28 197 251 29 250 88 27 61 147 254 131 195 169 62 90 22 182 124 22 34 250 45 167 8 147 69 129 151 149 79 235 114 100 136 152 79 39 114 190 154 234 197 28 242 63 202 79 64 171 4 71 42 212 16 164 213 12 87 81 114 39 233 187 59 94 66 48 19 136 171 142 98 229 163 185 244 225 171 197 53 234 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [66 55 40 246 21 222 80 62 181 200 115 134 109 82 87 125 177 184 33 184 251 151 28 216 130 203 14 52 247 75 18 91 112 118 12 139 137 20 61 219 189 189 50 229 16 192 242 142 21 110 201 128 33 183 6 254 118 84 94 140 89 134 252 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:48-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG set peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN head with block number 11 and hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 chain_sync.go:L340 pkg=sync
2022-10-06T11:20:48-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:48-04:00 DEBUG set peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp head with block number 11 and hash 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 chain_sync.go:L340 pkg=sync
2022-10-06T11:20:48-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:48-04:00 TRACE handling potential work for target block number 11 and hash 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 chain_sync.go:L598 pkg=sync
2022-10-06T11:20:48-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c Number=11 StateRoot=0x858c2398fe9c834fc832393a95963c1afefe50c08d76dbdd591691abe3340651 ExtrinsicsRoot=0xc845c1798a6c0220eb53cba16355796a8b19f4ba75d1aec12c1a65766b72ea33 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 0 0 0 0 148 188 207 24 0 0 0 0 148 49 60 255 43 51 215 83 242 132 177 19 134 126 28 197 251 29 250 88 27 61 147 254 131 195 169 62 90 22 182 124 22 34 250 45 167 8 147 69 129 151 149 79 235 114 100 136 152 79 39 114 190 154 234 197 28 242 63 202 79 64 171 4 71 42 212 16 164 213 12 87 81 114 39 233 187 59 94 66 48 19 136 171 142 98 229 163 185 244 225 171 197 53 234 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [66 55 40 246 21 222 80 62 181 200 115 134 109 82 87 125 177 184 33 184 251 151 28 216 130 203 14 52 247 75 18 91 112 118 12 139 137 20 61 219 189 189 50 229 16 192 242 142 21 110 201 128 33 183 6 254 118 84 94 140 89 134 252 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:48-04:00 TRACE handling potential work for target block number 11 and hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 chain_sync.go:L598 pkg=sync
2022-10-06T11:20:48-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c Number=11 StateRoot=0x1eab0400844e6179f541cae9cb0af5b96881949e1f7220d4add456ad9b93b9e5 ExtrinsicsRoot=0xc845c1798a6c0220eb53cba16355796a8b19f4ba75d1aec12c1a65766b72ea33 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 148 188 207 24 0 0 0 0 134 231 14 146 32 240 22 52 53 82 43 232 65 123 169 87 188 104 114 112 178 216 0 142 98 93 112 119 138 248 155 38 223 90 84 115 235 80 238 103 240 240 98 55 238 85 100 138 216 37 206 130 245 35 226 203 152 120 188 200 185 178 4 0 234 232 206 114 102 102 210 172 110 22 174 178 139 243 142 194 98 75 60 106 81 215 132 123 222 43 255 156 21 39 69 15]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [240 223 65 192 66 183 142 187 214 46 65 172 144 230 89 35 118 56 8 26 152 184 143 13 2 211 80 50 93 173 80 49 183 3 177 145 249 217 54 238 61 96 78 251 78 104 139 74 96 176 220 249 60 102 5 81 233 122 113 203 81 110 208 136]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:48-04:00 DEBUG dispatching sync worker id 7, start number 824659898736, target number 824659898744, start hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3, target hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:48-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[18 214 236 146 17 90 96 122 55 254 248 181 118 48 25 55 154 109 164 136 91 72 155 65 216 33 200 198 162 100 244 179]} EndBlockHash=0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG dispatching sync worker id 6, start number 824659894728, target number 824659894768, start hash 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0, target hash 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:48-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[193 126 130 251 143 10 7 5 140 40 128 193 10 90 61 163 241 176 36 6 203 237 169 231 48 146 15 133 107 177 29 224]} EndBlockHash=0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:48-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c Number=11 StateRoot=0x1eab0400844e6179f541cae9cb0af5b96881949e1f7220d4add456ad9b93b9e5 ExtrinsicsRoot=0xc845c1798a6c0220eb53cba16355796a8b19f4ba75d1aec12c1a65766b72ea33 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 2 0 0 0 148 188 207 24 0 0 0 0 134 231 14 146 32 240 22 52 53 82 43 232 65 123 169 87 188 104 114 112 178 216 0 142 98 93 112 119 138 248 155 38 223 90 84 115 235 80 238 103 240 240 98 55 238 85 100 138 216 37 206 130 245 35 226 203 152 120 188 200 185 178 4 0 234 232 206 114 102 102 210 172 110 22 174 178 139 243 142 194 98 75 60 106 81 215 132 123 222 43 255 156 21 39 69 15]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [240 223 65 192 66 183 142 187 214 46 65 172 144 230 89 35 118 56 8 26 152 184 143 13 2 211 80 50 93 173 80 49 183 3 177 145 249 217 54 238 61 96 78 251 78 104 139 74 96 176 220 249 60 102 5 81 233 122 113 203 81 110 208 136]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:48-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c Number=11 StateRoot=0x858c2398fe9c834fc832393a95963c1afefe50c08d76dbdd591691abe3340651 ExtrinsicsRoot=0xc845c1798a6c0220eb53cba16355796a8b19f4ba75d1aec12c1a65766b72ea33 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [1 0 0 0 0 148 188 207 24 0 0 0 0 148 49 60 255 43 51 215 83 242 132 177 19 134 126 28 197 251 29 250 88 27 61 147 254 131 195 169 62 90 22 182 124 22 34 250 45 167 8 147 69 129 151 149 79 235 114 100 136 152 79 39 114 190 154 234 197 28 242 63 202 79 64 171 4 71 42 212 16 164 213 12 87 81 114 39 233 187 59 94 66 48 19 136 171 142 98 229 163 185 244 225 171 197 53 234 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [66 55 40 246 21 222 80 62 181 200 115 134 109 82 87 125 177 184 33 184 251 151 28 216 130 203 14 52 247 75 18 91 112 118 12 139 137 20 61 219 189 189 50 229 16 192 242 142 21 110 201 128 33 183 6 254 118 84 94 140 89 134 252 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:48-04:00 TRACE validating block response starting at block hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 chain_sync.go:L838 pkg=sync
2022-10-06T11:20:48-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:48-04:00 TRACE new ready block number 11 with hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 chain_sync.go:L769 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG sync worker completed in 2.525917ms with success for worker id 7 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:48-04:00 TRACE validating block response starting at block hash 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 chain_sync.go:L838 pkg=sync
2022-10-06T11:20:48-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:48-04:00 TRACE new ready block number 11 with hash 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 chain_sync.go:L769 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG sync worker completed in 2.63975ms with success for worker id 6 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:48-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockRequestMessage RequestedData=19 StartingBlock={[18 214 236 146 17 90 96 122 55 254 248 181 118 48 25 55 154 109 164 136 91 72 155 65 216 33 200 198 162 100 244 179]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:20:48-04:00 DEBUG cannot create response for request: failed to get start block 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 for request: Key not found sync.go:L117 pkg=network
2022-10-06T11:20:48-04:00 TRACE failed to read from stream id 12D3KooWEy-2-59 of peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/sync/2: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:20:48-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp inbound.go:L73 pkg=network
2022-10-06T11:20:48-04:00 DEBUG processing block data with hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 chain_processor.go:L159 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG 🔗 imported block number 11 with hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 chain_processor.go:L240 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG block with hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG processing block data with hash 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 chain_processor.go:L159 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG 🔗 imported block number 11 with hash 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 chain_processor.go:L240 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG block with hash 0xc17e82fb8f0a07058c2880c10a5a3da3f1b02406cbeda9e730920f856bb11de0 processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:48-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:48-04:00 INFO 💤 node waiting, 2 peers connected, head block number 11 with hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3, finalised block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L391 pkg=sync
2022-10-06T11:20:52-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockAnnounceMessage ParentHash=0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 Number=12 StateRoot=0x7d933ad1130692b5e24d0045f05e7d6f3eef7e29f607451b9a21f24041002419 ExtrinsicsRoot=0x7b5f3d2ef8c091be3a30adeb833bee8bc9dd9ece35b672f87f03f8f59ce5be6a Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 149 188 207 24 0 0 0 0 148 121 37 206 60 137 209 128 53 198 190 180 214 96 116 230 68 68 169 27 255 219 83 84 199 129 67 189 173 203 127 8 63 252 146 225 138 187 212 239 246 88 175 80 139 135 24 12 85 127 11 252 46 207 216 165 229 105 105 220 159 82 133 6 200 243 135 213 70 61 37 94 211 187 3 11 61 77 136 15 253 129 161 132 64 137 52 146 251 198 140 14 148 196 218 1]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [208 175 84 177 61 207 44 75 162 79 139 67 82 191 170 186 151 158 45 54 92 21 65 241 32 123 206 24 198 129 55 19 108 99 224 158 247 88 19 249 197 218 82 218 228 151 36 66 15 189 80 82 26 181 28 9 212 210 246 193 164 46 27 142]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:52-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: BlockAnnounceMessage ParentHash=0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 Number=12 StateRoot=0x7d933ad1130692b5e24d0045f05e7d6f3eef7e29f607451b9a21f24041002419 ExtrinsicsRoot=0x7b5f3d2ef8c091be3a30adeb833bee8bc9dd9ece35b672f87f03f8f59ce5be6a Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 149 188 207 24 0 0 0 0 148 121 37 206 60 137 209 128 53 198 190 180 214 96 116 230 68 68 169 27 255 219 83 84 199 129 67 189 173 203 127 8 63 252 146 225 138 187 212 239 246 88 175 80 139 135 24 12 85 127 11 252 46 207 216 165 229 105 105 220 159 82 133 6 200 243 135 213 70 61 37 94 211 187 3 11 61 77 136 15 253 129 161 132 64 137 52 146 251 198 140 14 148 196 218 1]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [208 175 84 177 61 207 44 75 162 79 139 67 82 191 170 186 151 158 45 54 92 21 65 241 32 123 206 24 198 129 55 19 108 99 224 158 247 88 19 249 197 218 82 218 228 151 36 66 15 189 80 82 26 181 28 9 212 210 246 193 164 46 27 142]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:52-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:52-04:00 DEBUG set peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN head with block number 12 and hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d chain_sync.go:L340 pkg=sync
2022-10-06T11:20:52-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:52-04:00 TRACE handling potential work for target block number 12 and hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d chain_sync.go:L598 pkg=sync
2022-10-06T11:20:52-04:00 DEBUG dispatching sync worker id 8, start number 824660593840, target number 824660593848, start hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d, target hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:52-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[234 153 204 207 250 6 152 238 144 35 30 73 111 80 54 227 165 41 13 223 210 217 44 23 206 228 127 111 89 163 18 141]} EndBlockHash=0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:52-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 Number=12 StateRoot=0x7d933ad1130692b5e24d0045f05e7d6f3eef7e29f607451b9a21f24041002419 ExtrinsicsRoot=0x7b5f3d2ef8c091be3a30adeb833bee8bc9dd9ece35b672f87f03f8f59ce5be6a Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 149 188 207 24 0 0 0 0 148 121 37 206 60 137 209 128 53 198 190 180 214 96 116 230 68 68 169 27 255 219 83 84 199 129 67 189 173 203 127 8 63 252 146 225 138 187 212 239 246 88 175 80 139 135 24 12 85 127 11 252 46 207 216 165 229 105 105 220 159 82 133 6 200 243 135 213 70 61 37 94 211 187 3 11 61 77 136 15 253 129 161 132 64 137 52 146 251 198 140 14 148 196 218 1]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [208 175 84 177 61 207 44 75 162 79 139 67 82 191 170 186 151 158 45 54 92 21 65 241 32 123 206 24 198 129 55 19 108 99 224 158 247 88 19 249 197 218 82 218 228 151 36 66 15 189 80 82 26 181 28 9 212 210 246 193 164 46 27 142]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:52-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 Number=12 StateRoot=0x7d933ad1130692b5e24d0045f05e7d6f3eef7e29f607451b9a21f24041002419 ExtrinsicsRoot=0x7b5f3d2ef8c091be3a30adeb833bee8bc9dd9ece35b672f87f03f8f59ce5be6a Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 149 188 207 24 0 0 0 0 148 121 37 206 60 137 209 128 53 198 190 180 214 96 116 230 68 68 169 27 255 219 83 84 199 129 67 189 173 203 127 8 63 252 146 225 138 187 212 239 246 88 175 80 139 135 24 12 85 127 11 252 46 207 216 165 229 105 105 220 159 82 133 6 200 243 135 213 70 61 37 94 211 187 3 11 61 77 136 15 253 129 161 132 64 137 52 146 251 198 140 14 148 196 218 1]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [208 175 84 177 61 207 44 75 162 79 139 67 82 191 170 186 151 158 45 54 92 21 65 241 32 123 206 24 198 129 55 19 108 99 224 158 247 88 19 249 197 218 82 218 228 151 36 66 15 189 80 82 26 181 28 9 212 210 246 193 164 46 27 142]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:52-04:00 DEBUG sync worker completed in 1.106ms with failure for worker id 8 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:52-04:00 DEBUG worker id 8 failed: received empty message chain_sync.go:L481 pkg=sync
2022-10-06T11:20:52-04:00 DEBUG discarding worker id 0: maximum retry count 0 reached chain_sync.go:L519 pkg=sync
2022-10-06T11:20:52-04:00 DEBUG handling tick, we have 1 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:52-04:00 TRACE handling pending block number 12 with hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d tip_syncer.go:L167 pkg=sync
2022-10-06T11:20:52-04:00 DEBUG dispatching sync worker id 9, start number 825283741408, target number 825283741416, start hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d, target hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d, request data 18, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:52-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=18 StartingBlock={[234 153 204 207 250 6 152 238 144 35 30 73 111 80 54 227 165 41 13 223 210 217 44 23 206 228 127 111 89 163 18 141]} EndBlockHash=0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:52-04:00 TRACE validating block response starting at block hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d chain_sync.go:L838 pkg=sync
2022-10-06T11:20:52-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:52-04:00 TRACE new ready block number 12 with hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d chain_sync.go:L769 pkg=sync
2022-10-06T11:20:52-04:00 DEBUG sync worker completed in 720.083µs with success for worker id 9 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:52-04:00 DEBUG processing block data with hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d chain_processor.go:L159 pkg=sync
2022-10-06T11:20:52-04:00 INFO target=runtime::election-provider message=[#12] 🗳 Starting unsigned phase round 1 enabled true. imports.go:L144:ext_logging_log_version_1 pkg=runtime module=go-wasmer
2022-10-06T11:20:52-04:00 DEBUG 🔗 imported block number 12 with hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d chain_processor.go:L240 pkg=sync
2022-10-06T11:20:52-04:00 DEBUG block with hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:52-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:53-04:00 INFO 💤 node waiting, 2 peers connected, head block number 12 with hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d, finalised block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L391 pkg=sync
2022-10-06T11:20:56-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockAnnounceMessage ParentHash=0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d Number=13 StateRoot=0xa491d7fe7bc9c09763a2a04f0b57e7c7321f8a68283a1ef76bd5f74e0b5e7318 ExtrinsicsRoot=0x43d9282b3eafdce0d62ebd9c781e95adcef6ba49221078ff4b61f83d76b45614 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 150 188 207 24 0 0 0 0 88 125 13 157 42 66 183 144 114 27 102 125 85 122 67 115 76 216 216 130 184 73 133 167 145 222 78 61 169 5 148 110 139 45 120 222 255 97 70 175 119 176 227 146 194 14 184 234 251 90 156 238 222 175 249 215 247 80 33 161 91 95 229 0 42 115 58 24 147 103 23 21 185 221 145 42 184 177 14 140 0 186 250 54 39 110 156 130 92 201 136 181 237 129 203 7]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [126 118 80 81 229 94 226 41 193 238 43 59 91 27 163 22 11 133 46 16 19 42 26 168 140 228 118 79 13 92 57 114 187 111 241 151 224 2 209 74 65 15 137 72 96 155 79 71 141 32 207 31 86 26 172 174 21 8 96 230 161 235 144 133]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:20:56-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: BlockAnnounceMessage ParentHash=0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d Number=13 StateRoot=0xa491d7fe7bc9c09763a2a04f0b57e7c7321f8a68283a1ef76bd5f74e0b5e7318 ExtrinsicsRoot=0x43d9282b3eafdce0d62ebd9c781e95adcef6ba49221078ff4b61f83d76b45614 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 150 188 207 24 0 0 0 0 88 125 13 157 42 66 183 144 114 27 102 125 85 122 67 115 76 216 216 130 184 73 133 167 145 222 78 61 169 5 148 110 139 45 120 222 255 97 70 175 119 176 227 146 194 14 184 234 251 90 156 238 222 175 249 215 247 80 33 161 91 95 229 0 42 115 58 24 147 103 23 21 185 221 145 42 184 177 14 140 0 186 250 54 39 110 156 130 92 201 136 181 237 129 203 7]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [126 118 80 81 229 94 226 41 193 238 43 59 91 27 163 22 11 133 46 16 19 42 26 168 140 228 118 79 13 92 57 114 187 111 241 151 224 2 209 74 65 15 137 72 96 155 79 71 141 32 207 31 86 26 172 174 21 8 96 230 161 235 144 133]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:20:56-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:20:56-04:00 DEBUG set peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN head with block number 13 and hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 chain_sync.go:L340 pkg=sync
2022-10-06T11:20:56-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:20:56-04:00 TRACE handling potential work for target block number 13 and hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 chain_sync.go:L598 pkg=sync
2022-10-06T11:20:56-04:00 DEBUG dispatching sync worker id 10, start number 824661410216, target number 824661410272, start hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49, target hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:56-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d Number=13 StateRoot=0xa491d7fe7bc9c09763a2a04f0b57e7c7321f8a68283a1ef76bd5f74e0b5e7318 ExtrinsicsRoot=0x43d9282b3eafdce0d62ebd9c781e95adcef6ba49221078ff4b61f83d76b45614 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 150 188 207 24 0 0 0 0 88 125 13 157 42 66 183 144 114 27 102 125 85 122 67 115 76 216 216 130 184 73 133 167 145 222 78 61 169 5 148 110 139 45 120 222 255 97 70 175 119 176 227 146 194 14 184 234 251 90 156 238 222 175 249 215 247 80 33 161 91 95 229 0 42 115 58 24 147 103 23 21 185 221 145 42 184 177 14 140 0 186 250 54 39 110 156 130 92 201 136 181 237 129 203 7]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [126 118 80 81 229 94 226 41 193 238 43 59 91 27 163 22 11 133 46 16 19 42 26 168 140 228 118 79 13 92 57 114 187 111 241 151 224 2 209 74 65 15 137 72 96 155 79 71 141 32 207 31 86 26 172 174 21 8 96 230 161 235 144 133]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:20:56-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[217 65 215 39 121 28 6 190 28 22 46 158 41 58 113 64 21 236 101 202 32 110 37 80 249 33 234 229 13 201 76 73]} EndBlockHash=0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:56-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d Number=13 StateRoot=0xa491d7fe7bc9c09763a2a04f0b57e7c7321f8a68283a1ef76bd5f74e0b5e7318 ExtrinsicsRoot=0x43d9282b3eafdce0d62ebd9c781e95adcef6ba49221078ff4b61f83d76b45614 Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 150 188 207 24 0 0 0 0 88 125 13 157 42 66 183 144 114 27 102 125 85 122 67 115 76 216 216 130 184 73 133 167 145 222 78 61 169 5 148 110 139 45 120 222 255 97 70 175 119 176 227 146 194 14 184 234 251 90 156 238 222 175 249 215 247 80 33 161 91 95 229 0 42 115 58 24 147 103 23 21 185 221 145 42 184 177 14 140 0 186 250 54 39 110 156 130 92 201 136 181 237 129 203 7]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [126 118 80 81 229 94 226 41 193 238 43 59 91 27 163 22 11 133 46 16 19 42 26 168 140 228 118 79 13 92 57 114 187 111 241 151 224 2 209 74 65 15 137 72 96 155 79 71 141 32 207 31 86 26 172 174 21 8 96 230 161 235 144 133]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:20:56-04:00 DEBUG sync worker completed in 1.091583ms with failure for worker id 10 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:56-04:00 DEBUG worker id 10 failed: received empty message chain_sync.go:L481 pkg=sync
2022-10-06T11:20:56-04:00 DEBUG discarding worker id 0: maximum retry count 0 reached chain_sync.go:L519 pkg=sync
2022-10-06T11:20:56-04:00 DEBUG handling tick, we have 1 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:20:56-04:00 TRACE handling pending block number 13 with hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 tip_syncer.go:L167 pkg=sync
2022-10-06T11:20:56-04:00 DEBUG dispatching sync worker id 11, start number 825107029040, target number 825107029048, start hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49, target hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49, request data 18, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:20:56-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=18 StartingBlock={[217 65 215 39 121 28 6 190 28 22 46 158 41 58 113 64 21 236 101 202 32 110 37 80 249 33 234 229 13 201 76 73]} EndBlockHash=0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:20:56-04:00 TRACE validating block response starting at block hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 chain_sync.go:L838 pkg=sync
2022-10-06T11:20:56-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:20:56-04:00 TRACE new ready block number 13 with hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 chain_sync.go:L769 pkg=sync
2022-10-06T11:20:56-04:00 DEBUG sync worker completed in 526.625µs with success for worker id 11 chain_sync.go:L651 pkg=sync
2022-10-06T11:20:56-04:00 DEBUG processing block data with hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 chain_processor.go:L159 pkg=sync
2022-10-06T11:20:56-04:00 INFO target=runtime::election-provider message=[#13] 🗳 queued unsigned solution with score ElectionScore { minimal_stake: 10000000000000000, sum_stake: 10000000000000000, sum_stake_squared: 100000000000000000000000000000000 } imports.go:L144:ext_logging_log_version_1 pkg=runtime module=go-wasmer
2022-10-06T11:20:56-04:00 DEBUG 🔗 imported block number 13 with hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 chain_processor.go:L240 pkg=sync
2022-10-06T11:20:56-04:00 DEBUG block with hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 processed chain_processor.go:L178 pkg=sync
2022-10-06T11:20:56-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:20:58-04:00 INFO 💤 node waiting, 2 peers connected, head block number 13 with hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49, finalised block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L391 pkg=sync
2022-10-06T11:21:00-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:21:00-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:21:02-04:00 INFO built block 14 with hash 0x21213fcd026fda887f53469b9fd33497de590a5480814c51a1351567902350b9, state root 0x020a4d58a592d66e9f92eebf20d2fadcfacca4926f1ef805b246ce5dd5cae65e, epoch 0 and slot 416267415 babe.go:L540 pkg=babe
2022-10-06T11:21:02-04:00 DEBUG gossiping from host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 message of type 3: BlockAnnounceMessage ParentHash=0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 Number=14 StateRoot=0x020a4d58a592d66e9f92eebf20d2fadcfacca4926f1ef805b246ce5dd5cae65e ExtrinsicsRoot=0x1bf23d4f2ae26241f689cac2bc10fe36432ae805d33440299b8eda624141c9db Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 1 0 0 0 151 188 207 24 0 0 0 0 40 33 60 225 84 205 214 18 185 106 194 214 241 91 225 17 184 9 98 210 15 16 0 149 119 206 38 51 35 227 151 77 194 100 174 184 137 255 140 56 128 228 132 70 1 61 28 23 122 110 36 78 239 242 24 60 116 86 133 189 228 3 74 5 25 169 129 117 94 149 155 41 31 251 92 23 105 19 182 164 204 22 64 248 206 21 132 250 255 117 130 111 200 192 173 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [198 8 61 49 165 241 69 221 56 178 254 95 28 154 8 217 196 104 127 131 177 178 47 253 26 177 87 4 1 19 200 32 250 174 207 44 66 57 136 205 207 232 152 53 136 240 142 45 168 203 68 127 41 15 134 11 106 123 148 117 218 72 233 129]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} service.go:L520 pkg=network
2022-10-06T11:21:02-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:21:02-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 Number=14 StateRoot=0x020a4d58a592d66e9f92eebf20d2fadcfacca4926f1ef805b246ce5dd5cae65e ExtrinsicsRoot=0x1bf23d4f2ae26241f689cac2bc10fe36432ae805d33440299b8eda624141c9db Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 1 0 0 0 151 188 207 24 0 0 0 0 40 33 60 225 84 205 214 18 185 106 194 214 241 91 225 17 184 9 98 210 15 16 0 149 119 206 38 51 35 227 151 77 194 100 174 184 137 255 140 56 128 228 132 70 1 61 28 23 122 110 36 78 239 242 24 60 116 86 133 189 228 3 74 5 25 169 129 117 94 149 155 41 31 251 92 23 105 19 182 164 204 22 64 248 206 21 132 250 255 117 130 111 200 192 173 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [198 8 61 49 165 241 69 221 56 178 254 95 28 154 8 217 196 104 127 131 177 178 47 253 26 177 87 4 1 19 200 32 250 174 207 44 66 57 136 205 207 232 152 53 136 240 142 45 168 203 68 127 41 15 134 11 106 123 148 117 218 72 233 129]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:21:02-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 Number=14 StateRoot=0x020a4d58a592d66e9f92eebf20d2fadcfacca4926f1ef805b246ce5dd5cae65e ExtrinsicsRoot=0x1bf23d4f2ae26241f689cac2bc10fe36432ae805d33440299b8eda624141c9db Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 1 0 0 0 151 188 207 24 0 0 0 0 40 33 60 225 84 205 214 18 185 106 194 214 241 91 225 17 184 9 98 210 15 16 0 149 119 206 38 51 35 227 151 77 194 100 174 184 137 255 140 56 128 228 132 70 1 61 28 23 122 110 36 78 239 242 24 60 116 86 133 189 228 3 74 5 25 169 129 117 94 149 155 41 31 251 92 23 105 19 182 164 204 22 64 248 206 21 132 250 255 117 130 111 200 192 173 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [198 8 61 49 165 241 69 221 56 178 254 95 28 154 8 217 196 104 127 131 177 178 47 253 26 177 87 4 1 19 200 32 250 174 207 44 66 57 136 205 207 232 152 53 136 240 142 45 168 203 68 127 41 15 134 11 106 123 148 117 218 72 233 129]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:21:02-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 Number=14 StateRoot=0x020a4d58a592d66e9f92eebf20d2fadcfacca4926f1ef805b246ce5dd5cae65e ExtrinsicsRoot=0x1bf23d4f2ae26241f689cac2bc10fe36432ae805d33440299b8eda624141c9db Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 1 0 0 0 151 188 207 24 0 0 0 0 40 33 60 225 84 205 214 18 185 106 194 214 241 91 225 17 184 9 98 210 15 16 0 149 119 206 38 51 35 227 151 77 194 100 174 184 137 255 140 56 128 228 132 70 1 61 28 23 122 110 36 78 239 242 24 60 116 86 133 189 228 3 74 5 25 169 129 117 94 149 155 41 31 251 92 23 105 19 182 164 204 22 64 248 206 21 132 250 255 117 130 111 200 192 173 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [198 8 61 49 165 241 69 221 56 178 254 95 28 154 8 217 196 104 127 131 177 178 47 253 26 177 87 4 1 19 200 32 250 174 207 44 66 57 136 205 207 232 152 53 136 240 142 45 168 203 68 127 41 15 134 11 106 123 148 117 218 72 233 129]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:21:02-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 Number=14 StateRoot=0x020a4d58a592d66e9f92eebf20d2fadcfacca4926f1ef805b246ce5dd5cae65e ExtrinsicsRoot=0x1bf23d4f2ae26241f689cac2bc10fe36432ae805d33440299b8eda624141c9db Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 1 0 0 0 151 188 207 24 0 0 0 0 40 33 60 225 84 205 214 18 185 106 194 214 241 91 225 17 184 9 98 210 15 16 0 149 119 206 38 51 35 227 151 77 194 100 174 184 137 255 140 56 128 228 132 70 1 61 28 23 122 110 36 78 239 242 24 60 116 86 133 189 228 3 74 5 25 169 129 117 94 149 155 41 31 251 92 23 105 19 182 164 204 22 64 248 206 21 132 250 255 117 130 111 200 192 173 13]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [198 8 61 49 165 241 69 221 56 178 254 95 28 154 8 217 196 104 127 131 177 178 47 253 26 177 87 4 1 19 200 32 250 174 207 44 66 57 136 205 207 232 152 53 136 240 142 45 168 203 68 127 41 15 134 11 106 123 148 117 218 72 233 129]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:21:02-04:00 TRACE failed to read from stream id 12D3KooWDp-1-47 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: EOF inbound.go:L25 pkg=network
2022-10-06T11:21:02-04:00 DEBUG cleaning up inbound handshake data for protocol=/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:21:02-04:00 TRACE failed to read from stream id 12D3KooWDp-1-45 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:21:02-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/block-announces/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:21:02-04:00 TRACE failed to read from stream id 12D3KooWDp-1-46 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/transactions/1: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:21:02-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/transactions/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:21:03-04:00 INFO 💤 node waiting, 2 peers connected, head block number 14 with hash 0x21213fcd026fda887f53469b9fd33497de590a5480814c51a1351567902350b9, finalised block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L391 pkg=sync
2022-10-06T11:21:04-04:00 INFO epoch 0 complete, upcoming epoch: 1 babe.go:L453 pkg=babe
2022-10-06T11:21:04-04:00 INFO initiating epoch 1 with start slot 416267416 epoch.go:L59 pkg=babe
2022-10-06T11:21:04-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: BlockAnnounceMessage ParentHash=0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 Number=14 StateRoot=0xbe74295bb619ad28c9000f5d4cfdff2bc87eb32b973d31579e015133cfeed1e2 ExtrinsicsRoot=0x36561829c85361bf6e18594d509c9cf0223ffb04e194dca3a56946d08ad1ab0c Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 152 188 207 24 0 0 0 0 120 204 113 118 253 225 159 92 105 192 199 88 197 50 28 181 149 121 22 205 67 173 151 183 218 41 104 65 68 137 224 123 133 65 154 115 155 133 136 12 216 251 94 0 68 29 3 144 8 220 148 224 161 189 34 156 249 67 239 227 237 238 231 6 10 85 162 11 37 219 175 228 162 48 129 240 134 6 241 54 241 30 226 189 104 111 128 118 205 116 48 232 20 217 10 1]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [1 4 48 103 33 33 29 84 4 189 157 168 142 2 4 54 10 26 154 184 184 124 102 193 188 47 205 211 127 60 34 34 204 32 1 0 0 0 0 0 0 0 2 232 2 244 166 226 138 102 132 237 9 130 42 88 216 122 74 210 211 143 83 217 31 210 129 101 20 125 168 0 36 78]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [190 196 2 185 142 52 199 141 2 206 163 39 195 31 112 51 14 20 131 131 75 133 164 183 162 55 191 93 14 59 190 100 146 145 76 36 105 10 0 155 142 179 164 213 168 212 111 96 57 200 160 202 200 33 21 9 20 165 131 79 96 10 130 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:21:04-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp, message is: BlockAnnounceMessage ParentHash=0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 Number=14 StateRoot=0xbe74295bb619ad28c9000f5d4cfdff2bc87eb32b973d31579e015133cfeed1e2 ExtrinsicsRoot=0x36561829c85361bf6e18594d509c9cf0223ffb04e194dca3a56946d08ad1ab0c Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 152 188 207 24 0 0 0 0 120 204 113 118 253 225 159 92 105 192 199 88 197 50 28 181 149 121 22 205 67 173 151 183 218 41 104 65 68 137 224 123 133 65 154 115 155 133 136 12 216 251 94 0 68 29 3 144 8 220 148 224 161 189 34 156 249 67 239 227 237 238 231 6 10 85 162 11 37 219 175 228 162 48 129 240 134 6 241 54 241 30 226 189 104 111 128 118 205 116 48 232 20 217 10 1]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [1 4 48 103 33 33 29 84 4 189 157 168 142 2 4 54 10 26 154 184 184 124 102 193 188 47 205 211 127 60 34 34 204 32 1 0 0 0 0 0 0 0 2 232 2 244 166 226 138 102 132 237 9 130 42 88 216 122 74 210 211 143 83 217 31 210 129 101 20 125 168 0 36 78]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [190 196 2 185 142 52 199 141 2 206 163 39 195 31 112 51 14 20 131 131 75 133 164 183 162 55 191 93 14 59 190 100 146 145 76 36 105 10 0 155 142 179 164 213 168 212 111 96 57 200 160 202 200 33 21 9 20 165 131 79 96 10 130 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:21:04-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:21:04-04:00 DEBUG set peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp head with block number 14 and hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 chain_sync.go:L340 pkg=sync
2022-10-06T11:21:04-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:21:04-04:00 TRACE handling potential work for target block number 14 and hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 chain_sync.go:L598 pkg=sync
2022-10-06T11:21:04-04:00 DEBUG dispatching sync worker id 12, start number 824652185704, target number 824652185888, start hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8, target hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:21:04-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[7 154 54 233 61 74 188 138 146 84 251 123 222 141 123 55 125 191 246 22 26 195 207 196 54 134 182 77 35 50 9 168]} EndBlockHash=0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:21:04-04:00 TRACE sending message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 Number=14 StateRoot=0xbe74295bb619ad28c9000f5d4cfdff2bc87eb32b973d31579e015133cfeed1e2 ExtrinsicsRoot=0x36561829c85361bf6e18594d509c9cf0223ffb04e194dca3a56946d08ad1ab0c Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 0 0 0 0 152 188 207 24 0 0 0 0 120 204 113 118 253 225 159 92 105 192 199 88 197 50 28 181 149 121 22 205 67 173 151 183 218 41 104 65 68 137 224 123 133 65 154 115 155 133 136 12 216 251 94 0 68 29 3 144 8 220 148 224 161 189 34 156 249 67 239 227 237 238 231 6 10 85 162 11 37 219 175 228 162 48 129 240 134 6 241 54 241 30 226 189 104 111 128 118 205 116 48 232 20 217 10 1]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [1 4 48 103 33 33 29 84 4 189 157 168 142 2 4 54 10 26 154 184 184 124 102 193 188 47 205 211 127 60 34 34 204 32 1 0 0 0 0 0 0 0 2 232 2 244 166 226 138 102 132 237 9 130 42 88 216 122 74 210 211 143 83 217 31 210 129 101 20 125 168 0 36 78]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [190 196 2 185 142 52 199 141 2 206 163 39 195 31 112 51 14 20 131 131 75 133 164 183 162 55 191 93 14 59 190 100 146 145 76 36 105 10 0 155 142 179 164 213 168 212 111 96 57 200 160 202 200 33 21 9 20 165 131 79 96 10 130 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:21:04-04:00 DEBUG failed to send message to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: stream reset notifications.go:L288 pkg=network
2022-10-06T11:21:04-04:00 DEBUG cleaning up outbound handshake data for protocol=/gssmr_test/block-announces/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN notifications.go:L238 pkg=network
2022-10-06T11:21:04-04:00 WARN failed to close outbound stream: stream reset notifications.go:L247 pkg=network
2022-10-06T11:21:04-04:00 TRACE validating block response starting at block hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 chain_sync.go:L838 pkg=sync
2022-10-06T11:21:04-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:21:04-04:00 TRACE new ready block number 14 with hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:04-04:00 DEBUG sync worker completed in 1.065458ms with success for worker id 12 chain_sync.go:L651 pkg=sync
2022-10-06T11:21:04-04:00 DEBUG processing block data with hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 chain_processor.go:L159 pkg=sync
2022-10-06T11:21:04-04:00 ERROR block data processing for block with hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 failed: failed to verify pre-runtime digest: could not verify slot claim VRF proof chain_processor.go:L80 pkg=sync
2022-10-06T11:21:04-04:00 DEBUG peer count 2, min=5 and max=50 service.go:L391 pkg=network
2022-10-06T11:21:04-04:00 DEBUG handling tick, we have 0 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:21:04-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:21:05-04:00 TRACE received stream using sub-protocol /gssmr_test/block-announces/1 service.go:L501 pkg=network
2022-10-06T11:21:05-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockAnnounceHandshake Roles=4 BestBlockNumber=14 BestBlockHash=0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b inbound.go:L43 pkg=network
2022-10-06T11:21:05-04:00 TRACE received handshake on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: BlockAnnounceHandshake Roles=4 BestBlockNumber=14 BestBlockHash=0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 GenesisHash=0x3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b notifications.go:L191 pkg=network
2022-10-06T11:21:05-04:00 TRACE receiver: validating handshake using protocol /gssmr_test/block-announces/1 notifications.go:L203 pkg=network
2022-10-06T11:21:05-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1 notifications.go:L228 pkg=network
2022-10-06T11:21:05-04:00 TRACE received stream using sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 service.go:L501 pkg=network
2022-10-06T11:21:05-04:00 TRACE received stream using sub-protocol /gssmr_test/transactions/1 service.go:L501 pkg=network
2022-10-06T11:21:05-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockRequestMessage RequestedData=17 StartingBlock={14} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=0 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:21:05-04:00 DEBUG handling BlockRequestMessage with direction ascending from start block with number 14 to end block with number 14 message.go:L125 pkg=sync
2022-10-06T11:21:05-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: GrandpaHandshake Roles=4 inbound.go:L43 pkg=network
2022-10-06T11:21:05-04:00 TRACE received handshake on notifications sub-protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: GrandpaHandshake Roles=4 notifications.go:L191 pkg=network
2022-10-06T11:21:05-04:00 TRACE receiver: validating handshake using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L203 pkg=network
2022-10-06T11:21:05-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1 notifications.go:L228 pkg=network
2022-10-06T11:21:05-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: transactionHandshake inbound.go:L43 pkg=network
2022-10-06T11:21:05-04:00 TRACE received handshake on notifications sub-protocol /gssmr_test/transactions/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: transactionHandshake notifications.go:L191 pkg=network
2022-10-06T11:21:05-04:00 TRACE receiver: validating handshake using protocol /gssmr_test/transactions/1 notifications.go:L203 pkg=network
2022-10-06T11:21:05-04:00 TRACE receiver: sent handshake to peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/transactions/1 notifications.go:L228 pkg=network
2022-10-06T11:21:05-04:00 TRACE failed to read from stream id 12D3KooWDp-1-68 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/sync/2: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:21:05-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:21:05-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: ConsensusMessage Data=02010500000000000000000000000000000001000000 inbound.go:L43 pkg=network
2022-10-06T11:21:05-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockRequestMessage RequestedData=17 StartingBlock={13} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=0 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:21:05-04:00 DEBUG handling BlockRequestMessage with direction ascending from start block with number 13 to end block with number 13 message.go:L125 pkg=sync
2022-10-06T11:21:05-04:00 TRACE failed to read from stream id 12D3KooWDp-1-71 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/sync/2: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:21:05-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:21:05-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockRequestMessage RequestedData=17 StartingBlock={13} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=0 Max=1 inbound.go:L43 pkg=network
2022-10-06T11:21:05-04:00 DEBUG handling BlockRequestMessage with direction ascending from start block with number 13 to end block with number 13 message.go:L125 pkg=sync
2022-10-06T11:21:05-04:00 TRACE failed to read from stream id 12D3KooWDp-1-72 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/sync/2: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:21:05-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/sync/2, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:21:08-04:00 TRACE host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 received message from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN: BlockAnnounceMessage ParentHash=0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 Number=15 StateRoot=0xf43132c03902e2f7477adf7aa3d91df3a62b7aef648f9d7eda12bcd93e01bf2b ExtrinsicsRoot=0xcfcdd9d8b4677b4161e5a551ce29fc2a1b7de705a39ae32deb113745e19d24bd Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 153 188 207 24 0 0 0 0 72 105 179 234 51 142 149 99 210 111 254 47 240 195 237 80 91 38 243 254 72 230 237 73 210 117 89 180 120 65 6 63 43 222 67 49 218 113 60 184 249 190 187 77 186 66 150 104 7 156 92 139 188 234 53 246 48 1 95 106 247 128 9 0 239 89 245 139 98 198 175 87 31 123 201 15 68 160 105 38 111 18 246 125 128 197 173 106 0 17 118 28 118 37 248 6]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [106 146 21 126 162 99 18 79 166 235 101 187 109 63 251 224 120 230 59 27 244 192 75 209 68 155 107 18 60 35 113 103 194 8 37 190 159 244 94 56 253 202 63 253 145 111 69 0 237 40 242 124 26 149 165 3 7 192 227 144 69 215 221 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} inbound.go:L43 pkg=network
2022-10-06T11:21:08-04:00 TRACE received message on notifications sub-protocol /gssmr_test/block-announces/1 from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN, message is: BlockAnnounceMessage ParentHash=0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 Number=15 StateRoot=0xf43132c03902e2f7477adf7aa3d91df3a62b7aef648f9d7eda12bcd93e01bf2b ExtrinsicsRoot=0xcfcdd9d8b4677b4161e5a551ce29fc2a1b7de705a39ae32deb113745e19d24bd Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 153 188 207 24 0 0 0 0 72 105 179 234 51 142 149 99 210 111 254 47 240 195 237 80 91 38 243 254 72 230 237 73 210 117 89 180 120 65 6 63 43 222 67 49 218 113 60 184 249 190 187 77 186 66 150 104 7 156 92 139 188 234 53 246 48 1 95 106 247 128 9 0 239 89 245 139 98 198 175 87 31 123 201 15 68 160 105 38 111 18 246 125 128 197 173 106 0 17 118 28 118 37 248 6]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [106 146 21 126 162 99 18 79 166 235 101 187 109 63 251 224 120 230 59 27 244 192 75 209 68 155 107 18 60 35 113 103 194 8 37 190 159 244 94 56 253 202 63 253 145 111 69 0 237 40 242 124 26 149 165 3 7 192 227 144 69 215 221 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L167 pkg=network
2022-10-06T11:21:08-04:00 DEBUG received BlockAnnounceMessage syncer.go:L94 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG set peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN head with block number 15 and hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da chain_sync.go:L340 pkg=sync
2022-10-06T11:21:08-04:00 TRACE broadcasting message from notifications sub-protocol /gssmr_test/block-announces/1 notifications.go:L405 pkg=network
2022-10-06T11:21:08-04:00 TRACE handling potential work for target block number 15 and hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da chain_sync.go:L598 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG dispatching sync worker id 13, start number 824652540032, target number 824652540040, start hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da, target hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da, request data 19, direction ascending chain_sync.go:L630 pkg=sync
2022-10-06T11:21:08-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[107 143 136 139 213 228 31 63 199 13 5 108 216 110 105 80 175 18 160 214 79 14 150 155 189 69 175 43 216 114 32 218]} EndBlockHash=0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da Direction=0 Max=128 chain_sync.go:L688 pkg=sync
2022-10-06T11:21:08-04:00 TRACE sending message to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: BlockAnnounceMessage ParentHash=0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 Number=15 StateRoot=0xf43132c03902e2f7477adf7aa3d91df3a62b7aef648f9d7eda12bcd93e01bf2b ExtrinsicsRoot=0xcfcdd9d8b4677b4161e5a551ce29fc2a1b7de705a39ae32deb113745e19d24bd Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 153 188 207 24 0 0 0 0 72 105 179 234 51 142 149 99 210 111 254 47 240 195 237 80 91 38 243 254 72 230 237 73 210 117 89 180 120 65 6 63 43 222 67 49 218 113 60 184 249 190 187 77 186 66 150 104 7 156 92 139 188 234 53 246 48 1 95 106 247 128 9 0 239 89 245 139 98 198 175 87 31 123 201 15 68 160 105 38 111 18 246 125 128 197 173 106 0 17 118 28 118 37 248 6]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [106 146 21 126 162 99 18 79 166 235 101 187 109 63 251 224 120 230 59 27 244 192 75 209 68 155 107 18 60 35 113 103 194 8 37 190 159 244 94 56 253 202 63 253 145 111 69 0 237 40 242 124 26 149 165 3 7 192 227 144 69 215 221 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]} notifications.go:L286 pkg=network
2022-10-06T11:21:08-04:00 TRACE successfully sent message on protocol /gssmr_test/block-announces/1 to peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp: message=%!(EXTRA *network.BlockAnnounceMessage=BlockAnnounceMessage ParentHash=0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 Number=15 StateRoot=0xf43132c03902e2f7477adf7aa3d91df3a62b7aef648f9d7eda12bcd93e01bf2b ExtrinsicsRoot=0xcfcdd9d8b4677b4161e5a551ce29fc2a1b7de705a39ae32deb113745e19d24bd Digest={{<nil> map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} [{{[66 65 66 69] [3 2 0 0 0 153 188 207 24 0 0 0 0 72 105 179 234 51 142 149 99 210 111 254 47 240 195 237 80 91 38 243 254 72 230 237 73 210 117 89 180 120 65 6 63 43 222 67 49 218 113 60 184 249 190 187 77 186 66 150 104 7 156 92 139 188 234 53 246 48 1 95 106 247 128 9 0 239 89 245 139 98 198 175 87 31 123 201 15 68 160 105 38 111 18 246 125 128 197 173 106 0 17 118 28 118 37 248 6]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]} {{[66 65 66 69] [106 146 21 126 162 99 18 79 166 235 101 187 109 63 251 224 120 230 59 27 244 192 75 209 68 155 107 18 60 35 113 103 194 8 37 190 159 244 94 56 253 202 63 253 145 111 69 0 237 40 242 124 26 149 165 3 7 192 227 144 69 215 221 140]} map[2:{[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]} 4:{[0 0 0 0] []} 5:{[0 0 0 0] []} 6:{[0 0 0 0] []}]}]}) notifications.go:L302 pkg=network
2022-10-06T11:21:08-04:00 TRACE failed to read from stream id 12D3KooWEy-2-15 of peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: EOF inbound.go:L25 pkg=network
2022-10-06T11:21:08-04:00 DEBUG cleaning up inbound handshake data for protocol=/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, peer=12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp inbound.go:L73 pkg=network
2022-10-06T11:21:08-04:00 TRACE failed to read from stream id 12D3KooWEy-2-16 of peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/transactions/1: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:21:08-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/transactions/1, peer=12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp inbound.go:L73 pkg=network
2022-10-06T11:21:08-04:00 TRACE failed to read from stream id 12D3KooWEy-2-14 of peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp using protocol /gssmr_test/block-announces/1: failed to read length: EOF inbound.go:L25 pkg=network
2022-10-06T11:21:08-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/block-announces/1, peer=12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp inbound.go:L73 pkg=network
2022-10-06T11:21:08-04:00 TRACE validating block response starting at block hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da chain_sync.go:L838 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG sync worker completed in 1.64975ms with failure for worker id 13 chain_sync.go:L651 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG worker id 13 failed: parent of first block in block response is unknown chain_sync.go:L481 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG handling tick, we have 1 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:21:08-04:00 TRACE handling pending block number 15 with hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da tip_syncer.go:L167 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG dispatching sync worker id 14, start number 824646504752, target number 824646504760, start hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8, target hash 0x0000000000000000000000000000000000000000000000000000000000000000, request data 19, direction descending chain_sync.go:L630 pkg=sync
2022-10-06T11:21:08-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[7 154 54 233 61 74 188 138 146 84 251 123 222 141 123 55 125 191 246 22 26 195 207 196 54 134 182 77 35 50 9 168]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=13 chain_sync.go:L688 pkg=sync
2022-10-06T11:21:08-04:00 TRACE validating block response starting at block hash 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 chain_sync.go:L838 pkg=sync
2022-10-06T11:21:08-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 2 with hash 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 3 with hash 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 4 with hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 5 with hash 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 6 with hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 7 with hash 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 2 with hash 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 8 with hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 9 with hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 10 with hash 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 11 with hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 12 with hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 13 with hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 TRACE new ready block number 14 with hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG sync worker completed in 3.015083ms with success for worker id 14 chain_sync.go:L651 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 3 with hash 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 4 with hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 5 with hash 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 6 with hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 7 with hash 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 8 with hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 9 with hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 10 with hash 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 11 with hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 12 with hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG skipping block number 13 with hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG processing block data with hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 chain_processor.go:L159 pkg=sync
2022-10-06T11:21:08-04:00 ERROR block data processing for block with hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 failed: failed to verify pre-runtime digest: could not verify slot claim VRF proof chain_processor.go:L80 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG processing block data with hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da chain_processor.go:L159 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG failed to handle block number 15: failed to get parent header: Key not found chain_processor.go:L174 pkg=sync
2022-10-06T11:21:08-04:00 TRACE block data processing for block with hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da failed: failed to get parent header: Key not found chain_processor.go:L84 pkg=sync
2022-10-06T11:21:08-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:21:08-04:00 INFO 💤 node waiting, 2 peers connected, head block number 14 with hash 0x21213fcd026fda887f53469b9fd33497de590a5480814c51a1351567902350b9, finalised block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L391 pkg=sync
2022-10-06T11:21:12-04:00 INFO target=runtime::staking message=[15] 💸 new validator set of size 1 has been processed for era 1 imports.go:L144:ext_logging_log_version_1 pkg=runtime module=go-wasmer
2022-10-06T11:21:12-04:00 DEBUG handling tick, we have 1 pending blocks tip_syncer.go:L141 pkg=sync
2022-10-06T11:21:12-04:00 TRACE handling pending block number 15 with hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da tip_syncer.go:L167 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG dispatching sync worker id 15, start number 824648130232, target number 824648149264, start hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8, target hash 0x0000000000000000000000000000000000000000000000000000000000000000, request data 19, direction descending chain_sync.go:L630 pkg=sync
2022-10-06T11:21:12-04:00 TRACE sending out block request: BlockRequestMessage RequestedData=19 StartingBlock={[7 154 54 233 61 74 188 138 146 84 251 123 222 141 123 55 125 191 246 22 26 195 207 196 54 134 182 77 35 50 9 168]} EndBlockHash=0x0000000000000000000000000000000000000000000000000000000000000000 Direction=1 Max=13 chain_sync.go:L688 pkg=sync
2022-10-06T11:21:12-04:00 TRACE validating block response starting at block hash 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 chain_sync.go:L838 pkg=sync
2022-10-06T11:21:12-04:00 TRACE success! placing block response data in ready queue chain_sync.go:L721 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 2 with hash 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 3 with hash 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 4 with hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 5 with hash 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 6 with hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 2 with hash 0x9c8be0e37cfb1842217964ecef2037a127b37a00109946c5d07c046c62a53ef1, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 3 with hash 0x1d4fac1b85aa0063c634336413d510dfef1a090c3da0717fb7f8be9d3d43a017, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 4 with hash 0x4e3a92c4b016097b05dd84cbca9bfc5068e462374649022eb484f6cc031ea03b, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 7 with hash 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 8 with hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 9 with hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 10 with hash 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 11 with hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 12 with hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 13 with hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 5 with hash 0x90e5fc79461739862befb5faa4aa1c82b1baec0cd5af88aacb9c2e8f43064961, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 6 with hash 0x6a0a0677677951ad61a978302a4ac7918467e5c874d47bdfa85615f67930530a, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 7 with hash 0x5514c4d3be6ef31dd97a21b90eb772b9cabf2cbea4384967ea5e968ac06d4057, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 TRACE new ready block number 14 with hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 chain_sync.go:L769 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG sync worker completed in 1.362666ms with success for worker id 15 chain_sync.go:L651 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 8 with hash 0x683693df02ff36329aab9b3fc77512fe8fb34819fa24ddae7cc8a4d16369d80f, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 9 with hash 0x375f1d04159fd1044ca2751f13797cf369cc7c8922ca6cb940d2724dbbe58e89, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 10 with hash 0x5f6b382ce8290207319f7d9f4dc48d0ee8f69d0a9a17d01f55c6c58ae0e2d71c, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 11 with hash 0x12d6ec92115a607a37fef8b5763019379a6da4885b489b41d821c8c6a264f4b3, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 12 with hash 0xea99cccffa0698ee90231e496f5036e3a5290ddfd2d92c17cee47f6f59a3128d, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG skipping block number 13 with hash 0xd941d727791c06be1c162e9e293a714015ec65ca206e2550f921eae50dc94c49, already have chain_processor.go:L123 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG processing block data with hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 chain_processor.go:L159 pkg=sync
2022-10-06T11:21:12-04:00 ERROR block data processing for block with hash 0x079a36e93d4abc8a9254fb7bde8d7b377dbff6161ac3cfc43686b64d233209a8 failed: failed to verify pre-runtime digest: could not verify slot claim VRF proof chain_processor.go:L80 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG processing block data with hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da chain_processor.go:L159 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG failed to handle block number 15: failed to get parent header: Key not found chain_processor.go:L174 pkg=sync
2022-10-06T11:21:12-04:00 TRACE block data processing for block with hash 0x6b8f888bd5e41f3fc70d056cd86e6950af12a0d64f0e969bbd45af2bd87220da failed: failed to get parent header: Key not found chain_processor.go:L84 pkg=sync
2022-10-06T11:21:12-04:00 DEBUG (checkRoundAlreadyCompletable) round: 5, set id: 0 grandpa.go:L427 pkg=grandpa
2022-10-06T11:21:12-04:00 TRACE Host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 disconnected from peer 12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp connmgr.go:L125 pkg=network
2022-10-06T11:21:13-04:00 TRACE Host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 disconnected from peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN connmgr.go:L125 pkg=network
2022-10-06T11:21:13-04:00 TRACE failed to read from stream id 12D3KooWDp-1-67 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/block-announces/1: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:21:13-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/block-announces/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:21:13-04:00 TRACE failed to read from stream id 12D3KooWDp-1-69 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /gssmr_test/transactions/1: failed to read length: stream reset inbound.go:L25 pkg=network
2022-10-06T11:21:13-04:00 DEBUG cleaning up inbound handshake data for protocol=/gssmr_test/transactions/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:21:13-04:00 TRACE failed to read from stream id 12D3KooWDp-1-70 of peer 12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN using protocol /3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1: stream reset inbound.go:L25 pkg=network
2022-10-06T11:21:13-04:00 DEBUG cleaning up inbound handshake data for protocol=/3690d9b5365b5a1d1a8f8c7326467fe581f72eda63ae28ce254fe0816dc5806b/grandpa/1, peer=12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN inbound.go:L73 pkg=network
2022-10-06T11:21:13-04:00 INFO 💤 node waiting, 0 peers connected, head block number 14 with hash 0x21213fcd026fda887f53469b9fd33497de590a5480814c51a1351567902350b9, finalised block number 1 with hash 0x34f9e75505c82bd7a80b9f38ce37de0acee75bd47458619cb36a57e5462a65a3 chain_sync.go:L391 pkg=sync
2022-10-06T11:21:14-04:00 INFO signal interrupt, shutting down... node.go:L470 pkg=dot
2022-10-06T11:21:14-04:00 INFO Stopping services: [*system.Service *network.Service *digest.Handler *core.Service *grandpa.Service *sync.Service *babe.Service *rpc.HTTPServer *state.Service] services.go:L70 pkg=dot,services
2022-10-06T11:21:14-04:00 TRACE Host 12D3KooWNS3YG26AvWTeX5KRy5zFM6toEVY5gxumo3XgSZZ3mzW9 stopped listening on address /ip4/0.0.0.0/tcp/7001 connmgr.go:L109 pkg=network
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment