Alina Sharon
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...
#### **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...
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...
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,...
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...
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...
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
https://github.com/KomodoPlatform/komodo-defi-framework/pull/2312#issuecomment-2579988173
Hi! Any ETA on native TCP support? This is a key feature for many production workloads where performance and full protocol support are critical.
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,...