cryptoBeliever

Results 79 comments of cryptoBeliever

Done in https://github.com/symbol/desktop-wallet/pull/1847. Will close after merge to dev.

Fixed in https://github.com/symbol/desktop-wallet/pull/1847

Now pageSize was changed to 100. So first 100 transactions is presented. Still if someone have above 100 namespaces then only 100 will be presented. I will mark it as...

Hello @ishidad2 what I noticed: 1. "Key Links" tab was removed. Could you tell me what is the reason? The goal of this tab was to: - allow users to...

@ishidad2 Current logic is very complicated (FormPersistentDelegationRequestTransactionTs.ts) and needs to be analyzed in code (I think many conditions can be removed when we join those two steps) but I think...

@NikolaiB you did not registered 4 namespaces. You registered one namespace and next you externed 3 times duration of namespace +1 month. That's why namespace has duration 4 months ->...

@OlegMakarenko we are using currently this method: https://github.com/symbol/desktop-wallet/blob/3e3f46f184e4700e52fd4b5520b91dcdd6e3f510/src/views/modals/ModalTransactionCosignature/ModalTransactionCosignatureTs.ts#L263 The issue is related to https://github.com/symbol/desktop-wallet/issues/1849. When we call multisig/graph for cosigner not the entire tree is returned. We can use proposed...

Fixed in https://github.com/symbol/desktop-wallet/pull/1847