Max

Results 48 issues of Max

## What's in this pull request? The current import does not work and when we try to use web client in node will result in an error. `comlink` does not...

The static property `GENESIS_BLOCK_NUMBER` is 0 in the `Policy` class ```ts import init, { Policy } from '@nimiq/core/web' await init() // Nees to wait otherwise Policy is undefined const app...

WASM

## Why not just use the legacy version? We had problems running the lib in worker. That was it. But then, as I started to look at it, I discovered...

We currently have the Apache License set only in the `package.json`: https://github.com/nimiq/wallet/blob/c70037563872bc1b2f6f0b43673a9731bb208096/package.json#L90 1. Should we add the LICENSE content itself in the repo? 2. Should we do the same for...

## Steps for reproductions 1. Use a Firefox-based browser (in my case zen) 2. Open wallet.nimiq.com with an account and go to desktop mode 3. Open network 4. Go back...

## TODOs - [X] Setup Wallet with no storage and "playground" mode - [X] Create dummy account with dummy data - [X] Hijack requests to HubApi - [X] Implement fake...

- Now the distance between the rings is constant - Made the SVG smaller - Simpler CSS

We load the validators api in two occasions: 1. When we run `launchNetwork` 2. In new epochs --- The webclient when we subscribe to blocks, some of them will be...