Alina Sharon
Alina Sharon
related to issue #900 Etomic swap implementation approach was changed to Multi Standalone Etomic Swap contracts (see https://github.com/KomodoPlatform/etomic-swap/pull/7#issuecomment-2074382943) At the first stage we are going to support `EtomicSwapMakerNftV2` and `EtomicSwapTakerV2`...
https://github.com/KomodoPlatform/komodo-defi-framework/pull/2049#discussion_r1504141001 In the future we should deprecate withdraw_erc721/withdraw_erc1155 and use the global withdraw methods instead, this is needed for HD wallet and trezor support for NFTs.
The code base of the project has grown a lot over the years, so I think it's worth covering the project with doc comments to be able to generate a...
Current toolchain version is `nightly-2022-10-29`, its pretty old.
## Note: This PR contains two `ignore tendermint tests` commits, which should be removed after PR approve https://github.com/KomodoPlatform/komodo-defi-framework/pull/2169/commits/c26c7a51154c46dcdbc808378b59e356d72459cc https://github.com/KomodoPlatform/komodo-defi-framework/pull/2169/commits/dc215ec1b19e4e120d502c1b02365ae829fe33e4 ### eth tpu v2 changes `TakerCoinSwapOpsV2` trait implemented methods for `EthCoin`...
related to https://github.com/KomodoPlatform/coins/issues/1115 note: coins json was beautified that's why it has some additional changes related to this PR https://github.com/KomodoPlatform/komodo-defi-framework/pull/2129
Starting from this PR https://github.com/KomodoPlatform/komodo-defi-framework/pull/2129 NFT, along with all other tokens, now relies on the "protocol" from the coin config file, instead of using only the configuration of the platform...
- impl `MakerCoinSwapOpsV2` trait for ETH - eth taker and maker swap v2 implementations are stored in `eth_swap_v2` module - added taker, maker and nft_maker gas limit v2 params and...
related to https://github.com/KomodoPlatform/komodo-defi-framework/issues/2175#issuecomment-2292075372
fixes https://github.com/KomodoPlatform/komodo-defi-framework/issues/2208 also in this commit https://github.com/KomodoPlatform/komodo-defi-framework/pull/2209/commits/2bdee4f85e23fef6b8b85d3545d1f972047da220 fixes withdarw_erc1155 decimal issue. ERC1155 "balanceOf" method started returning exact Nft amount owned by wallet without any scaling, so we dont need to...