chia-blockchain 2.5.2rc1__py3-none-any.whl → 2.5.2rc2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -778,7 +778,11 @@ class FullNode:
778
778
  full_node_protocol.RequestBlock(target_peak.height, False),
779
779
  timeout=10,
780
780
  )
781
- if target_peak_response is not None and isinstance(target_peak_response, RespondBlock):
781
+ if (
782
+ target_peak_response is not None
783
+ and isinstance(target_peak_response, RespondBlock)
784
+ and target_peak_response.block.header_hash == target_peak.header_hash
785
+ ):
782
786
  self.sync_store.peer_has_block(
783
787
  target_peak.header_hash,
784
788
  peer.peer_node_id,
@@ -1022,7 +1026,11 @@ class FullNode:
1022
1026
  )
1023
1027
  )
1024
1028
  for i, target_peak_response in enumerate(await asyncio.gather(*coroutines)):
1025
- if target_peak_response is not None and isinstance(target_peak_response, RespondBlock):
1029
+ if (
1030
+ target_peak_response is not None
1031
+ and isinstance(target_peak_response, RespondBlock)
1032
+ and target_peak_response.block.header_hash == target_peak.header_hash
1033
+ ):
1026
1034
  self.sync_store.peer_has_block(
1027
1035
  target_peak.header_hash, peers[i].peer_node_id, target_peak.weight, target_peak.height, False
1028
1036
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: chia-blockchain
3
- Version: 2.5.2rc1
3
+ Version: 2.5.2rc2
4
4
  Summary: Chia blockchain full node, farmer, timelord, and wallet.
5
5
  License: Apache-2.0
6
6
  Keywords: chia,blockchain,node
@@ -524,7 +524,7 @@ chia/full_node/fee_estimator_constants.py,sha256=GsQfI9Z7YzPWGEe6ghJeYvzbG87C86K
524
524
  chia/full_node/fee_estimator_interface.py,sha256=GoeD5RVmIsb4_qW-9AGttglwcDIpdIxFrEhqLUXp-Mw,1606
525
525
  chia/full_node/fee_history.py,sha256=MniggGft1CVGHOJR7HI9YqGBP4er2dwL7Xzmm2E9JxU,586
526
526
  chia/full_node/fee_tracker.py,sha256=HH8ZVxU9Md6oHobP1O2_q1bBu-o75nicQ2BeETGQxi0,22621
527
- chia/full_node/full_node.py,sha256=l2Xgx0kTSzhOvynY6ZNHA9Izp1HsPk4M8Sm-0qWJ3NQ,166022
527
+ chia/full_node/full_node.py,sha256=NeWhKimYDx7EGK0V25Y6xsR30T05C4q3iYrB-VfjB54,166338
528
528
  chia/full_node/full_node_api.py,sha256=JEkwf5mc9W1kokbR-P3vJntSU83Kf5R3nUic_XAICPw,98371
529
529
  chia/full_node/full_node_store.py,sha256=1NIj4TWwFjrVHtnAl3F5i1dFPEW2QA5pwTNM4xN3Vbs,47402
530
530
  chia/full_node/hint_management.py,sha256=P-NbUWOEoRyIp-_rUkIUm2lP7KrN9N5on57QIQio9mU,2305
@@ -1035,8 +1035,8 @@ chia/wallet/wallet_transaction_store.py,sha256=thFNbDkOEXbwYyToZB5uafnaj4VqDteHq
1035
1035
  chia/wallet/wallet_user_store.py,sha256=lVJyOKPO6zB66EIHZA7rG9u-5V_MC0AtiEuDubU8RBk,4084
1036
1036
  chia/wallet/wallet_weight_proof_handler.py,sha256=LKfnVR2HM1-7vdkSwoIVFUc7QIUvnhQPscZZCSKFvl0,4926
1037
1037
  mozilla-ca/cacert.pem,sha256=o_Mowh453dHyvhzqQ6wN7IGeqiCpBCXX2pAaEVMbOqU,231212
1038
- chia_blockchain-2.5.2rc1.dist-info/LICENSE,sha256=0tuU-jTzeRDJJaxF2YCEpBwbywgpbrVSXq1i6fJq63U,11347
1039
- chia_blockchain-2.5.2rc1.dist-info/METADATA,sha256=anievx9tDspq_YHuwSU-xpQbiolfbLZSdkIVQAdczrw,10631
1040
- chia_blockchain-2.5.2rc1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
1041
- chia_blockchain-2.5.2rc1.dist-info/entry_points.txt,sha256=GL2-UvicPVdKz72IP4shnmV3XImfoD5pMzoURfoAYk4,742
1042
- chia_blockchain-2.5.2rc1.dist-info/RECORD,,
1038
+ chia_blockchain-2.5.2rc2.dist-info/LICENSE,sha256=0tuU-jTzeRDJJaxF2YCEpBwbywgpbrVSXq1i6fJq63U,11347
1039
+ chia_blockchain-2.5.2rc2.dist-info/METADATA,sha256=26m234a0AZoFbOcPuQcqKdIbdJYEeZ03VYXtXcUdkAA,10631
1040
+ chia_blockchain-2.5.2rc2.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
1041
+ chia_blockchain-2.5.2rc2.dist-info/entry_points.txt,sha256=GL2-UvicPVdKz72IP4shnmV3XImfoD5pMzoURfoAYk4,742
1042
+ chia_blockchain-2.5.2rc2.dist-info/RECORD,,