oz

Results 19 comments of oz

@forgetableDr same happened to me but rolling back to v0.0.5 works (with `react@^16.13.1`) ``` npm install [email protected] ```

If it's worth anything there wouldn't actually be any code in this repo to change since everything seems to be running fine until the [validateProofsService function](https://github.com/blockstack/blockstack-browser/blob/master/app/js/profiles/store/identity/actions.js#L24) is invoked. Then a...

Should be fixed with https://github.com/blockstack/blockstack.js/pull/635 but if it is merged and deployed, blockstack-browser would need to update the blockstack.js version for this issue to be closed out

> Is there any update on this? My LinkedIn status still shows up as _Unverified_, even after creating a new post with the requested text and updating the URL of...

Not sure how long it usually takes to bump the blockstack version for the browser especially for a major version but maybe @zone117x @yknl can give a better idea

concept ack the privacy vs reliability tradeoff is stark (as always). I can see privacy-first nodes closing channels with reliability-first peers if they find out they are advertising channel balance...

does this NIP consider the use case where an ecash user wants to be paid in ecash and wants others to know that these are the federations that they want...

> Wallet can also simply swap for a trusted mint once payment is received yes but intra-mint ecash payments saves the user a swap fee so having a good protocol...

I am seeing some of this problem as well in my React Native app After configuring the client and calling `xmppClient.start()` I store the reference to `xmppClient` in React Context,...