-
Notifications
You must be signed in to change notification settings - Fork 752
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid spamming blocks by range request until there's available peer o…
…n all custody subnets (#6004) Squashed commit of the following: commit 129ac92 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Mon Jul 1 12:49:03 2024 +1000 Add metrics and update code comment. commit 03a9dce Author: Jimmy Chen <jchen.tc@gmail.com> Date: Mon Jul 1 12:29:30 2024 +1000 Fall back to default custody requiremnt if peer ENR is not present. commit 4373a28 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Sat Jun 29 01:05:52 2024 +1000 Revert epoch parameter refactor. commit 876ea3b Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jun 27 17:21:04 2024 +1000 Add test for `get_custody_peers_for_column` commit de05355 Merge: 4079d2e 7206909 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jun 27 16:06:28 2024 +1000 Merge branch 'das' into custody-sync-peers commit 4079d2e Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jun 27 15:35:39 2024 +1000 Fix `good_peers_on_subnet` always returning false for `DataColumnSubnet`. commit 9f20029 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jun 27 14:27:04 2024 +1000 Fix lint and logic error commit 05608b0 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jun 27 13:51:33 2024 +1000 Add check to cover a case where batch is not processed while waiting for custody peers to become available. commit 9f82497 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jun 27 12:57:06 2024 +1000 Add custody peer check before mutating `BatchInfo` to avoid inconsistent state. commit edc584a Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jun 27 10:32:19 2024 +1000 Only start requesting batches when there are good peers across all custody columns to avoid spaming block requests.
- Loading branch information
1 parent
b06c23e
commit 733e9b7
Showing
6 changed files
with
223 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters