cryptoBeliever
cryptoBeliever
## What's the issue? Test `FormTransferTransaction.spec.ts` is failing randomly. Stack trace: ``` Summary of all failing tests FAIL __tests__/views/forms/FormTransferTransaction.spec.ts (84.503s) ● views/forms/FormTransferTransaction › multisig account - sign transaction successfully expect(received).toBe(expected)...
### Current behavior The desktop wallet falls in an infinite loop when presenting a transfer transaction sent to an address alias. The wallet is doing infinite calls for the namespace...
## Current behavior: Currently, we have in NetworkConfig hardcoded values: - defaultTestnetNetworkConfig - defaultMainnetNetworkConfig ## Expected behavior: All network properties should be fetched from the node. Important is to verify...
## What's the issue? Maximum number of subnamespaces on public chain written in docs is incorrect. ## What's the fix? Correct number of max number of subnamespaces. Issue #1002
## Current Behaviour To integrate with some external services (like Coinmarketcap) is it required to have endpoints to return supply (max, total, circulating). For now, NIS API doesn't have such...