woodser

Results 156 issues of woodser

Currently, [building Haveno's installers](https://github.com/haveno-dex/haveno/blob/master/desktop/package/README.md) will use Haveno's [custom Monero](https://github.com/haveno-dex/monero) binaries. This issue requests being able to build the installers with Monero's official binary releases instead.

This issue requests proof reading all text throughout the desktop app for inaccuracies since switching from Bisq to Haveno.

This issue requests updating the GitHub notification relay account for #haveno-dev to @SamsungGalaxyPlayer account.

This issue requests updating the build to use the latest version of [emscripten](https://emscripten.org/). The library is currently using version 3.1.10.

💰bounty

This issue requests making monero-ts work with sveltekit. See issues running WASM with sveltekit: https://github.com/vitejs/vite/issues/5075

Currently, node.js must be run with the `--no-experimental-fetch` flag to avoid the error "Failed to parse URL from monero-ts/dist/dist/monero_wallet_keys.wasm" (see https://github.com/woodser/monero-ts/issues/180). This issue requests removing the need for the flag.

Currently stack traces for errors within the web worker are rooted in ./dist. For example, if there is an unexpected error within MoneroWalletFull.sync(), the stack track looks like: ``` Error:...

Currently methods are documented with sub-properties, which used to render with JSDoc. For example, MoneroWallet.createTx(): But these fields are dropped in the TypeDocs: This issue requests porting the old functionality...