Lee *!* Clagett

Results 241 comments of Lee *!* Clagett
trafficstars

Upstream master branch is on CXX17 whereas the release branch is on CXX14. Luckily I only use CXX17 in one spot in the tests which can be trivially removed.

Rebased to get new CI changes.

If Tor/I2P is being used exclusively for sending transactions, an ISP spy only has to filter out 1 p2p message type via packet timing analysis to identify when your node...

I think this may require a change to monero core, but I'd have to re-test this myself.

No updates - could you provide a minimal test suite? Presumably in Javascript ?

> And CORS seems to work fine with Monerod (setting the access control config option). LWS is using the same CORS code as `monerod`, so I don't understand what's preventing...

This is correct, although perhaps something should be done to make it visually more appealing. The spend secret and spend pub are zeroed out for "admin" accounts - they aren't...

>If there is an endpoint to provision subaddresses, I think this is a change to that paradigm in that anyone with access to the public and view key credentials will...

> Thinking on it, it sounds like you want the light wallet client to be able to separate funds by subaddress in the UI via get_address_txs alone? In that case...

I think this is good now. `get_address_txs`-> [`transaction`] -> [`spend`] provides the information needed to display a specific subaddress or all of them at once. I somehow overlooked that `transaction`...