dimxy

Results 81 comments of dimxy

> > > "the transaction was rejected by network rules" > > > both maker and taker were using [e4e6114](https://github.com/KomodoPlatform/komodo-defi-framework/commit/e4e611426bcb86e726d41a5a6f7ecfadf49d7c46) > > > > > > the tx has empty...

> > imagine you have a single ARRR UTXO, then you start a swap, trying to sell some ARRR ARRR takerfee is sent... then ARRR takerpaymet needs to use the...

> ``` > debug.log.3.gz:2025-02-14 13:05:55 ERROR: ContextualCheckTransaction(): transaction 7abf122c58608625f3ca866e7a67238f1af06408af48ceeb22f132003fd800ed is expired, expiry block 3308274 vs current block 3308277 > debug.log.3.gz:2025-02-14 13:05:55 ERROR: AcceptToMemoryPool: ContextualCheckTransaction failed > ``` > > but...

> 7abf122c58608625f3ca866e7a67238f1af06408af48ceeb22f132003fd800ed it's a different tx. The one in the error attached has "expiryheight": 3308511 No more 'CheckTransaction' logs?

Looks like `fetch-params-alt.sh` failed to call sha256sum: ``` Download successful! usage: sha256sum [-bctwz] [files ...] Error: Process completed with exit code 1. ``` Just tried `fetch-params-alt.sh` on latest macos but...

When we receive messages `Couldn't find an order ` do we know what happened to those orders, were they expired before? Were there other log messages for those uuids?

A quick fix for trezor task::enable_eth::init (not getting public key on a Safe device): https://github.com/KomodoPlatform/komodo-defi-framework/commit/eeaee97594698dfdfcae36a34b5715f508b2c37e cc: @smk762

> Some irregularities (using TS5): > > I see another `DataError` response when attempting to create additional address for MATIC/BNB/EVM. > Did this happen even after the quick fix for...

> An attempt to create a new address for BTC showed a different "expected address" in the status response than was shown on Trezor. I ran `task::get_new_address::cancel`. Apparently this occurs...

BTW do you still see 'DataError' for EVM coins when calling create_new_account @smk762? (I hoped this was fixed in https://github.com/KomodoPlatform/komodo-defi-framework/commit/eeaee97594698dfdfcae36a34b5715f508b2c37e as DataEror was returned for the EthereumGetAddress Trezor call which...