Lee *!* Clagett
Lee *!* Clagett
Rebased to include changes on TCP server. Re-tested with asan and tsan on `monerod` and `unit_tests`. Includes `unit_test` memory leak fix from #8538 .
>> Some testing with asan+tsan was also performed on the unit tests and monerod > > Curious, what results did that produce? There was the single memory leak in the...
Updated based on comments, and rebased to master.
Reverted `weak_ptr` usage.
EDIT: Ignore this comment, read next. I'm being a bit lazy, because there's lots of code here, so I'm asking instead of finding. Does this support out-of-order fields? What about...
Ignore first comment, I went through the code a bit more, it was only fair :/ Found the out-of-order processing code, looks like it adapts everything using `tuple_cat` and `make_tuple`....
> Yes. In this PR, the BEGIN_KV_SERIALIZE_MAP pattern creates a method which generates a tuple of StructFields on the stack which contain references to each field to be serialized. The...
When I looked into this, my issue was that we could not verify/recreate the provided database ...
We only support Socks4a actually. We can add Socks5, but nym should consider adding Socks4a instead if they intend to add a hidden service capability in the future. Only Socks4a...