peterzen
peterzen
This adds a tor hidden service, and a settings dialog that generates the QR code of the .onion URL for pairing with a mobile app. The Android app code is...
This PR adds webpack hot module reload (HMR) config to hot reload CSS. To use, run ```bash npm run dev ``` This starts webpack DevServer on port 9000. Changes to...
This PR implements deposit transaction detection. Closes #2662  
Getting the below log message and UI when trying to send a small amount on testnet, ~ 0.000018 BTC. The transaction should probably have been rejected as being dust (I'm...
This PR adds configuration, build scripts and Github workflow to build the Snap package and publishing it in the [Snap Store](https://snapcraft.io/store). The snap build uses the .deb package. The PR...
The deposit dialog does not keep track of deposit addresses, handing the user a footgun for address reuse. It also doesn't provide notification when an incoming tx is detected, which...
Create a page monitoring DEX status. It could be a small instance running e.g. [Uptime Kuma](https://status.kuma.pet/) or an external service like [Atlassian Statuspage](https://www.atlassian.com/software/statuspage) which [Coinbase](https://status.coinbase.com/) and [Kraken](https://status.kraken.com/) use.
This is a tracking issue for the work being done on packaging the desktop app in flatpak and snap, and publishing these on Flathub and the Snap Store (thus also...
It would be great to set up a status page that monitors the health of: https://decred.org https://matrix.decred.org https://dex.decred.org ... others? It should monitor * port availability * HTTP return code...
Added Backbone.PubNub.Collection#history which implements the PubNub History API for PubNub.Collections.