blockstack-browser
blockstack-browser copied to clipboard
The Blockstack Browser
> I'm seeing a weird issue with sending a BTC payment. I have $30 USD in my wallet, about 0.004 BTC, and no matter how much I try and send,...
Friedger [reported](https://github.com/blockstack/blockstack-browser/issues/1892#issuecomment-552079442) that you can't login to apps that request a collections scope if you're using the current production version of the Browser. I haven't repro'd or tried to debug...
A name's zonefile has an implicit pointer to a gaiahub server via the `profile.json` location. Example `zonefile` in `https://core.blockstack.org/v1/names/mattlittle.id`: ``` $ORIGIN mattlittle.id $TTL 3600 _http._tcp IN URI 10 1 "https://gaia.blockstack.org/hub/1Nw25PemCRv24UQAcZdaj4uD11nkTCWRTE/profile.json"...
When the user is authenticating to an app, the dialogue should have a clear statement, something like "By authenticating to this application, it will be known to the world that...
 1. Load in iOS chrome 2. Tap autofill option for email 3. Tap next button 4. Email looks valid but it says it isn't....
@jcnelson commented on [Sun May 26 2019](https://github.com/blockstack/blockstack.js/issues/669) It seems like names that end in a `$number` that is not `0` no longer update. Not sure if this is due to...
signProfileToken creates an invalid JWT token using. Furthermore, `token-files` in folder `tests/testData` contains token that uses invalid values for `iat` and `exp`. These date values should be NumericDate, not a...
The recovery email is confusing it speaks about 3 things you need to handle your account and that’s not clear. - Magic Recovery Code, - Password, - Secret Recovery Key....
# TL;DR Make it so the user's profile object points to both read and write URLs for Gaia hubs on a per-app basis, and pass the write URL as `hubUrl`...