Josh Rickmar

Results 78 issues of Josh Rickmar

This will improve the UX when creating a brand new wallet because there will be less waiting. Addresses will be able to be immediately generated since wallet won't need to...

perf
UX

With this option, the fee is subtracted from the amount paid to the address in the request, rather than subtracting a fee from the change output.

The current design of the gRPC API requires that any action which requires an unlocked wallet provides the wallet's private passphrase in the RPC parameters. This was a design decision...

If a wallet is not in voting mode, all RPCs to purchase tickets should error when not either provided an explicit voting address to use, or the wallet is not...

Go modules make it simple to find what code is being imported into a project (`go list -m all`), why it is being imported (`go mod why`), and whether the...

Fee estimation, as performed by `txauthor.NewUnsignedTransaction`, currently assumes that all change outputs will have the output script size for a P2PKH output. This is not always the case and could...

A [groups] section is added to the zkclient config file and must specify 'index = name' pairs for each group name and the window index. This is handy to keep...

A user accepted the invites to join several rooms I was already in, and i saw zkclient focus to each room as the user joined, writing the join event to...

This feature request is admittedly pretty out there but i'm not to enthralled with the idea of needing a separate tmux window just for zkc. In my perfect world, I...