Kristaps Kaupe

Results 139 issues of Kristaps Kaupe

When non-coinjoin sends are made with `sendpayment.py` or JoinMarketQt GUI, before sending out transaction, user is asked for Yes / No confirmation. But when payjoin attempt is made and it...

Should be added. We should be sure we don't break compatibility for output of both `wallet-tool.py showutxos` and `/utxos` wallet RPC API.

Testing
RPC-API

Currently it is really slow. Likely some optimizations are possible even without adding new data to wallet file, but ultimate solution IMHO is caching. For wallet with around 1000 transactions...

enhancement

Wasabi Wallet has a feature that at transaction preview before sending transaction will suggest changing send amount little bit if that allows to avoid having change. It would be useful...

enhancement

See https://github.com/dennisreimann/joinmarket-log-parser. It's a tool that analyzes JoinMarket log files and extracts structured data from them. It would make sense to store that data in structured manner by JoinMarket itself....

enhancement
question

It there a reason to ask user a question to enable or not enable fidelity bond support when creating new wallets instead of always enabling it?

question

When there is try to send privmsg to an unavailable message channel, user gets errors like this: ``` [ERROR] Tried to communicate on this message channel but failed: onion-network [ERROR]...

It's bad to have different functions for the same thing, `coins_to_satoshi()` were already used in some tests.

In #1436 exponentional delay was added to reconnect attempts to dnodes with idea that if individual ones are not working at the moment to not do too many useless reconnect...

Currently a lot of code is in `scripts/bumpfee.py`, should be moved to `jmclient`, so that both RPC API and Qt GUI could use it.

Joinmarket-Qt
RPC-API