apX13_
apX13_
Hey @kristapsk, I'm currently working on Jam [issue #633](https://github.com/joinmarket-webui/jam/issues/633), which is about signing a message. I noticed that the JM `RPC-API` `signmessage` requires us to send `hd-path` along with the...
Hey @kristapsk, earlier in this conversation, you talked about allowing message signing with regtest / signet / testnet too. Can you please shed some light on that? How can someone...
I have also made some changes to the RPC-API to support the address. Please take a look at the code. Filename : `wallet_rpc.py` Original : ```request_data = self.get_POST_body(request, ["hd_path", "message"])...
Hey @AdamISZ and @kristapsk, First of all, sorry for the disturbance. If you have a moment, could you please take a look at `~docs/api/wallet-rpc.yaml`? I tried solving it on my...
> * Sending `selected_utxos` as empty array: Success - as if no array was given - is this expected? ❓ Yes, this is intentional. When no value is provided, `selected_utxos`...
Done with the changes requested by @roshii and fixed the sweep case that @theborakompanioni mentioned earlier. Please take a look. Thank you for your time, guys.
[feat] Coin Control #689 - [x] (ui) Quick freeze/unfreeze UTXOs from selected source Jar - [x] (ui) Distinct "Coin Control for Sweeps" - Show "Select what UTXOs to send" with...
> * after entering word 12, the word suggestion is stuck Hey @MarnixCroes, thanks for pointing that out—I appreciate your feedback. I will take a look into it. > *...
> One additional thing that can be done is a follow-up PR is, that the dropdown is not focused when "tab" is hit, when the full word has been written...
> [eb040fc](https://github.com/joinmarket-webui/jam/commit/eb040fc9eaf990fff48cc1504acb7ba6076731bd) > > at recovery when you write the full entry, the suggestion keeps being displayed. Even after the cursor entry is onto the next field. It goes away...