Nathan Dorfman
Nathan Dorfman
Same error with HTC's Android 7.0 ROM, official Xposed. I haven't seen any loadLibrary ondemand prompts, so I'm assuming that function isn't being blocked. Most others appear to work, though....
I am interested in fixing these, but don't (yet) know enough about Android and its APIs to do so easily. I intend to take a stab at it, but don't...
@moneroexamples this is orthogonal to scanning, it only relates to the client's retrieval of tx history.
> it can simply return the entire transaction history anytime a reorg is detected (in which case the returned since_tx_id should be zero.) Changed the wording to explicitly allow simply...
> wallet-rpc is in progress. Is someone actively working on this? I'd like to help, would be nice to avoid duplicating effort.
I'm happy to help with the wallet, daemon or both guides. Please assign whatever you feel like to me.
In my opinion, ISO-8601 would be the best choice. The performance cost vs. stringified Unixtime is negligible: a quick test on my machine shows 110 nanos vs 60. I would...
Ping @moneroexamples
I have started work on adding this support in MyMonero as well, and it is pretty much in line with your proposal here already. A couple of things: 1) I...
BTW, I don't think there can be any question that the API must be wallet-level. We do not want an API request for each subaddress, users can reasonably expect to...