My new contributions to the Hive Condenser and Wallet apps.

in HiveDevs3 years ago

Context

I have been involved (voluntarily) with the development of the Condenser & Wallet apps (that are powering https://hive.blog and https://wallet.hive.blog) for quite a while now. There are other great frontends to Hive out there such as https://peakd.com and https://ecency.com but I have always been more or less faithful with the Condenser.

This is a regular report on my new contributions. Some of the new work below might still be in test and not yet deployed.

Delegation revoke bug fix

@ausbitbank raised this wallet issue where clicking on the revoke button on the delegation list on the wallet won't do anything. There was a typo in the code which was causing the feature fail to retrieve username of the delegator.
Merge request: https://gitlab.syncad.com/hive/wallet/-/merge_requests/95

Redirect some URLS from Condenser to Wallet.

Another @ausbitbank request. The Condenser used to handle the transfers and witnesses pages, however, for security reasons, the Condenser was split into a second app, the Wallet. This new request was to redirect the URLs from the condenser to the wallet instead of erroring.

Merge request: https://gitlab.syncad.com/hive/condenser/-/merge_requests/207

Alternate post author:

@themarkymark requested porting feature implemented on @peakd to the Condenser. Once this feature is deployed, you will be able to create a new post and specify the username of an author if it is different from the account you are using to submit the post.

Alternate post author

Merge request: https://gitlab.syncad.com/hive/condenser/-/merge_requests/208


Vote for my witness
Support @quochuy Witness.jpg
On Hive, Witnesses are playing the important role of providing a performant and safe network for all of us. You have the power to choose 30 trusty witnesses to package transactions and sign the blocks that will go in the Hive blockchain. Vote for me via HiveSigner to support my work for the community.

Sort:  

You have done a good job on this, thank you.
Time was I couldn't bear to look at what was on offer and switched to peakd instead.
Hive.blog's appearance is much improved.

Thank you.
Hive Blog's app is rather old and would benefit from some refactor.

Meh, with peakd operational, don't we have higher priorities?
I mean, as it was, it sucked, but what you have here is fully mvp.

Are the follows and mentions not loading on my end, or is that functionality not there, yet?

I'm not involved with peakd or other blockchain development. There are other developers there already. I'm only volunteering for fixing and adding things to the Condenser and Wallet apps as I have knowledge in that area.

Follows and mentions are loading for me. You might need to click "Load more" multiple times. The filter is very basic, it does not specifically load follows or mentions but loads everything and put them in different buckets. So if the batch you are loading does not contain follows or mentions then there is nothing to show.

Congratulations