Commit Graph

7 Commits

Author SHA1 Message Date
c0d8cc348c Fixed build 2023-11-25 09:11:39 +01:00
789a5f6abc Fixed build 2023-11-25 08:18:02 +01:00
89af0ac112 GOSSIP-66 Implement Crdt 2P-Set 2017-06-30 10:16:22 +03:00
1769449515 GOSSIP-64 Implement Max-Change-Sets 2017-06-26 21:24:07 -04:00
602a79bfc6 GOSSIP-65 Implement crdt LWW-Element-Set
LWWSet implemented + se/de + unit tests + jackson tests + DataTests
2017-06-19 22:56:36 +03:00
c62ebaf9b6 GOSSIP-85 Factor out PassiveGossipThread 2017-05-03 16:57:50 -04:00
e3010c8542 GOSSIP-81 Move Jackson and UDP to their own modules
Part of what makes this work is the test implementation of TransportManager.

This PR is pretty straightforward. A few gotchas though:
* A message signing test was moved into `JacksonTests` because that is
  where the signing actually happens.
* A CRDT serializing test was moved there as well. It's the best place
  for now.
* No UDP tests at all. I plan to fix that in a bit. Reasoning is that it is
  difficult to test any TransportManager implementation without bring up
  a full stack. I plan to address this in the future (GOSSIP-83).
* Simple round trip Jackson serialization tests.
2017-04-21 08:47:31 -05:00