mirror of
				https://github.com/ton-blockchain/ton
				synced 2025-03-09 15:40:10 +00:00 
			
		
		
		
	Send only first block candidate optimistically (#1260)
* Broadcast only the first block candidate * Fix sending block broadcast --------- Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
		
							parent
							
								
									8364a2425f
								
							
						
					
					
						commit
						1da94e62ad
					
				
					 22 changed files with 164 additions and 82 deletions
				
			
		|  | @ -350,7 +350,7 @@ class TestNode : public td::actor::Actor { | |||
|       void send_block_candidate(ton::BlockIdExt block_id, ton::CatchainSeqno cc_seqno, td::uint32 validator_set_hash, | ||||
|                                 td::BufferSlice data) override { | ||||
|       } | ||||
|       void send_broadcast(ton::BlockBroadcast broadcast, bool custom_overlays_only) override { | ||||
|       void send_broadcast(ton::BlockBroadcast broadcast, int mode) override { | ||||
|       } | ||||
|       void download_block(ton::BlockIdExt block_id, td::uint32 priority, td::Timestamp timeout, | ||||
|                           td::Promise<ton::ReceivedBlock> promise) override { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue