bisq/p2p/src/main
Julian Knutsen 372c26de74
Implement remove-before-add message sequence behavior
It is possible to receive a RemoveData or RemoveMailboxData message
before the relevant AddData, but the current code does not handle
it.

This results in internal state updates and signal handler's being called
when an Add is received with a lower sequence number than a previously
seen Remove.

Minor test validation changes to allow tests to specify that only the
SequenceNumberMap should be written during an operation.
2019-11-20 16:31:56 -08:00
..
java/bisq/network Implement remove-before-add message sequence behavior 2019-11-20 16:31:56 -08:00
resources Update data stores and bitcoinj checkpoints (#3570) 2019-11-07 10:36:32 +01:00