Robert
Robert
Continuation of #360 @JeremyRand Got some annoying merge conflicts
Is `jq` already a requirement (Can't find it, I can add it if necessary)
Added the Freenet validation, the information is very limited so I implemented validation for public key hash & Freenet Key
I will `squash commits` and `return UI comments` once the PR is done
Done
One observation I can make is that we must transform the invoice into a paid status after sending it
The `cli` currently lacks a `"pay invoice"` command. My plan is to focus on implementing for GUI exclusively, unless circumstances change.
The other thing we should probably do is, make the "Check name availability..." button check whether a name_new is already in the wallet for that name (by doing the same...
> The other thing we should probably do is, make the "Check name availability..." button check whether a name_new is already in the wallet for that name (by doing the...
> > The `cli` currently lacks a `"pay invoice"` command. My plan is to focus on implementing for GUI exclusively, unless circumstances change. > > I think the `name_new` RPC...