create account

Applications Team Update: Notifications, Condenser, and More! by steemitblog

View this thread on: hive.blogpeakd.comecency.com
· @steemitblog ·
Applications Team Update: Notifications, Condenser, and More!
![Apps Update 12:13.jpg](https://cdn.steemitimages.com/DQmWjxFtk4j1uWfdNoUCEwEEoLW6gYicYfM1zieYcoP2cZD/Apps%20Update%2012:13.jpg)

Today’s @steemitblog post is brought to you by the Steemit Applications team. In this post, we’ll highlight some of the projects we’ve been working on over the past few weeks.

<h1>Hivemind</h1>

Getting Hivemind ready for production continues to be a major focus. Hive will enable communities on Steem, and provide a more efficient means for data retrieval for all Steem DApps. Much of the work for communities has been going on behind the scenes with design meetings and planning. We are also fine-tuning Hive so it runs optimally and can support large amounts of traffic in production.

<h2>Parallel Transaction Batches</h2>

Hive has been updated to more efficiently process bulk requests by adding the ability to retrieve batches of transactions in parallel.

([Hivemind issue 71](https://github.com/steemit/hivemind/issues/71))

<h2>Improved Error Handling</h2>

Improvements have also been made to Hive which will enable it to more effectively handle scenarios where the upstream steemd node may have fallen behind, and to optimize the handling of errors.

([Hivemind issue 120](https://github.com/steemit/hivemind/issues/120), [Hivemind issue 123](https://github.com/steemit/hivemind/issues/123), and [Hivemind issue 126](https://github.com/steemit/hivemind/issues/126))

<h2>Fix Comment Counts</h2>

An issue was fixed where Hive was not correctly representing the number of comments a post had received.

([Hivemind issue 115](https://github.com/steemit/hivemind/issues/115))

<h2>Improved Testing</h2>

Test coverage has increased and the groundwork for automated sync testing has been implemented. This will help ensure that new changes introduced to Hive do not break existing behavior, making it easier for devs to contribute and review code.

([Hivemind issue 140](https://github.com/steemit/hivemind/issues/140))

<h1>New Notifications System - Yotifications!</h1>

We are continuing work on a new notifications system that will be called “Yotifications.” 

Yotifications will be a new addition to the Steem stack that will make it easier than ever for developers to integrate notifications into their Steem app. This new notifications system will support multiple types of notifications, including: account updates, comment and post replies, feed updates, new follows, mentions, power downs, token transfers (send and receive), resteems, new rewards, and votes.

Yotifications will include options to send the notifications via multiple delivery mechanisms such as condenser (steemit.com) pop-ups, as well as email notifications. Users will be able to configure the notifications that they receive as well as how (and how often) they receive them via their settings. Once Yotifications are complete, notifications won’t only get better on steemit.com, they’ll also get better across the ever-growing Steem ecosystem. 

([Condenser issue 2102](https://github.com/steemit/condenser/issues/2102), [Condenser issue 2103](https://github.com/steemit/condenser/issues/2103), [Condenser issue 2928](https://github.com/steemit/condenser/issues/2928), [Yo issue 109](https://github.com/steemit/yo/issues/109), [Yo issue 107](https://github.com/steemit/yo/issues/107), [Yo issue 108](https://github.com/steemit/yo/issues/108), and [Yo issue 27](https://github.com/steemit/yo/issues/27))

<h1>Improving Developer Tools</h1>

Work has progressed on developer tool libraries [jussi](https://github.com/steemit/jussi) and [steem-js](https://github.com/steemit/steem-js). 

<h2>Jussi</h2>

Jussi is a critical piece of software for the Steem development stack. It is a “reverse proxy” service that allows us and developers to map various API calls to different Steem blockchain servers to optimally distribute the load. It is a critical component that ensures the quality of Steem-related services remains high. It is especially useful for developers and node operators.

An error was fixed with the improper caching of data. A change was also made to enable the `account_history_api_plugin`.

([Jussi issue 193](https://github.com/steemit/jussi/issues/193) and [Jussi issue 197](https://github.com/steemit/jussi/issues/197))

<h2>Steem JS</h2>

`steem-js` is a library used by application developers to interface with the Steem blockchain. An update was made by community developer @netuoso to properly support the witness update operation when using the null signing key.

([Steem-js issue 267](https://github.com/steemit/steem-js/issues/267))

<h1>Condenser (steemit.com)</h1>

<h2>Posting Editor Advanced Options</h2>

Community developer @eonwarped submitted a change to give users an “advanced options” page on the posting editor where they can change their payout for the post to non-default options.

https://cdn.steemitimages.com/DQmWRQu1PivymrVNJJLRkLmE28wkbPG76AbG51YfAxgmDub/Screen%20Shot%202018-07-24%20at%202.55.45%20PM.png


https://cdn.steemitimages.com/DQmbj7nownHdGNUFjTVMxKmUKoAqxsx9Jtum58eGeYea4j7/Screen%20Shot%202018-07-24%20at%202.54.56%20PM.png


([Condenser pull request 2880](https://github.com/steemit/condenser/pull/2880))

<h2>Fix Invalid Image Data Handling</h2>

An issue was fixed where other platforms saving invalid image data for a post could cause a user’s profile on steemit.com to not display.

([Condenser issue 2923](https://github.com/steemit/condenser/issues/2923) and [Condenser issue 2939](https://github.com/steemit/condenser/issues/2939))

<h2>Feature Flags</h2>

We have implemented a system that will allow us to enable and disable specific functionality for subsets of users. One of the main benefits of this will be the ability to perform “A/B testing” on various improvements to measure their effect. With this functionality we will also be able to test the rollout of new features with a small set of users before enabling it for all users across the site. When the new Yotifications is rolled out, it will be done using this new feature flag system.

([Condenser issue 2613](https://github.com/steemit/condenser/issues/2613))

<h2>Fixed 100% Voting Issue</h2>

An issue was fixed where voting with 100% voting power would lead to an error for some users.

([Condenser issue 2926](https://github.com/steemit/condenser/issues/2926))

<h2>Improved Security of Stolen Account Recovery</h2>

In order to prevent a stolen account from continuing to power down to an attacker’s account after the stolen account is recovered, condenser will now restore the default ‘vesting route’ (where the power down is directed to) to the primary account holder’s account when the recovery takes place.

([Condenser issue 2835](https://github.com/steemit/condenser/issues/2835))

<h2>Fix BlockTrades Menu Link</h2>

An issue was fixed where clicking on the BlockTrades link from the main menu while not logged in would pass an undefined value to the BlockTrades interface.

([Condenser issue 2794](https://github.com/steemit/condenser/issues/2794))

<h2>Welcome Page Updates</h2>

Several updates were made to the “Welcome Page” by community developer @guiltyparties.

[Condenser issue 2857](https://github.com/steemit/condenser/issues/2857))

<h1>Community Contributions</h1>

We welcome community contributions and are working hard to improve our processes to ensure community suggestions and PRs are regularly reviewed and considered for production.

<h1>Steemit is Hiring</h1>

Steemit is hiring. If you’re a talented software engineer who loves the challenges of building cutting-edge DApps for cryptocurrency (and especially for Steem), then we want to hire you. 

More information can be found in this [recent post](https://steemit.com/gathering/@ned/steemit-is-hiring) or on our jobs site: https://jobs.lever.co/steemit.

Thanks for reading!

_Steemit Applications Team_
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 119 others
properties (23)
authorsteemitblog
permlinkapplications-team-update-notifications-condenser-and-more
categorysteemit
json_metadata{"tags":["steemit","steem","steemdev","hivemind","condenser"],"users":["steemitblog","netuoso","eonwarped","guiltyparties"],"image":["https://cdn.steemitimages.com/DQmWjxFtk4j1uWfdNoUCEwEEoLW6gYicYfM1zieYcoP2cZD/Apps%20Update%2012:13.jpg","https://cdn.steemitimages.com/DQmWRQu1PivymrVNJJLRkLmE28wkbPG76AbG51YfAxgmDub/Screen%20Shot%202018-07-24%20at%202.55.45%20PM.png","https://cdn.steemitimages.com/DQmbj7nownHdGNUFjTVMxKmUKoAqxsx9Jtum58eGeYea4j7/Screen%20Shot%202018-07-24%20at%202.54.56%20PM.png"],"links":["https://github.com/steemit/hivemind/issues/71","https://github.com/steemit/hivemind/issues/120","https://github.com/steemit/hivemind/issues/123","https://github.com/steemit/hivemind/issues/126","https://github.com/steemit/hivemind/issues/115","https://github.com/steemit/hivemind/issues/140","https://github.com/steemit/condenser/issues/2102","https://github.com/steemit/condenser/issues/2103","https://github.com/steemit/condenser/issues/2928","https://github.com/steemit/yo/issues/109","https://github.com/steemit/yo/issues/107","https://github.com/steemit/yo/issues/108","https://github.com/steemit/yo/issues/27","https://github.com/steemit/jussi","https://github.com/steemit/steem-js","https://github.com/steemit/jussi/issues/193","https://github.com/steemit/jussi/issues/197","https://github.com/steemit/steem-js/issues/267","https://github.com/steemit/condenser/pull/2880","https://github.com/steemit/condenser/issues/2923","https://github.com/steemit/condenser/issues/2939","https://github.com/steemit/condenser/issues/2613","https://github.com/steemit/condenser/issues/2926","https://github.com/steemit/condenser/issues/2835","https://github.com/steemit/condenser/issues/2794","https://github.com/steemit/condenser/issues/2857","https://steemit.com/gathering/@ned/steemit-is-hiring","https://jobs.lever.co/steemit"],"app":"steemit/0.1","format":"markdown"}
created2018-08-01 15:29:54
last_update2018-08-01 15:29:54
depth0
children65
last_payout2018-08-08 15:29:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,842
author_reputation332,472,558,821,177
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id66,772,842
net_rshares13,888,405,939,210
author_curate_reward""
vote details (183)
@acidyo · (edited)
$0.83
I really like the name "yotifications" yo!

I guess it explains why the previous one was called "no"tifications.
👍  , , , , , , , , , , , , , , , ,
properties (23)
authoracidyo
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t155443798z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 15:54:45
last_update2018-08-01 15:59:48
depth1
children7
last_payout2018-08-08 15:54:45
cashout_time1969-12-31 23:59:59
total_payout_value0.661 HBD
curator_payout_value0.169 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation3,338,878,862,095,167
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,775,436
net_rshares491,018,838,337
author_curate_reward""
vote details (17)
@awesomianist ·
$0.48
Was expecting you to say something about the Yo in yotification. LOL you did not dissapoint.
👍  
properties (23)
authorawesomianist
permlinkre-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t164049372z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 16:40:51
last_update2018-08-01 16:40:51
depth2
children0
last_payout2018-08-08 16:40:51
cashout_time1969-12-31 23:59:59
total_payout_value0.473 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length92
author_reputation30,939,172,096,979
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,780,079
net_rshares285,162,170,464
author_curate_reward""
vote details (1)
@jwolf ·
yestifications should be correct...
properties (22)
authorjwolf
permlinkre-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t162947283z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 16:29:45
last_update2018-08-01 16:29:45
depth2
children0
last_payout2018-08-08 16:29:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation124,912,730,383,826
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,778,994
net_rshares0
@lovedeeppas ·
Yes
properties (22)
authorlovedeeppas
permlinkre-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t185057551z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-03 18:51:06
last_update2018-08-03 18:51:06
depth2
children0
last_payout2018-08-10 18:51:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation7,617,493,354
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,018,289
net_rshares0
@lovedeeppas ·
Ha ha yes
properties (22)
authorlovedeeppas
permlinkre-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t185602757z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-03 18:56:09
last_update2018-08-03 18:56:09
depth2
children0
last_payout2018-08-10 18:56:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation7,617,493,354
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,018,716
net_rshares0
@steemitadventure ·
I was hoping for yodelfications or perhaps yodafications.
properties (22)
authorsteemitadventure
permlinkre-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t162132553z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 16:21:27
last_update2018-08-01 16:21:27
depth2
children1
last_payout2018-08-08 16:21:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation38,702,956,343,359
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,778,214
net_rshares0
@itstime ·
$0.03
Anyone remembers the YO app?

https://www.businessinsider.com.au/whats-happened-to-7-million-app-yo-now-that-the-hype-has-died-2014-9?r=US&IR=T
👍  ,
properties (23)
authoritstime
permlinkre-steemitadventure-re-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t162844593z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://www.businessinsider.com.au/whats-happened-to-7-million-app-yo-now-that-the-hype-has-died-2014-9?r=US&amp;IR=T"],"app":"steemit/0.1"}
created2018-08-01 16:28:45
last_update2018-08-01 16:28:45
depth3
children0
last_payout2018-08-08 16:28:45
cashout_time1969-12-31 23:59:59
total_payout_value0.027 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation9,875,271,178,952
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,778,909
net_rshares19,623,750,447
author_curate_reward""
vote details (2)
@theaustrianguy ·
😂 Good one!
👍  
properties (23)
authortheaustrianguy
permlinkre-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t184120628z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 18:41:21
last_update2018-08-01 18:41:21
depth2
children0
last_payout2018-08-08 18:41:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation199,452,111,799,428
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,791,111
net_rshares457,656,084
author_curate_reward""
vote details (1)
@awesomianist ·
Great News!! This is what should hype people up than any price bumps of Steem!! Keep doing the Lord's work guys!!
properties (22)
authorawesomianist
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t164446537z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 16:44:48
last_update2018-08-01 16:44:48
depth1
children0
last_payout2018-08-08 16:44:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation30,939,172,096,979
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,780,487
net_rshares0
@cardboard ·
Thanks for keeping us updated:)
properties (22)
authorcardboard
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t185239461z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 18:52:39
last_update2018-08-01 18:52:39
depth1
children0
last_payout2018-08-08 18:52:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation31,522,757,177,122
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,792,136
net_rshares0
@crimsonclad · (edited)
$0.08
I love lists like this with the links to all the pertinent bits, it makes me ![emot-3.gif](https://cdn.steemitimages.com/DQmcoUQyR2fKo5PuynkZBHsN52FQhjNs2twFbcegirdekQo/emot-3.gif)! Each of these little bumps being smoothed out creates a better road for new and existing users and it's pretty rad.

I'm really excited for the building blocks being laid to help both Steemit (and all developers to come) leverage better and better social function. I'm also really excited to see more and more community developers getting into these updates! Merging in new sets of eyes from passionate, firsthand users makes for changes that reflect the wants of the community in a realistic way.
👍  , ,
properties (23)
authorcrimsonclad
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t182955401z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://cdn.steemitimages.com/DQmcoUQyR2fKo5PuynkZBHsN52FQhjNs2twFbcegirdekQo/emot-3.gif"],"app":"steemit/0.1"}
created2018-08-01 18:29:54
last_update2018-08-01 18:32:51
depth1
children2
last_payout2018-08-08 18:29:54
cashout_time1969-12-31 23:59:59
total_payout_value0.061 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length679
author_reputation323,763,088,722,311
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,790,103
net_rshares47,245,268,660
author_curate_reward""
vote details (3)
@emkatherine ·
I'm pretty new here and your comment made me feel so welcomed. Thank you.
properties (22)
authoremkatherine
permlinkre-crimsonclad-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t193831735z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 19:38:30
last_update2018-08-01 19:38:30
depth2
children1
last_payout2018-08-08 19:38:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation3,600,802,960
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,796,122
net_rshares0
@haikubot ·
<em>I'm pretty new here 
And your comment made me feel 
So welcomed. Thank you. 
</em>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<sup>- emkatherine</sup>

---
<sup><sup><em>I'm a bot. I detect haiku.</em></sup></sup>
properties (22)
authorhaikubot
permlink20180801t193836521z
categorysteemit
json_metadata{"tags":["test"],"app":"steemjs/examples"}
created2018-08-01 19:38:36
last_update2018-08-01 19:38:36
depth3
children0
last_payout2018-08-08 19:38:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length276
author_reputation1,821,968,927,944
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,796,128
net_rshares0
@crypto.talk ·
Very exciting. Thanks for the update!

Posted using [Partiko iOS](https://itunes.apple.com/us/app/partiko/id1401033260?mt=8)
properties (22)
authorcrypto.talk
permlinkcrypto-talk-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t185429564z
categorysteemit
json_metadata{"app":"partiko"}
created2018-08-01 18:54:30
last_update2018-08-01 18:54:30
depth1
children0
last_payout2018-08-08 18:54:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation5,672,582,596,884
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,792,307
net_rshares0
@crypto.talk ·
Wow and there is email notifications? How does it work?

Posted using [Partiko iOS](https://itunes.apple.com/us/app/partiko/id1401033260?mt=8)
properties (22)
authorcrypto.talk
permlinkcrypto-talk-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t185520935z
categorysteemit
json_metadata{"app":"partiko"}
created2018-08-01 18:55:21
last_update2018-08-01 18:55:21
depth1
children0
last_payout2018-08-08 18:55:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation5,672,582,596,884
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,792,401
net_rshares0
@deepimpulse ·
Awesome work! Respect!  👍 - then again: 
I'd love to see the Steemit-Interface improved, such as:
https://steemit.com/steemit/@deepimpulse/why-doesn-t-steemit-provide-some-help-faq
![](https://cdn.steemitimages.com/DQmXKLCz4VGPkybnrz78rKPujqXihRCfTbDNJdXFigtPnMS/image.png)
Where would be the right place to suggest this? ⭐️
👍  
properties (23)
authordeepimpulse
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180813t072356885z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://cdn.steemitimages.com/DQmXKLCz4VGPkybnrz78rKPujqXihRCfTbDNJdXFigtPnMS/image.png"],"links":["https://steemit.com/steemit/@deepimpulse/why-doesn-t-steemit-provide-some-help-faq"],"app":"steemit/0.1"}
created2018-08-13 07:23:57
last_update2018-08-13 07:23:57
depth1
children0
last_payout2018-08-20 07:23:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length324
author_reputation5,801,843,223
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,030,388
net_rshares869,675,023
author_curate_reward""
vote details (1)
@fullcoverbetting ·
A great update!
Looking forward to the notifications feature!
Keep it going!
properties (22)
authorfullcoverbetting
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t153403274z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 15:34:03
last_update2018-08-01 15:34:03
depth1
children0
last_payout2018-08-08 15:34:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation157,900,003,291,928
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,773,270
net_rshares0
@hiroyamagishi ·
Wow, really exciting. Steem blockchain is the best blockchain for bringing the best developers in this community. Great update
properties (22)
authorhiroyamagishi
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t160122421z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 16:01:24
last_update2018-08-01 16:01:24
depth1
children0
last_payout2018-08-08 16:01:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation71,901,302,671,995
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,776,126
net_rshares0
@joythewanderer ·
Great update, steemit team.  I find yotifications so interesting.
This post is featured in my news show (in Chinese :D)

<center><a href='https://d.tube/#!/v/joythewanderer/3ut3qx53'><img src='https://ipfs.io/ipfs/Qmbve4cDQoewBMfYcT56qHXasCBzYjAJc5YJ8jKZocAqsX'></a></center><hr>
properties (22)
authorjoythewanderer
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t194304257z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://ipfs.io/ipfs/Qmbve4cDQoewBMfYcT56qHXasCBzYjAJc5YJ8jKZocAqsX"],"links":["https://d.tube/#!/v/joythewanderer/3ut3qx53"],"app":"steemit/0.1"}
created2018-08-01 19:43:21
last_update2018-08-01 19:43:21
depth1
children0
last_payout2018-08-08 19:43:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length279
author_reputation1,916,082,145,948,706
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,796,534
net_rshares0
@lordvader ·
Yotifications?! That sounds an awful lot like "Yoda-fications". Coincidence? I don't think so! This anti-Imperial bias is terrible. JUST TERRIBLE. SO SAD!
👍  
properties (23)
authorlordvader
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180802t040135918z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-02 04:01:36
last_update2018-08-02 04:01:36
depth1
children1
last_payout2018-08-09 04:01:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length154
author_reputation94,274,982,842,662
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,833,059
net_rshares494,268,570
author_curate_reward""
vote details (1)
@lovedeeppas ·
Right
properties (22)
authorlovedeeppas
permlinkre-lordvader-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t184818290z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-03 18:48:27
last_update2018-08-03 18:48:27
depth2
children0
last_payout2018-08-10 18:48:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation7,617,493,354
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,018,056
net_rshares0
@lovedeeppas ·
#steemitblog  interesting article
properties (22)
authorlovedeeppas
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t184659613z
categorysteemit
json_metadata{"tags":["steemit","steemitblog"],"app":"steemit/0.1"}
created2018-08-03 18:47:06
last_update2018-08-03 18:47:06
depth1
children0
last_payout2018-08-10 18:47:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation7,617,493,354
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,017,951
net_rshares0
@ma1neevent ·
We host a weekly Steem community based talk show on Wednesday nights.  We would love if someone from the team would like to come on the show periodically and give the community updates! Feel free to let me know via discord or steem.chat @Ma1neevent.  Thanks for your time!
properties (22)
authorma1neevent
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t181426807z
categorysteemit
json_metadata{"tags":["steemit"],"users":["ma1neevent"],"app":"steemit/0.1"}
created2018-08-01 18:14:27
last_update2018-08-01 18:14:27
depth1
children0
last_payout2018-08-08 18:14:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length272
author_reputation46,407,272,731,471
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,788,732
net_rshares0
@masterthematrix ·
Great update, but what about a Timeline or rough estimation when we can expect Hivemind, HF 20 or SMT to be launched?
properties (22)
authormasterthematrix
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t174018199z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 17:40:18
last_update2018-08-01 17:40:18
depth1
children3
last_payout2018-08-08 17:40:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation9,868,666,626,842
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,785,729
net_rshares0
@andrarchy ·
We aren't giving out timelines at this point. We're making a lot of progress on all fronts. HF20 will happen first as it's a prerequisite for many of the functionalities we are looking to add to Steem. It is far along, but we want to make sure that the witnesses have plenty of time to test it out before it goes into production. Hivemind 1.0 was already released.
👍  
properties (23)
authorandrarchy
permlinkre-masterthematrix-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t203716583z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 20:37:15
last_update2018-08-01 20:37:15
depth2
children1
last_payout2018-08-08 20:37:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length364
author_reputation230,168,201,522,782
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id66,800,779
net_rshares485,115,449
author_curate_reward""
vote details (1)
@lovedeeppas ·
Hivemind 1.0 .. great
properties (22)
authorlovedeeppas
permlinkre-andrarchy-re-masterthematrix-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t185318760z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-03 18:53:27
last_update2018-08-03 18:53:27
depth3
children0
last_payout2018-08-10 18:53:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation7,617,493,354
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,018,492
net_rshares0
@mexbit ·
If you expect SMTs for 2020, I think you will not be disappointed. 😉
properties (22)
authormexbit
permlinkre-masterthematrix-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180802t132021028z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-02 13:20:24
last_update2018-08-02 13:20:24
depth2
children0
last_payout2018-08-09 13:20:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation9,339,355,784,161
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,877,167
net_rshares0
@michaelcj ·
Yes.  And we are getting set for this great moment.  Thanks for keeping us informed.  
It's Michaelcj from @steemcamp project
properties (22)
authormichaelcj
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t174451573z
categorysteemit
json_metadata{"tags":["steemit"],"users":["steemcamp"],"app":"steemit/0.1"}
created2018-08-01 17:45:00
last_update2018-08-01 17:45:00
depth1
children0
last_payout2018-08-08 17:45:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation26,620,770,055,488
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,786,178
net_rshares0
@moniristi ·
Honestly, it is one of the most amazing simple things that I did see...The only question I have, how to comment on the post?Since post in blogs on steem is just commenting it should be as well easy to add comment option.
👍  ,
properties (23)
authormoniristi
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t154025796z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 15:40:30
last_update2018-08-01 15:40:30
depth1
children0
last_payout2018-08-08 15:40:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length220
author_reputation5,625,366,645,317
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,773,942
net_rshares3,812,546,904
author_curate_reward""
vote details (2)
@mrnightmare89 ·
thank you steemit team for this, this makes steemit wonderful in posting. nice work
properties (22)
authormrnightmare89
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t214534896z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 21:45:42
last_update2018-08-01 21:45:42
depth1
children0
last_payout2018-08-08 21:45:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation262,984,903,159,926
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,805,991
net_rshares0
@muksihs ·
Is there a date yet for public alpha/beta access to a public hivemind api endpoint?
properties (22)
authormuksihs
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t204229614z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 20:42:30
last_update2018-08-01 20:42:30
depth1
children0
last_payout2018-08-08 20:42:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation1,252,537,770,719
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,801,210
net_rshares0
@nairadaddy · (edited)
$0.11
Did you say "Yotification"?
I love how you guys name your stuff. It sounds exotic. Jussi. Hiveminds. Appbase. ...Etcz.
Keep doing great. We can't wait for SMTs to drop.

 **Air Clinic is ready to be a token for healthcare on the Steem blockchain!**
https://myairclinic.com go download App and start earning AIRCOIN in advance!🏥💊💉💝
👍  ,
properties (23)
authornairadaddy
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t162446927z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1","links":["https://myairclinic.com"]}
created2018-08-01 16:25:57
last_update2018-08-01 16:27:18
depth1
children0
last_payout2018-08-08 16:25:57
cashout_time1969-12-31 23:59:59
total_payout_value0.099 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length330
author_reputation33,307,954,247,617
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,778,659
net_rshares65,785,937,621
author_curate_reward""
vote details (2)
@nigelmarkdias ·
Great update!
👍  ,
properties (23)
authornigelmarkdias
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180802t034208027z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-02 03:42:09
last_update2018-08-02 03:42:09
depth1
children0
last_payout2018-08-09 03:42:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation47,068,459,201,342
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,831,346
net_rshares1,912,120,844
author_curate_reward""
vote details (2)
@paulag ·
totally awesome - amazing work.  kudos to the team
properties (22)
authorpaulag
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t210922615z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 21:09:21
last_update2018-08-01 21:09:21
depth1
children0
last_payout2018-08-08 21:09:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation274,264,287,951,003
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,803,298
net_rshares0
@sanja-cash ·
__*Cant wait until this update comes live <3*__
properties (22)
authorsanja-cash
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t155258500z
categorysteemit
json_metadata{"community":"busy","app":"busy/2.5.4","format":"markdown","tags":["steemit"],"users":[],"links":[],"image":[]}
created2018-08-01 15:53:00
last_update2018-08-01 15:53:00
depth1
children5
last_payout2018-08-08 15:53:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation4,509,942,457,287
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,775,270
net_rshares0
@smitop ·
It's already live.
properties (22)
authorsmitop
permlinkre-sanja-cash-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t165459997z
categorysteemit
json_metadata{"community":"busy","app":"busy/2.5.4","format":"markdown","tags":["steemit"],"users":[],"links":[],"image":[]}
created2018-08-01 16:55:03
last_update2018-08-01 16:55:03
depth2
children4
last_payout2018-08-08 16:55:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation1,622,694,571,233
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,781,472
net_rshares0
@sanja-cash ·
but the yotifications dont work and where are the communities?
properties (22)
authorsanja-cash
permlinkre-smitop-re-sanja-cash-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t181814527z
categorysteemit
json_metadata{"community":"busy","app":"busy/2.5.4","format":"markdown","tags":["steemit"],"users":[],"links":[],"image":[]}
created2018-08-01 18:18:15
last_update2018-08-01 18:18:15
depth3
children3
last_payout2018-08-08 18:18:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation4,509,942,457,287
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,789,063
net_rshares0
@socky ·
$1.06
Seems like the option to "Convert to STEEM" should be brought back since SBD price is almost at $1.00. This would help alleviate debt pressure of SBD. If it were to be brought back, then an option to "Convert to SP" should be created to allow users cash their SBD directly to SP to support long term staking of STEEM.
👍  ,
properties (23)
authorsocky
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t160827930z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 16:08:57
last_update2018-08-01 16:08:57
depth1
children18
last_payout2018-08-08 16:08:57
cashout_time1969-12-31 23:59:59
total_payout_value0.795 HBD
curator_payout_value0.262 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length317
author_reputation196,950,889,547,677
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,776,895
net_rshares625,386,697,038
author_curate_reward""
vote details (2)
@lovedeeppas ·
Yes right
properties (22)
authorlovedeeppas
permlinkre-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t184843572z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-03 18:48:54
last_update2018-08-03 18:48:54
depth2
children0
last_payout2018-08-10 18:48:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation7,617,493,354
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,018,092
net_rshares0
@timcliff ·
This was discussed in GitHub a bit. The conversion feature is considered "advanced user" functionality. For the average user, they are better off just trading for STEEM on the internal market.
👍  
properties (23)
authortimcliff
permlinkre-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t163106784z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 16:31:24
last_update2018-08-01 16:31:24
depth2
children16
last_payout2018-08-08 16:31:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length192
author_reputation272,954,445,077,789
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,779,163
net_rshares4,882,582,187
author_curate_reward""
vote details (1)
@ats-david ·
$0.54
Why don’t you guys let users decide that instead of telling everyone that they’re too
stupid to use a certain feature/function of the blockchain, especially one that’s designed to help alleviate certain pressures on token prices and debt loads?
👍  , ,
👎  
properties (23)
authorats-david
permlinkre-timcliff-re-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180804t190744107z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-04 19:07:42
last_update2018-08-04 19:07:42
depth3
children4
last_payout2018-08-11 19:07:42
cashout_time1969-12-31 23:59:59
total_payout_value0.410 HBD
curator_payout_value0.134 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length244
author_reputation324,017,334,201,433
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,119,688
net_rshares354,359,637,779
author_curate_reward""
vote details (4)
@awesomianist ·
What if the average user wants to support the long term staking of STEEM?

Lol what am i talking about. ignore me.
👍  
properties (23)
authorawesomianist
permlinkre-timcliff-re-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t164318759z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 16:43:21
last_update2018-08-01 16:43:21
depth3
children0
last_payout2018-08-08 16:43:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation30,939,172,096,979
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,780,338
net_rshares475,962,327
author_curate_reward""
vote details (1)
@lovedeeppas ·
Yes
properties (22)
authorlovedeeppas
permlinkre-timcliff-re-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t184926290z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-03 18:49:33
last_update2018-08-03 18:49:33
depth3
children0
last_payout2018-08-10 18:49:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation7,617,493,354
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id67,018,153
net_rshares0
@socky ·
How do we use the "advanced user" feature?
👍  
properties (23)
authorsocky
permlinkre-timcliff-re-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t165826933z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 16:58:57
last_update2018-08-01 16:58:57
depth3
children8
last_payout2018-08-08 16:58:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation196,950,889,547,677
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,781,844
net_rshares154,127,656
author_curate_reward""
vote details (1)
@steevc ·
Communities could be a killer feature. We have some ad-hoc communities, but standardising it will make life easier. I hope to see all this soon. Maybe before Steemfest?
properties (22)
authorsteevc
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t175533173z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 17:55:33
last_update2018-08-01 17:55:33
depth1
children2
last_payout2018-08-08 17:55:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation1,382,349,343,301,760
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,787,142
net_rshares0
@andrarchy ·
Nice try ;)
👍  
properties (23)
authorandrarchy
permlinkre-steevc-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t203755242z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 20:37:54
last_update2018-08-01 20:37:54
depth2
children1
last_payout2018-08-08 20:37:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation230,168,201,522,782
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id66,800,839
net_rshares15,444,042,466
author_curate_reward""
vote details (1)
@mexbit ·
This policy to not publish ETAs anymore is really worse than having delays...
properties (22)
authormexbit
permlinkre-andrarchy-re-steevc-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180802t054237693z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-02 05:42:36
last_update2018-08-02 05:42:36
depth3
children0
last_payout2018-08-09 05:42:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation9,339,355,784,161
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,840,586
net_rshares0
@sujonkhan ·
I love steemit. thanks for sharing this post..
properties (22)
authorsujonkhan
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t155736299z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 15:58:18
last_update2018-08-01 15:58:18
depth1
children0
last_payout2018-08-08 15:58:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation-607,346,026,816
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,775,798
net_rshares0
@wakawell ·
Good job.
properties (22)
authorwakawell
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t155652161z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 15:56:57
last_update2018-08-01 15:56:57
depth1
children0
last_payout2018-08-08 15:56:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation-13,837,160,862
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,775,675
net_rshares0
@wanderbetween ·
Yay for notifications! Thank you so much!
properties (22)
authorwanderbetween
permlinkre-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t183523163z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-08-01 18:35:24
last_update2018-08-01 18:35:24
depth1
children0
last_payout2018-08-08 18:35:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation3,444,409,995
root_title"Applications Team Update: Notifications, Condenser, and More!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,790,589
net_rshares0