manikey123

Results 11 comments of manikey123

Can anyone help assign the issue to me. Research Estimate : 2-3 hrs

> Just adding some notes here after done some research. > > The [`getAccount()` function](https://github.com/bitshares/bitsharesjs/blob/048452fe7ccb5315cffa747c135a6fd049f1cdf8/lib/chain/src/ChainStore.js#L677) will call `get_full_accounts` API with subscription by default, and call `get_account_history` API. > > ```...

yes they do match. Tried on the mainnet

OS Linux Ubuntu ~$ npm -v 6.9.0 ~$ node -v v10.14.1 Issue: installation steps need more details for Linux Resolution below: Step 1) Need to do a prebuild for Linux:...

Re-authentication issue **Steps to reproduce** Step 1) Authenticate beet with a dapp Step 2) Remove the the dapp authentication from the settings page in beet app Step 3) Now if...

Below lines are spawning redundant threads. Resulting in stale UI. That needs to be manually killed. Do suggest recommendation for the below lines. Should they be removed. Then the connection...