dimxy

Results 38 issues of dimxy

Sometimes POL transactions may be stuck in mempool for hours (but eventually get mined). This occurs due to low tx fee. Apparently the reason for that is that gas price...

priority: high
bug: swap
bug: wallet

I keep getting a Permission denied error: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', mm2src/mm2_main/tests/docker_tests_main.rs:199:58 ```...

Continuing adding priority transaction fee requested in issue #1848, now for Tendermint. There are three priority levels for tx fees: low, average and high, allowing to users to set higher...

Updated according to the [discussion](https://github.com/KomodoPlatform/komodo-defi-framework/issues/2343#issuecomment-2647183116): In eth.rs we have two public address to string conversion functions: eth_addr_to_hex() and display_eth_address(). PR #2261 also adds a trait AddrToString for the same purpose....

priority: low
improvement: API

**Bug Description** Maker payment transaction with tx fee close to min relay fee fails with 'min relay fee not met' error. Apparently the tx fee is too low due to...

status: in progress
priority: medium
bug: API

Currently swap stat rpcs: my_recent_swaps active_swaps swap_status for swpa V2 taker data do not include the burned part of dex fee (but only dex fee). However taker user may be...

good first issue
priority: high
improvement: RPC

A few helper macros were added which make code more compact: * `str_strip_0x` - strips 0x prefix from str with hex * `push_if_some` - pushes (key, value as string) into...

priority: low

### Situation description This often takes long time and can be 30-60 min for the default sync time of 2 days. Another problem is that after re-login to the wallet...

Past PR #2331 added support for unconfirmed notes handling to prevent spent notes reuse and show unconfirmed change notes as unspendable balance. To implement that, PR 2331 added a locked...

priority: medium
bug: wallet
2.6.0-beta
status: pending docs

Before this PR, the legacy swap functions were used to estimate trade fees (tx fees) for TPU swaps, so those estimations may not have been quite accurate. This PR adds...

improvement: swap
2.6.0-beta