gcharang

Results 26 issues of gcharang

The simplest form this feature can take is: user gives coins data,electrums, address/pubkey of a coin. mm2 should be able to answer balance, tx_history requests

We changed the name of the binary from `mm2` to `kdf`. It might be appropriate to change the name of the default config file too. We should also similarly change...

priority: medium
improvement: config

Komodo wallet shows a unlock funds button and clicking it fails. there seems to be discrepancy between the events in the swap json and what's shown in the wallet too...

priority: high
bug: swap

When running the wasm bin from https://github.com/KomodoPlatform/komodo-defi-framework/tree/bc483dd7762d19d346b8bd54cae303126ad81047 using the wasm playground on localhost, saw these warnings in kdf logs: ``` [Warn] 25 14:36:36, mm2_p2p::behaviours::peers_exchange:422] WARN Received a not valid address:...

status: investigation

When the wasm binary is built using the current dev branch ( https://github.com/KomodoPlatform/komodo-defi-framework/tree/80766b0056062797c3c385b9d1497bb31ac00139 ), the kdflib.d.ts file generated looks like this: https://gist.github.com/gcharang/e46b832f190de3be450e2d62388d2723 Check it n https://codebeautify.org/typescript-formatter-online On line 262: ```ts...

The wss connection to a electrum server needs to stay open for just the streaming interface. for all others, we can close and reopen the connection as necessary. From shamardy:...

priority: medium

**Describe the bug** We had 3 or 4 electrum servers for PEP coin. One of them went on a fork and was stuck on a old block. This was causing...

priority: high

On the Komodo Wallet web app, when the RPC is used to derive privkeys, even for a reasonable number of coins (10) and reasonable number of addresses each (10), the...

priority: medium
improvement: wallet

**Describe the bug** Recently, we saw a user report where kdf tries takerpayment refund eventhough both taker payment and maker payment are already spent. This is because it saw MakerPaymentSpendConfirmFailed...

priority: high
bug: swap

# Issue Summary A user reported a taker swap failure with a "Missing inputs" error when attempting to broadcast a TakerFeeSend transaction. The error suggests that KDF attempted to spend...

priority: medium
status: investigation