forked from hyperledger/besu
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor packet classes for dependency injection (hyperledger#8271)
* Apply expiration checks in PacketData classes Signed-off-by: Matilda Clerke <[email protected]> * Fix broken unit tests Signed-off-by: Matilda Clerke <[email protected]> * spotless Signed-off-by: Matilda Clerke <[email protected]> * Fix failing test Signed-off-by: Matilda Clerke <[email protected]> * Refactor to use clock to validate expiry Signed-off-by: Matilda Clerke <[email protected]> * Refactor Packet and PacketData Signed-off-by: Matilda Clerke <[email protected]> * Move java.inject version to platform/build.gradle Signed-off-by: Matilda Clerke <[email protected]> * Update copyright notices on Packet and PacketData classes Signed-off-by: Matilda Clerke <[email protected]> * Update PeerDiscoveryControllerTest to avoid use of Thread.sleep Signed-off-by: Matilda Clerke <[email protected]> * Update copyright noticed on PeerDiscoveryControllerTest and MockPacketDataFactory Signed-off-by: Matilda Clerke <[email protected]> * Remove old PacketTest Signed-off-by: Matilda Clerke <[email protected]> * Reorder platform/build.gradle api platform dependencies to alphabetical order Signed-off-by: Matilda Clerke <[email protected]> --------- Signed-off-by: Matilda Clerke <[email protected]>
- Loading branch information
1 parent
fa19459
commit 90015fc
Showing
100 changed files
with
5,194 additions
and
2,410 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
62 changes: 0 additions & 62 deletions
62
.../main/java/org/hyperledger/besu/ethereum/p2p/discovery/internal/ENRRequestPacketData.java
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
...main/java/org/hyperledger/besu/ethereum/p2p/discovery/internal/ENRResponsePacketData.java
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
...in/java/org/hyperledger/besu/ethereum/p2p/discovery/internal/FindNeighborsPacketData.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.