Lee *!* Clagett

Results 241 comments of Lee *!* Clagett
trafficstars

BTW, I noticed this while writing the light-wallet-server. When get the JSON back from the server, it was easy to spot which was the "real spend" without doing any key-image...

The timestamp spec written here was clearly a typo. `SS` was supposed to be seconds but I somehow botched specifying the entire thing. The API was written to "whatever the...

*will likely. I can't comment on this directly anymore, but they'd have to update clients before changing the backend, etc.

@dzonatan latest `monero-lws` should conform to ISO-8601.

@jeffro256 expand the code section, this `if` statement is inside an `if` with a similar check. It doesn't hurt anything though; the compiler might be able to omit this check...

The serialization code always behaved this way - so I'm a little hesitant to give an approval. However, the output side always writes at least one byte. Is it it...

@cirocosta This removes the binary->DOM portion of serialization and instead does direct binary->C++. This (likely) improves the performance and eliminates _some_ of the de-serialization attacks seen 10 months ago. Unpacking...

> This PR contains a demo, if someone suggests a different implementation then they can be compared for performance and RAM usage. This currently is a significant improvement compared to...