shamardy
shamardy
Needed after this PR https://github.com/KomodoPlatform/komodo-defi-framework/pull/2058 is merged ref. https://github.com/KomodoPlatform/komodo-defi-framework/pull/2058#discussion_r1499053370
### Description: #### Problem Statement: The current database path configuration in MM2 is determined globally by the public key generated from the MM2 seed, affecting both Iguana and HD wallet...
Cryptographic operations shouldn't be the frontend/GUIs responsibility. Instead, they should be handled by the DeFi framework. To achieve this we should: - Allow initialization of the framework without a seed,...
[FR] Implement a Fee Splitting and Burning mechanism to burn KMD and support the Komodo blockchain
A feature was proposed to introduce a KMD burn program using a part of the DEX fee, in order to support the Komodo blockchain and create a deflationary pressure. This...
As explained by @onur-ozkan > Just checked the source code, activation and deactivation operations are relying on the CoinsContext Mutex. > > e.g.,: > > activation requested -> TendermintCoin initialized...
This issue is transferred from [komodo-wallet-desktop](https://github.com/KomodoPlatform/komodo-wallet-desktop) to here. Original issue https://github.com/KomodoPlatform/komodo-wallet-desktop/issues/2317. Error: `29 17:26:27, common:500] panicked at 'index out of bounds: the len is 2 but the index is 2',...
https://github.com/KomodoPlatform/komodo-defi-framework/pull/1915#issuecomment-1680148755, https://github.com/KomodoPlatform/komodo-defi-framework/pull/1915#issuecomment-1680386872
Updating `txversion` fields for some coins can be beneficial, an example is `PPC` where `n_time` is removed from version 3 reducing the tx size/fees. I will start looking in coins...