Sztergbaum Roman

Results 94 comments of Sztergbaum Roman

> @Milerius Bad news: the https://github.com/sickcodes/Docker-OSX requires hardware virualization support, which doesn't support at the moment on github hosted runners, see [actions/virtual-environments#183 (comment)](https://github.com/actions/virtual-environments/issues/183#issuecomment-610723516). Oh that's a bit sad 😭

I agree but in your case, Order History and Trade History is exactly the same, the only difference is that the Order History contains cancelled orders which is not interesting...

> Thanks for the issue opening! > > Thats known problem caused by UTXO specifics and by how notifications implemented atm (tracking balance changing) > > I do propose to...

I checked again this morning, I confirm the tracking of the transaction history is not possible for the moment because for optimization reasons only the history of the currently selected...

Trust 2.7.0 browser extension is live with full cosmos dapp support

> @CryptoAssassin1 According to [Trust Doc](https://developer.trustwallet.com/developer/develop-for-trust/browser-extension), Trust Wallet Browser Extension currently supports only Ethereum & EVM chains, and support for Cosmos is still in progress. Doc is just outdated it's...

@MaximPestryakov Here the idea is too create a class additionally to the enum in order to have properties, the codegen tools need to iterate through possible properties and gen as...

Similar to swift enum extension it's how we should generate the code for wasm enum: header: ```cpp // Copyright © 2017-2023 Trust Wallet. // // This file is part of...