mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
74022e0cc4
Remove an unnecessary PersistableEnvelope interface by making them standalone @Value classes with private List fields, instead of extending PersistableList. As they weren't using any functionality of the latter other than the getList() and stream() methods, this should not alter behaviour, outside MeritList::toString. Also comment out the MERIT_LIST PersistableEnvelope protobuf message type, which shouldn't be encountered as merit lists were never persisted directly to a storage file. This removes the last superfluous PersistableEnvelope implementations, leaving the following type hierarchy: PersistableEnvelope * +- NavigationPath +- PeerList +- PersistableList * +- ThreadedPersistableEnvelope * | +- AccountAgeWitnessStore | +- BlindVoteStore | +- DaoStateStore | +- PersistableNetworkPayloadList * is abstract | +- ProposalStore | +- SequenceNumberMap | +- SignedWitnessStore | +- TempProposalStore | \- TradeStatistics2Store \- UserThreadMappedPersistableEnvelope * +- AddressEntryList +- DisputeList * | +- ArbitrationDisputeList | +- MediationDisputeList | \- RefundDisputeList +- UserThreadMappedPersistableList * | +- BallotList | +- MyBlindVoteList | +- MyProofOfBurnList | +- MyProposalList | +- MyReputationList | +- MyVoteList | +- PaymentAccountList | \- UnconfirmedBsqChangeOutputList +- PreferencesPayload +- TradableList \- UserPayload |
||
---|---|---|
.. | ||
src/main/proto |