Alina Sharon

Results 21 issues of Alina Sharon

This PR introduces the "premium" feature for TPU. Maker is now able to set the "premium" field in the `setprice` request, which represents the extra amount of `rel` coins they...

status: blocked
status: discussion

#### **Issue Description** Pending transactions often remain unconfirmed due to insufficient fees or network congestion, leading to delays and frustration for users. To address this, mechanisms are required to allow...

improvement: wallet
improvement: swap

There is a suggestion of start using **Marker Traits** + **special Ops traits** to handle specific coin protocol logic separately in state machine. Marker traits examples: ```rust /// Marker trait...

priority: medium
improvement: swap

The current implementation of From for MmNumber unnecessarily takes ownership of BigDecimal, but then immediately borrows it with from_dec_to_ratio(&n), making the move redundant. Since the function only needs a reference,...

improvement: resource usage
priority: Backlog

Introduce a dedicated type or module for handling protocol versioning in the codebase. For example, defining a struct can centralize version-related logic and serialization rules, improving maintainability and consistency across...

priority: high
improvement: protocol

When using `eth_call`, the returned state may be outdated or incomplete in scenarios where: 1. A transaction intended to modify the state has not reached the queried node's mempool (with...

bug: protocol

Right now we use `BlockNumber::Latest` everywhere for eth calls in swap process. https://github.com/KomodoPlatform/komodo-defi-framework/blob/f670147a47e7656dd2f31baab98576eae4cfcb26/mm2src/coins/eth.rs#L5162-L5163 https://github.com/KomodoPlatform/komodo-defi-framework/pull/2261#discussion_r1920095955

priority: low
improvement: swap

https://github.com/KomodoPlatform/komodo-defi-framework/pull/2312#issuecomment-2579988173

priority: medium
feature: wallet

Hi! Any ETA on native TCP support? This is a key feature for many production workloads where performance and full protocol support are critical.

enhancement

This pull request introduces initial support for the TRON (TRX) coin activation, targeting HD mode. coin configuration for coins file: ``` { "coin": "TRX", "name": "TRON", "fname": "tron", "rpcport": 80,...

status: pending review
priority: medium
feature: protocol