mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 989 forks source link

Large Transaction are not Broadcasted #3392

Open quentinlesceller opened 4 years ago

quentinlesceller commented 4 years ago

Somehow transaction with more than 800 inputs are not correctly broadcasted.

This is my floonet node sending a 1670/2/1 tx.

20200714 17:37:00.212 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:37:20.258 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:37:35.174 INFO grin_api::handlers::pool_api - Pushing transaction 14420b3981a1 to pool (inputs: 1670, outputs: 2, kernels: 1)
20200714 17:37:35.358 DEBUG grin_pool::pool - add_to_pool [txpool]: 14420b3981a1 (PushApi) [in/out/kern: 1670/2/1] pool: 0 (at block 7ff8822cecc2)
20200714 17:37:35.407 DEBUG grin_pool::transaction_pool - added tx to reorg_cache: size now 3
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 178.62.78.195:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 39.106.195.31:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 5.135.184.54:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 85.126.197.236:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 95.82.226.226:3414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 46.4.91.48:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 46.101.93.177:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 161.35.172.198:13414
20200714 17:37:35.408 DEBUG grin_p2p::peers - broadcast_transaction: 14420b3981a1 to 8 peers, done.
20200714 17:37:35.502 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.505 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.510 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.513 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.513 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.554 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.590 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.664 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:38.649 DEBUG grin_servers::common::hooks - Received block header 7dfaafe1bcb2 at 575369 from 178.62.78.195:13414, going to process.
20200714 17:37:38.651 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7ff8822cecc2 at 575368 from 7ff8822cecc2 at 575368
20200714 17:37:38.653 DEBUG grin_servers::common::hooks - Received block header 7dfaafe1bcb2 at 575369 from 46.101.93.177:13414, going to process.
20200714 17:37:38.672 DEBUG grin_chain::pipe - header head updated to 7dfaafe1bcb2 at 575369
20200714 17:37:38.674 DEBUG grin_p2p::peer - Requesting compact block 7dfaafe1bcb2 from 178.62.78.195:13414
20200714 17:37:38.674 DEBUG grin_p2p::peer - Requesting compact block 7dfaafe1bcb2 from 46.101.93.177:13414
20200714 17:37:38.677 DEBUG grin_servers::common::hooks - Received block header 7dfaafe1bcb2 at 575369 from 95.82.226.226:3414, going to process.
20200714 17:37:38.677 DEBUG grin_servers::common::hooks - Received block header 7dfaafe1bcb2 at 575369 from 161.35.172.198:13414, going to process.
20200714 17:37:38.677 DEBUG grin_p2p::peer - Requesting compact block 7dfaafe1bcb2 from 95.82.226.226:3414
20200714 17:37:38.677 DEBUG grin_p2p::peer - Requesting compact block 7dfaafe1bcb2 from 161.35.172.198:13414
20200714 17:37:38.766 DEBUG grin_p2p::protocol - handle_payload: received compact block: msg_len: 1262
20200714 17:37:38.766 DEBUG grin_servers::common::hooks - Received block header 7dfaafe1bcb2 at 575369 from 39.106.195.31:13414, going to process.
20200714 17:37:38.766 DEBUG grin_servers::common::adapters - Received compact_block 7dfaafe1bcb2 at 575369 from 178.62.78.195:13414 [out/kern/kern_ids: 1/1/0] going to process.
20200714 17:37:38.766 DEBUG grin_p2p::peer - Requesting compact block 7dfaafe1bcb2 from 39.106.195.31:13414
20200714 17:37:38.766 DEBUG grin_servers::common::hooks - Received block 7dfaafe1bcb2 at 575369 from 178.62.78.195:13414 [in/out/kern: 0/1/1] going to process.
20200714 17:37:38.766 DEBUG grin_chain::pipe - pipe: process_block 7dfaafe1bcb2 at 575369 [in/out/kern: 0/1/1]
20200714 17:37:38.772 DEBUG grin_p2p::protocol - handle_payload: received compact block: msg_len: 1262
20200714 17:37:38.772 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7ff8822cecc2 at 575368 from 7dfaafe1bcb2 at 575369
20200714 17:37:38.772 DEBUG grin_servers::common::adapters - Received compact_block 7dfaafe1bcb2 at 575369 from 161.35.172.198:13414 [out/kern/kern_ids: 1/1/0] going to process.
20200714 17:37:38.772 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7ff8822cecc2 at 575368 from 7ff8822cecc2 at 575368
20200714 17:37:38.772 DEBUG grin_servers::common::hooks - Received block 7dfaafe1bcb2 at 575369 from 161.35.172.198:13414 [in/out/kern: 0/1/1] going to process.
20200714 17:37:38.775 DEBUG grin_p2p::protocol - handle_payload: received compact block: msg_len: 1262
20200714 17:37:38.775 DEBUG grin_servers::common::adapters - Received compact_block 7dfaafe1bcb2 at 575369 from 46.101.93.177:13414 [out/kern/kern_ids: 1/1/0] going to process.
20200714 17:37:38.775 DEBUG grin_servers::common::hooks - Received block 7dfaafe1bcb2 at 575369 from 46.101.93.177:13414 [in/out/kern: 0/1/1] going to process.
20200714 17:37:38.776 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 17:37:38.783 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 17:37:38.783 DEBUG grin_chain::types - validate roots: 7dfaafe1bcb2 at 575369, d87f49327d60 vs. d87f49327d60 (original: c99cdaa8aed6, merged: d87f49327d60)
20200714 17:37:38.796 DEBUG grin_servers::common::hooks - Received block header 7dfaafe1bcb2 at 575369 from 85.126.197.236:13414, going to process.
20200714 17:37:38.857 DEBUG grin_chain::pipe - head updated to 7dfaafe1bcb2 at 575369
20200714 17:37:38.860 DEBUG grin_servers::common::hooks - block_accepted (head+): 7dfaafe1bcb2 at 575369 (diff: 1103996327008)
20200714 17:37:38.860 DEBUG grin_p2p::peer - Suppress header send 7dfaafe1bcb2 to 178.62.78.195:13414 (already seen)
20200714 17:37:38.860 DEBUG grin_chain::pipe - pipe: process_block 7dfaafe1bcb2 at 575369 [in/out/kern: 0/1/1]
20200714 17:37:38.860 DEBUG grin_p2p::peer - Suppress header send 7dfaafe1bcb2 to 39.106.195.31:13414 (already seen)
20200714 17:37:38.860 DEBUG grin_p2p::peer - Send header 7dfaafe1bcb2 to 46.4.91.48:13414
20200714 17:37:38.860 DEBUG grin_chain::chain - Block 7dfaafe1bcb2 at 575369 is unfit at this time: already known in head
20200714 17:37:38.861 DEBUG grin_servers::common::adapters - process_block: block 7dfaafe1bcb2 refused by chain: Block is unfit: already known in head
20200714 17:37:38.861 DEBUG grin_servers::common::adapters - send_block_request_to_peer: block 7dfaafe1bcb2 already known
20200714 17:37:38.861 DEBUG grin_chain::pipe - pipe: process_block 7dfaafe1bcb2 at 575369 [in/out/kern: 0/1/1]
20200714 17:37:38.861 DEBUG grin_chain::chain - Block 7dfaafe1bcb2 at 575369 is unfit at this time: already known in head
20200714 17:37:38.861 DEBUG grin_servers::common::adapters - process_block: block 7dfaafe1bcb2 refused by chain: Block is unfit: already known in head
20200714 17:37:38.861 DEBUG grin_p2p::peer - Suppress header send 7dfaafe1bcb2 to 161.35.172.198:13414 (already seen)
20200714 17:37:38.861 DEBUG grin_p2p::peer - Suppress header send 7dfaafe1bcb2 to 95.82.226.226:3414 (already seen)
20200714 17:37:38.861 DEBUG grin_p2p::peer - Suppress header send 7dfaafe1bcb2 to 46.101.93.177:13414 (already seen)
20200714 17:37:38.862 DEBUG grin_p2p::peer - Suppress header send 7dfaafe1bcb2 to 85.126.197.236:13414 (already seen)
20200714 17:37:38.862 DEBUG grin_p2p::peer - Send header 7dfaafe1bcb2 to 5.135.184.54:13414
20200714 17:37:38.862 DEBUG grin_p2p::peers - broadcast_header: 7dfaafe1bcb2, 1103996327008 at 575369, to 2 peers, done.
20200714 17:37:38.981 DEBUG grin_pool::pool - add_to_pool [txpool]: 14420b3981a1 (PushApi) [in/out/kern: 1670/2/1] pool: 0 (at block 7dfaafe1bcb2)
20200714 17:37:39.021 DEBUG grin_p2p::protocol - handle_payload: received compact block: msg_len: 1262
20200714 17:37:39.028 DEBUG grin_pool::transaction_pool - truncate_reorg_cache: size: 3
20200714 17:37:39.932 DEBUG grin_p2p::protocol - handle_payload: received compact block: msg_len: 1262
20200714 17:37:40.301 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (4 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:38:00.338 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:38:20.371 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:38:40.405 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:39:00.447 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:39:20.483 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:39:40.528 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:40:00.564 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:40:20.589 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct
20200714 17:40:40.630 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 8 connected (8 most_work). all 33 = 9 healthy + 0 banned + 24 defunct

This is the miner node (here @j01tz) mining and never receiving the transaction:

20200714 14:37:10.068 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575369, key_id: Some(Identifier(03000000000000000000003dd500000000)) }
20200714 14:37:10.069 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327008
20200714 14:37:10.069 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7ff8822cecc2 at 575368 from 7ff8822cecc2 at 575368
20200714 14:37:10.069 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7ff8822cecc2 at 575368 from 7ff8822cecc2 at 575368
20200714 14:37:10.073 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:37:10.077 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:37:10.077 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:37:10.077 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575369 with id 2 to stratum clients
20200714 14:37:10.286 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 159.65.90.242:13414. previous connecting time: 21:36:50.283
20200714 14:37:10.287 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (11 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:37:14.993 DEBUG grin_p2p::serv - Peer 47.244.111.186:38482 banned, refusing connection.
20200714 14:37:25.002 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:37:25.066 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575369, key_id: Some(Identifier(03000000000000000000003dd500000000)) }
20200714 14:37:25.068 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327008
20200714 14:37:25.068 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7ff8822cecc2 at 575368 from 7ff8822cecc2 at 575368
20200714 14:37:25.068 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7ff8822cecc2 at 575368 from 7ff8822cecc2 at 575368
20200714 14:37:25.071 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:37:25.075 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:37:25.075 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:37:25.075 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575369 with id 3 to stratum clients
20200714 14:37:30.290 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 95.168.185.251:13414. previous connecting time: 21:37:10.286
20200714 14:37:30.290 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (11 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:37:38.386 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7ff8822cecc2 at 575368 from 7ff8822cecc2 at 575368
20200714 14:37:38.390 DEBUG grin_chain::pipe - header head updated to 7dfaafe1bcb2 at 575369
20200714 14:37:38.393 DEBUG grin_chain::pipe - pipe: process_block 7dfaafe1bcb2 at 575369 [in/out/kern: 0/1/1]
20200714 14:37:38.394 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7ff8822cecc2 at 575368 from 7dfaafe1bcb2 at 575369
20200714 14:37:38.394 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7ff8822cecc2 at 575368 from 7ff8822cecc2 at 575368
20200714 14:37:38.398 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:37:38.403 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:37:38.403 DEBUG grin_chain::types - validate roots: 7dfaafe1bcb2 at 575369, d87f49327d60 vs. d87f49327d60 (original: c99cdaa8aed6, merged: d87f49327d60)
20200714 14:37:38.418 DEBUG grin_chain::pipe - head updated to 7dfaafe1bcb2 at 575369
20200714 14:37:38.421 DEBUG grin_servers::common::hooks - block_accepted (head+): 7dfaafe1bcb2 at 575369 (prev_head: 7ff8822cecc2 at 575368)
20200714 14:37:38.422 DEBUG grin_p2p::peers - broadcast_compact_block: 7dfaafe1bcb2, 1103996327008 at 575369, to 12 peers, done.
20200714 14:37:38.422 DEBUG grin_pool::transaction_pool - truncate_reorg_cache: size: 2
20200714 14:37:38.422 WARN grin_servers::mining::stratumserver - (Server ID: 0) Solution Found for block 575369, hash 7dfaafe1bcb2 - Yay!!! Worker ID: 0, blocks found: 135, shares: 134
20200714 14:37:38.422 INFO grin_servers::mining::stratumserver - (Server ID: 0) Got share at height 575369, hash 7dfaafe1bcb2, edge_bits 32, nonce 15784448053424953940, job_id 3, difficulty 33293/3, submitted by floo
20200714 14:37:38.423 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:37:38.506 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:37:38.512 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:37:38.512 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:37:38.512 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:37:38.516 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:37:38.520 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:37:38.520 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:37:38.520 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 0 to stratum clients
20200714 14:37:42.555 DEBUG grin_p2p::serv - Peer 3.217.250.246:58856 banned, refusing connection.
20200714 14:37:44.763 DEBUG grin_p2p::serv - Peer 47.75.15.141:50044 banned, refusing connection.
20200714 14:37:50.294 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 91.207.175.253:13414. previous connecting time: 21:37:30.290
20200714 14:37:50.294 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (11 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:37:53.002 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:37:53.068 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:37:53.069 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:37:53.069 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:37:53.069 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:37:53.073 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:37:53.077 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:37:53.077 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:37:53.077 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 1 to stratum clients
20200714 14:37:55.021 DEBUG grin_p2p::serv - Peer 47.244.111.186:41710 banned, refusing connection.
20200714 14:38:08.002 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:38:08.066 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:38:08.068 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:38:08.068 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:38:08.068 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:38:08.072 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:38:08.075 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:38:08.075 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:38:08.075 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 2 to stratum clients
20200714 14:38:10.303 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 76.14.37.7:53654. previous connecting time: 21:37:50.294
20200714 14:38:10.303 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (11 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:38:23.002 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:38:23.066 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:38:23.067 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:38:23.067 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:38:23.067 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:38:23.071 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:38:23.075 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:38:23.075 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:38:23.075 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 3 to stratum clients
20200714 14:38:24.780 DEBUG grin_p2p::serv - Peer 47.75.15.141:50848 banned, refusing connection.
20200714 14:38:30.307 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 91.207.175.253:13414. previous connecting time: 21:38:10.303
20200714 14:38:30.307 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (11 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:38:35.017 DEBUG grin_p2p::serv - Peer 47.244.111.186:44964 banned, refusing connection.
20200714 14:38:38.004 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:38:38.069 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:38:38.070 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:38:38.070 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:38:38.071 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:38:38.074 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:38:38.079 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (4ms)
20200714 14:38:38.079 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:38:38.079 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 4 to stratum clients
20200714 14:38:50.318 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 46.227.247.7:13414. previous connecting time: 21:38:30.307
20200714 14:38:50.318 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (11 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:38:53.002 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:38:53.068 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:38:53.070 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:38:53.070 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:38:53.070 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:38:53.074 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:38:53.077 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:38:53.077 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:38:53.077 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 5 to stratum clients
20200714 14:39:04.780 DEBUG grin_p2p::serv - Peer 47.75.15.141:51608 banned, refusing connection.
20200714 14:39:08.004 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:39:08.069 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:39:08.071 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:39:08.071 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:39:08.071 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:39:08.074 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:39:08.078 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:39:08.078 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:39:08.078 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 6 to stratum clients
20200714 14:39:10.322 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 76.14.37.7:53654. previous connecting time: 21:38:50.318
20200714 14:39:10.322 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (11 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:39:15.027 DEBUG grin_p2p::serv - Peer 47.244.111.186:48232 banned, refusing connection.
20200714 14:39:23.002 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:39:23.066 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:39:23.067 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:39:23.067 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:39:23.067 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:39:23.071 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:39:23.075 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:39:23.075 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:39:23.075 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 7 to stratum clients
20200714 14:39:30.325 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 159.65.90.242:13414. previous connecting time: 21:39:10.322
20200714 14:39:30.325 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (11 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:39:38.000 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:39:38.067 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:39:38.068 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:39:38.068 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:39:38.068 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:39:38.072 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:39:38.076 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:39:38.076 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:39:38.076 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 8 to stratum clients
20200714 14:39:44.977 DEBUG grin_p2p::serv - Peer 47.75.15.141:52464 banned, refusing connection.
20200714 14:39:50.329 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 95.168.185.251:13414. previous connecting time: 21:39:30.325
20200714 14:39:50.329 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (11 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:39:53.004 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:39:53.068 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:39:53.070 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:39:53.070 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:39:53.070 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:39:53.074 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:39:53.078 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (4ms)
20200714 14:39:53.079 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:39:53.079 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 9 to stratum clients
20200714 14:39:55.038 DEBUG grin_p2p::serv - Peer 47.244.111.186:51474 banned, refusing connection.
20200714 14:40:08.000 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:40:08.067 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:40:08.068 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:40:08.068 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:40:08.068 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:40:08.072 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:40:08.076 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:40:08.076 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:40:08.076 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 10 to stratum clients
20200714 14:40:10.333 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 119.28.104.231:13414. previous connecting time: 21:39:50.329
20200714 14:40:10.333 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (11 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:40:22.596 DEBUG grin_p2p::serv - Peer 3.217.250.246:58908 banned, refusing connection.
20200714 14:40:23.004 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:40:23.070 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:40:23.071 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:40:23.071 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:40:23.071 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:40:23.075 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:40:23.079 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:40:23.079 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:40:23.079 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 11 to stratum clients
20200714 14:40:24.996 DEBUG grin_p2p::serv - Peer 47.75.15.141:53234 banned, refusing connection.
20200714 14:40:30.337 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 91.207.175.253:13414. previous connecting time: 21:40:10.333
20200714 14:40:30.337 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (12 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:40:30.506 DEBUG grin_p2p::peer - connect: handshaking with Ok(V4(47.240.14.207:3414))
20200714 14:40:30.673 DEBUG grin_p2p::peer - connect: handshaking with Ok(V4(47.240.14.207:3414)) failed with error: Connection(Custom { kind: UnexpectedEof, error: "failed to fill whole buffer" })
20200714 14:40:35.043 DEBUG grin_p2p::serv - Peer 47.244.111.186:54706 banned, refusing connection.
20200714 14:40:38.004 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:40:38.068 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:40:38.069 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:40:38.069 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:40:38.069 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:40:38.074 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (4ms)
20200714 14:40:38.078 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:40:38.078 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:40:38.078 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 12 to stratum clients
20200714 14:40:50.342 DEBUG grin_servers::grin::seed - peer_connect: ignore a duplicate request to 47.240.14.207:3414. previous connecting time: 21:40:30.337
20200714 14:40:50.343 DEBUG grin_servers::grin::seed - monitor_peers: on 0.0.0.0:13414, 12 connected (12 most_work). all 38 = 13 healthy + 3 banned + 22 defunct
20200714 14:40:53.000 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:40:53.098 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575370, key_id: Some(Identifier(03000000000000000000003dd600000000)) }
20200714 14:40:53.100 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327011
20200714 14:40:53.100 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:40:53.100 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:40:53.104 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:40:53.107 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:40:53.107 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:40:53.107 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575370 with id 13 to stratum clients
20200714 14:40:53.114 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:40:53.118 DEBUG grin_chain::pipe - header head updated to 831854a34992 at 575370
20200714 14:40:53.121 DEBUG grin_chain::pipe - pipe: process_block 831854a34992 at 575370 [in/out/kern: 0/1/1]
20200714 14:40:53.123 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 7dfaafe1bcb2 at 575369 from 831854a34992 at 575370
20200714 14:40:53.123 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 7dfaafe1bcb2 at 575369 from 7dfaafe1bcb2 at 575369
20200714 14:40:53.128 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (4ms)
20200714 14:40:53.133 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:40:53.133 DEBUG grin_chain::types - validate roots: 831854a34992 at 575370, 7cc72fa98668 vs. 7cc72fa98668 (original: 6c0094897fd9, merged: 7cc72fa98668)
20200714 14:40:53.165 DEBUG grin_chain::pipe - head updated to 831854a34992 at 575370
20200714 14:40:53.169 DEBUG grin_servers::common::hooks - block_accepted (head+): 831854a34992 at 575370 (prev_head: 7dfaafe1bcb2 at 575369)
20200714 14:40:53.169 DEBUG grin_p2p::peers - broadcast_compact_block: 831854a34992, 1103996327011 at 575370, to 12 peers, done.
20200714 14:40:53.169 DEBUG grin_pool::transaction_pool - truncate_reorg_cache: size: 2
20200714 14:40:53.169 WARN grin_servers::mining::stratumserver - (Server ID: 0) Solution Found for block 575370, hash 831854a34992 - Yay!!! Worker ID: 0, blocks found: 136, shares: 135
20200714 14:40:53.169 INFO grin_servers::mining::stratumserver - (Server ID: 0) Got share at height 575370, hash 831854a34992, edge_bits 32, nonce 13444700310383631034, job_id 12, difficulty 31994/3, submitted by floo
20200714 14:40:53.172 DEBUG grin_servers::mining::stratumserver - resend updated block
20200714 14:40:53.245 DEBUG grin_servers::mining::mine_block - get_coinbase: BlockFees { fees: 0, height: 575371, key_id: Some(Identifier(03000000000000000000003dd700000000)) }
20200714 14:40:53.251 DEBUG grin_servers::mining::mine_block - Built new block with 0 inputs and 1 outputs, block difficulty: 3, cumulative difficulty 1103996327014
20200714 14:40:53.251 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 831854a34992 at 575370 from 831854a34992 at 575370
20200714 14:40:53.251 DEBUG grin_chain::txhashset::txhashset - Rewind extension to 831854a34992 at 575370 from 831854a34992 at 575370
20200714 14:40:53.255 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:40:53.258 DEBUG grin_chain::txhashset::bitmap_accumulator - applied 1 chunks from idx 652 to idx 652 (3ms)
20200714 14:40:53.259 DEBUG grin_servers::mining::stratumserver - broadcast job
20200714 14:40:53.259 DEBUG grin_servers::mining::stratumserver - (Server ID: 0) sending block 575371 with id 0 to stratum clients

Smaller transaction with 200 hundreds outputs are broadcasted and mined.

antiochp commented 4 years ago

Interesting. I wonder if there is mismatch in weight validation somewhere. Tx is treated as valid for adding to local txpool. But not valid at p2p layer (either on send or receive).

Do we know the ip of the miner node that did not receive this tx? Did we send it directly or indirectly?

20200714 17:37:35.407 DEBUG grin_pool::transaction_pool - added tx to reorg_cache: size now 3
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 178.62.78.195:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 39.106.195.31:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 5.135.184.54:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 85.126.197.236:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 95.82.226.226:3414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 46.4.91.48:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 46.101.93.177:13414
20200714 17:37:35.408 DEBUG grin_p2p::peer - Send tx kernel hash f695e8a32c24 to 161.35.172.198:13414
20200714 17:37:35.408 DEBUG grin_p2p::peers - broadcast_transaction: 14420b3981a1 to 8 peers, done.
antiochp commented 4 years ago

We sent the kernel hash to 8 peers and these 8 peers requested the full tx -

20200714 17:37:35.502 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.505 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.510 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.513 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.513 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.554 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.590 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32
20200714 17:37:35.664 DEBUG grin_p2p::protocol - handle_payload: GetTransaction: f695e8a32c24, msg_len: 32

One possibility is we fail to send the tx at this point. Not clear from the logs (not sure we even log this to know) if the miner node received this tx hash or not.