Jason Rhinelander

Results 177 comments of Jason Rhinelander

I am not a fan of the way of much of the way the cli wallet does things. Arguments are are sometimes positional (blink/unimportant; payment id), sometimes tagged (index=...), and...

It's also worth pointing out two other Oxen-specific things here: - Monero is particularly strongly affected by this because of its high recent output volume (and the calculated time between...

That sounds like there isn't enough available balance in the wallet to cover the transaction fee. The `balance` command should show something like: ``` Balance: 123.456789012, unlocked balance: 1.234567890 Total...

One thing to keep in mind that might be an edge case in the current implementation: the meaning of `--log-level=*:info` is different from `--log-level=info`: the latter uses the pre-selected list...

Another issue: in `process_categories_string` if the given level is unknown (e.g. "cat:FOO") then nothing happens, but that should probably raise an exception rather than silently ignoring it.

Also: if it hasn't merged yet by the time you start working on this, there's a related commit (with title "Log levels: ...") that ought to be cherry-picked that makes...

Are you using a local daemon or a remote node?

I think we should hold off on merging this PR until post-HF. It really is something that goes along with https://github.com/oxen-io/oxen-improvement-proposals/issues/27 which is slated for the next PR.