Lee *!* Clagett
Lee *!* Clagett
These are updates for the monero - version 1 PoW changes. For this version, I modified the long state directly instead of manipulating some of the state variables. The entire...
C++14 allows for `std::move`s into lambda captures, so this updates for that feature in the async framework for levin (p2p). This also updates the internal callback code within levin to...
This converts the raw pointers p2p connection map to `std::weak_ptr` usage. This helps with code clarity (clear ownership behavior), and reduces the risk of an omitted `finish_outer_call` which would cause...
Re-watched ending and cinematic version of display was slightly different. Switching to that motif because it has more visuals/animation, including the auto-moving cursor, etc.
ZMQ hides connection issues, so ZMQ-PUB socket cannot differentiate between no connection and no pub-events easily. When it fails, the screen shows all zeroes instead of real data.
* Integer conversion checks in src/wire/read.h * Missing "boolean" function in wire::writer and derived types This is similar to #52 but should fix the integer checking issue, and adds unit...
See issue #36
This stores the last `std::error_code` while doing HTTP client I/O to make it available to UIs. With Boost 1.65+ this provides more useful messages with the CLI wallet, and hopefully...