hub icon indicating copy to clipboard operation
hub copied to clipboard

The Nimiq Hub provides a unified interface for all Nimiq accounts, addresses, and contracts.

Results 81 hub issues
Sort by recently updated
recently updated
newest added

Instead, just re-scan previously known unused addresses and only scan additional, new addresses if needed, see https://github.com/nimiq/hub/pull/437#discussion_r587861974

Here's a GIF showing what happens: https://i.imgur.com/kT705xk.gif Note, I am not using incognito mode. I tried to do this in Chrome and it worked fine.

For example using https://nimiqgiftcards.com/ with enabled brave shields (more specifically the "Cross-site cookies blocked" setting) causes an "Invalid request" error in the Hub on redirect. This problem seems to occur...

I found several issues with back navigations in the hub: ## Navigating back to empty root page Navigating back from the first request page brings the user back to the...

Just had the idea that we could compress cashlink messages with some simple LZ compression for shorter cashlinks / longer messages. I think that would be pretty neat some point...

enhancement
good first issue

As the `CheckoutServerApi.getState` request does not depend on the currency type anymore (see https://github.com/nimiq/hub/pull/412), it does not make sense anymore that the `CheckoutCard`s for every coin separately fetch and update...

Support Nim payments from external wallets by adding a QR code and manual copy screen similar to BTC and ETH. The network check for Nim can happen locally in the...

We do not recommend the usage of in-app browsers like the browsers built into the facebook or wechat app. This is also because they might lack some features but mostly...

Currently, when a user adds new addresses that span more than the `ACCOUNT_MAX_ALLOWED_ADDRESS_GAP` (see `WalletInfoCollector`) without using them, following addresses will not be detected on login even if they were...

Currently, _all_ styles in the built bundles are loaded in `` in a render blocking manner, not only `blocking.css`.