-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove PersistableNetworkPayloadList & TradeStatisticsList
The former class is dead code, together with its store service, as they were only referenced from CorePersistenceProtoResolver::fromProto, the binding logic and from AppendOnlyDataStoreService by orphaned migration code. However, migration from the old persisted data was completed long ago and the store file is no longer being read or written from anywhere in the codebase. Also remove the associated PersistableEnvelope proto message type, along with the TradeStatisticsList message type. The latter is long deprecated and has no corresponding Java class implementing PersistableEnvelope, so removing it won't change behaviour (outside the exception message thrown when attempting to resolve it).
- Loading branch information
Showing
7 changed files
with
3 additions
and
256 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
86 changes: 0 additions & 86 deletions
86
p2p/src/main/java/bisq/network/p2p/storage/persistence/PersistableNetworkPayloadList.java
This file was deleted.
Oops, something went wrong.
126 changes: 0 additions & 126 deletions
126
.../main/java/bisq/network/p2p/storage/persistence/PersistableNetworkPayloadListService.java
This file was deleted.
Oops, something went wrong.
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