Ken Liao
Ken Liao
Currently if the miner is shutdown and wins a sortition after, the block is lost and cannot be pushed afterwards. If blocks are persisted somewhere regardless of winning, miners can...
Currently the node needs to be restarted in order to change the burn fee and Bitcoin network fee rate. Having the ability to change these config params without restarting would...
Users should have the ability to delete their profile, app data. There should exist a button in the profile or settings to upload a blank profile, remove data from known...
This PR implements handling of collection scopes, collections storage bucket and encryption key generation based on the design proposal. It makes use of the [identity settings](https://github.com/blockstack/blockstack-browser/pull/1936) feature for storage of...
### Browser should perform key generation for collections Collection data would be stored in separate Gaia buckets not related to any apps. Collections data buckets in profile.json: ```javascript "collections.contacts": "https://gaia.blockstack.org/hub/143tnkzivFVgPqerPKUoKLdyvgyYNPjM9/...
### Goal The browser should be able to handle auth requests with collection scopes. An auth request from the client-side app looks like this: ```javascript import { Collections } from...
To be completed
As part of collections, the browser should include a file manager that can allows users to browse their collections data and eventually all app data. The file manager needs access...
@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...