sociomantic-tsunami / dhtproto

Distributed Hash Table protocol definition, client, fake node, and tests
Boost Software License 1.0
5 stars 22 forks source link

Convert assert -> verify #111

Closed gavin-norman-sociomantic closed 6 years ago

leandro-lucarella-sociomantic commented 6 years ago

Is it reasonable to expect this to be done by Q2? This is important to be able to keep moving towards D2.

gavin-norman-sociomantic commented 6 years ago

Yes, definitely.

gavin-norman-sociomantic commented 6 years ago

Addressed in #137.

leandro-lucarella-sociomantic commented 6 years ago

Cool! So this means that the dhtnode can be tested again in D2, or are there any other dependencies that we need to verify()ize first?

gavin-norman-sociomantic commented 6 years ago

Nope, this is the last library that the dhtnode uses. We still need to verify()ize the dhtnode itself, of course. See https://github.com/sociomantic-tsunami/dhtnode/milestone/9.

gavin-norman-sociomantic commented 6 years ago

Fixed by #137.