 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_
author | steemitblog |
---|---|
permlink | applications-team-update-notifications-condenser-and-more |
category | steemit |
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"} |
created | 2018-08-01 15:29:54 |
last_update | 2018-08-01 15:29:54 |
depth | 0 |
children | 65 |
last_payout | 2018-08-08 15:29:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,842 |
author_reputation | 332,472,558,821,177 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 66,772,842 |
net_rshares | 13,888,405,939,210 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
analisa | 0 | 49,417,406,228 | 1% | ||
riverhead | 0 | 3,794,648,711,433 | 100% | ||
tombstone | 0 | 110,982,483,615 | 0.09% | ||
donkeypong | 0 | 171,899,498,735 | 1% | ||
kevinwong | 0 | 38,661,400,561 | 0.23% | ||
hedge-x | 0 | 48,584,117,195 | 100% | ||
tobixen | 0 | 175,749,639,994 | 51% | ||
knopki | 0 | 181,090,579 | 100% | ||
ausbitbank | 0 | 541,251,889,306 | 8% | ||
vortac | 0 | 4,250,527,660,234 | 100% | ||
thelindvall | 0 | 23,160,093,721 | 100% | ||
geronimo | 0 | 13,998,577,673 | 100% | ||
james212 | 0 | 256,471,252 | 100% | ||
rfresh | 0 | 5,791,588,009 | 100% | ||
arconite | 0 | 301,814,107 | 0.11% | ||
alsprinting | 0 | 7,391,464,890 | 50% | ||
happyphoenix | 0 | 2,607,305,353 | 5% | ||
emilhoch | 0 | 2,070,151,399 | 50% | ||
gavinthegreat | 0 | 2,895,027,846 | 100% | ||
fabien | 0 | 2,021,690,525,859 | 100% | ||
timcliff | 0 | 592,415,486,402 | 80% | ||
dolov | 0 | 23,434,760,218 | 100% | ||
gammagooblin | 0 | 32,067,144,471 | 100% | ||
steevc | 0 | 73,839,381,042 | 29% | ||
albensilverberg | 0 | 182,017,624 | 100% | ||
etcmike | 0 | 40,282,815,090 | 20% | ||
wesleybos | 0 | 0 | 100% | ||
leunghakkwun | 0 | 211,588,632 | 100% | ||
whatsup | 0 | 70,848,933,015 | 24% | ||
dylanhobalart | 0 | 3,733,092,866 | 26% | ||
tonnykeef | 0 | 88,931,389,888 | 100% | ||
k-syusteem | 0 | 126,490,512 | 50% | ||
dragosroua | 0 | 5,086,692,746 | 1% | ||
nigelmarkdias | 0 | 1,591,637,075 | 1% | ||
frieswiththat | 0 | 476,965,977 | 15% | ||
freebornsociety | 0 | 475,216,019 | 1% | ||
foways | 0 | 4,705,434,485 | 100% | ||
ylgv | 0 | 1,242,056,361 | 30% | ||
mys | 0 | 5,385,783,791 | 5% | ||
jakipatryk | 0 | 57,888,394,522 | 100% | ||
diogogomes | 0 | 399,227,569 | 94% | ||
yehey | 0 | 7,369,951,567 | 10% | ||
crimsonclad | 0 | 40,755,113,799 | 20% | ||
paulag | 0 | 79,058,711,276 | 100% | ||
netuoso | 0 | 115,436,152,141 | 50% | ||
dreamzchm | 0 | 4,531,954,551 | 100% | ||
discordiant | 0 | 6,862,050,161 | 20% | ||
grow-pro | 0 | 5,717,737,334 | 100% | ||
sary.nee | 0 | 608,715,552 | 100% | ||
tydavis | 0 | 54,057,065,088 | 100% | ||
asadqayyum510 | 0 | 608,097,759 | 100% | ||
vimukthi | 0 | 1,165,930,197 | 1% | ||
yasu24 | 0 | 311,226,589 | 1% | ||
plainoldme | 0 | 1,375,602,096 | 100% | ||
koltregaskes | 0 | 553,514,121 | 100% | ||
salim001 | 0 | 170,373,262 | 100% | ||
mungprik | 0 | 66,209,456 | 50% | ||
eastmael | 0 | 1,436,468,807 | 10% | ||
magnat | 0 | 27,384,330,300 | 26% | ||
thewitchdoctor | 0 | 0 | 0% | ||
moemyint | 0 | 527,566,835 | 100% | ||
yabapmatt | 0 | 912,171,884,993 | 100% | ||
parzifal1 | 0 | 5,114,232,748 | 100% | ||
micaldaviddin | 0 | 498,276,197 | 100% | ||
synergy-now | 0 | 3,163,079,577 | 100% | ||
joancabz | 0 | 1,276,222,255 | 100% | ||
jrawsthorne | 0 | 8,460,761,812 | 100% | ||
armagno | 0 | 610,451,934 | 100% | ||
leopcorso | 0 | 0 | 100% | ||
hitwill | 0 | 44,256,929,538 | 100% | ||
shyshy | 0 | 528,456,759 | 100% | ||
kansa | 0 | 511,799,018 | 100% | ||
simarlar | 0 | 478,600,522 | 100% | ||
parpar | 0 | 541,666,946 | 100% | ||
monewar | 0 | 536,822,438 | 100% | ||
sharnsharn | 0 | 501,631,364 | 100% | ||
poungpoung | 0 | 478,504,803 | 100% | ||
aiteran | 0 | 250,582,543 | 100% | ||
davidsmith1 | 0 | 531,643,606 | 100% | ||
shaungyan | 0 | 531,650,569 | 100% | ||
moniristi | 0 | 1,837,120,240 | 100% | ||
smitop | 0 | 501,619,257 | 100% | ||
amaiman | 0 | 1,793,371,576 | 100% | ||
coindzs | 0 | 193,103,241 | 100% | ||
ikidnapmyself | 0 | 2,715,191,222 | 100% | ||
emkatherine | 0 | 611,243,358 | 100% | ||
adasq | 0 | 274,038,179 | 100% | ||
rantar | 0 | 23,379,376,430 | 100% | ||
ewapa | 0 | 611,568,156 | 100% | ||
carn | 0 | 1,237,584,356 | 100% | ||
yakubenko | 0 | 2,319,852,542 | 100% | ||
boggan | 0 | 254,237,804 | 52% | ||
znnuksfe | 0 | 5,828,694,811 | 50% | ||
oups | 0 | 14,721,849,978 | 100% | ||
febrirmd | 0 | 208,714,584 | 100% | ||
iamfo | 0 | 2,763,802,044 | 100% | ||
holger80 | 0 | 121,325,872,252 | 34% | ||
hafez | 0 | 433,597,419 | 50% | ||
i5heu | 0 | 596,174,959 | 100% | ||
tdogvoid | 0 | 437,505,338 | 100% | ||
azmi662 | 0 | 667,396,626 | 100% | ||
dangre | 0 | 6,490,422,598 | 100% | ||
zipporah | 0 | 40,042,063,919 | 100% | ||
killercobra | 0 | 91,735,457 | 15% | ||
ludmila63 | 0 | 691,705,875 | 100% | ||
shishiristi | 0 | 223,663,590 | 50% | ||
phoethar01 | 0 | 497,769,696 | 100% | ||
fikar22 | 0 | 121,625,058 | 50% | ||
joelnoni | 0 | 55,110,845 | 100% | ||
dnaingkhan | 0 | 473,531,613 | 100% | ||
acknowledgement | 0 | 514,060,910 | 10% | ||
etorid | 0 | 599,358,279 | 100% | ||
mac128k | 0 | 2,302,355,466 | 1% | ||
plikluheh | 0 | 508,842,161 | 100% | ||
z3ll | 0 | 768,359,109 | 100% | ||
laimarkan | 0 | 486,534,521 | 100% | ||
thihan | 0 | 538,266,163 | 100% | ||
salanlan | 0 | 538,467,026 | 100% | ||
lockout | 0 | 308,905,755 | 100% | ||
alexj1227 | 0 | 608,439,259 | 100% | ||
ballpin | 0 | 536,822,437 | 100% | ||
chanhon | 0 | 538,658,997 | 100% | ||
ainede | 0 | 537,233,854 | 100% | ||
fadmer | 0 | 538,558,495 | 100% | ||
salynn | 0 | 535,429,477 | 100% | ||
crypto.talk | 0 | 19,805,672,657 | 100% | ||
steemkinderkanal | 0 | 118,900,520 | 100% | ||
ilikeit | 0 | 3,929,587,861 | 50% | ||
shaphir | 0 | 4,185,403,177 | 100% | ||
tasker-pl | 0 | 307,044,033 | 100% | ||
prlndra | 0 | 238,139,955 | 100% | ||
ghosty5 | 0 | 495,926,880 | 100% | ||
ghost2 | 0 | 480,320,120 | 100% | ||
elangzone | 0 | 304,229,347 | 50% | ||
baancap | 0 | 295,758,645 | 50% | ||
rsmartt777 | 0 | 134,352,886 | 100% | ||
baandak | 0 | 295,854,340 | 50% | ||
baanggal | 0 | 301,797,780 | 50% | ||
dlayshan | 0 | 530,675,676 | 100% | ||
stater | 0 | 517,408,781 | 100% | ||
tharshan | 0 | 548,652,639 | 100% | ||
galannar | 0 | 528,821,826 | 100% | ||
remind-me | 0 | 110,328,695 | 100% | ||
fadliloways | 0 | 305,253,101 | 50% | ||
wilsonthe | 0 | 1,417,681,594 | 100% | ||
ahmedrajon | 0 | 668,511,541 | 100% | ||
glanter22 | 0 | 542,846,887 | 100% | ||
ntamntam | 0 | 534,902,622 | 100% | ||
calicabre | 0 | 548,090,130 | 100% | ||
moelout | 0 | 531,528,136 | 100% | ||
zabatar | 0 | 539,716,669 | 100% | ||
konlon | 0 | 531,658,872 | 100% | ||
atalgyi | 0 | 535,897,883 | 100% | ||
winewinelal | 0 | 544,796,898 | 100% | ||
hstory7 | 0 | 377,423,550 | 100% | ||
apa07 | 0 | 541,243,825 | 100% | ||
measureable | 0 | 540,004,716 | 100% | ||
wai1 | 0 | 552,977,170 | 100% | ||
collect1 | 0 | 546,571,813 | 100% | ||
truthly | 0 | 107,780,190 | 100% | ||
ddmouse | 0 | 539,939,163 | 100% | ||
shorelee | 0 | 533,501,194 | 100% | ||
payi | 0 | 539,903,901 | 100% | ||
andtal | 0 | 536,571,159 | 100% | ||
beelin | 0 | 488,462,904 | 100% | ||
land1 | 0 | 497,621,583 | 100% | ||
matpetar | 0 | 488,444,467 | 100% | ||
dvice | 0 | 494,580,462 | 100% | ||
jidgabol | 0 | 125,079,219 | 100% | ||
abduljalil.mbo | 0 | 225,609,167 | 100% | ||
dempish | 0 | 2,467,057,766 | 100% | ||
msicc | 0 | 417,347,335 | 25% | ||
sachinmehta | 0 | 532,367,429 | 100% | ||
bherulal | 0 | 0 | 100% | ||
balls2steem | 0 | 943,858,223 | 100% | ||
cryptorunway | 0 | 489,572,440 | 100% | ||
wanderbetween | 0 | 608,159,949 | 100% | ||
bharmeadayley | 0 | 0 | 100% | ||
bhuiyansohel | 0 | 553,395,332 | 100% | ||
shadabprince | 0 | 0 | 57% | ||
wakawell | 0 | 337,476,363 | 100% | ||
xandeshalom | 0 | 0 | 100% | ||
brightsun | 0 | 0 | 100% |
I really like the name "yotifications" yo! I guess it explains why the previous one was called "no"tifications.
author | acidyo |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t155443798z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 15:54:45 |
last_update | 2018-08-01 15:59:48 |
depth | 1 |
children | 7 |
last_payout | 2018-08-08 15:54:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.661 HBD |
curator_payout_value | 0.169 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
author_reputation | 3,338,878,862,095,167 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,775,436 |
net_rshares | 491,018,838,337 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
senseiteekay | 0 | 1,559,658,008 | 100% | ||
rapp | 0 | 19,545,015,149 | 10% | ||
timcliff | 0 | 108,128,649,631 | 14% | ||
themonetaryfew | 0 | 109,811,382,290 | 100% | ||
whatsup | 0 | 39,153,357,719 | 13% | ||
awesomianist | 0 | 27,534,892,657 | 83% | ||
steeminator3000 | 0 | 17,074,480,562 | 10% | ||
mahdiyari | 0 | 57,304,003,365 | 40% | ||
theaustrianguy | 0 | 49,701,391,217 | 5% | ||
emkatherine | 0 | 602,074,708 | 100% | ||
slacktmusic | 0 | 5,906,435,533 | 100% | ||
clasicktv | 0 | 6,302,599,458 | 10% | ||
itstime | 0 | 3,340,008,058 | 100% | ||
joelgonz1982 | 0 | 4,857,791,257 | 100% | ||
zipporah | 0 | 39,137,158,520 | 100% | ||
ssuyeon | 0 | 611,437,243 | 100% | ||
lovedeeppas | 0 | 448,502,962 | 100% |
Was expecting you to say something about the Yo in yotification. LOL you did not dissapoint.
author | awesomianist |
---|---|
permlink | re-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t164049372z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 16:40:51 |
last_update | 2018-08-01 16:40:51 |
depth | 2 |
children | 0 |
last_payout | 2018-08-08 16:40:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.473 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 30,939,172,096,979 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,780,079 |
net_rshares | 285,162,170,464 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
acidyo | 0 | 285,162,170,464 | 2% |
yestifications should be correct...
author | jwolf |
---|---|
permlink | re-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t162947283z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 16:29:45 |
last_update | 2018-08-01 16:29:45 |
depth | 2 |
children | 0 |
last_payout | 2018-08-08 16:29:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 124,912,730,383,826 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,778,994 |
net_rshares | 0 |
Yes
author | lovedeeppas |
---|---|
permlink | re-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t185057551z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-03 18:51:06 |
last_update | 2018-08-03 18:51:06 |
depth | 2 |
children | 0 |
last_payout | 2018-08-10 18:51:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 7,617,493,354 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,018,289 |
net_rshares | 0 |
Ha ha yes
author | lovedeeppas |
---|---|
permlink | re-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t185602757z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-03 18:56:09 |
last_update | 2018-08-03 18:56:09 |
depth | 2 |
children | 0 |
last_payout | 2018-08-10 18:56:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 7,617,493,354 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,018,716 |
net_rshares | 0 |
I was hoping for yodelfications or perhaps yodafications.
author | steemitadventure |
---|---|
permlink | re-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t162132553z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 16:21:27 |
last_update | 2018-08-01 16:21:27 |
depth | 2 |
children | 1 |
last_payout | 2018-08-08 16:21:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 38,702,956,343,359 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,778,214 |
net_rshares | 0 |
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
author | itstime |
---|---|
permlink | re-steemitadventure-re-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t162844593z |
category | steemit |
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&IR=T"],"app":"steemit/0.1"} |
created | 2018-08-01 16:28:45 |
last_update | 2018-08-01 16:28:45 |
depth | 3 |
children | 0 |
last_payout | 2018-08-08 16:28:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 9,875,271,178,952 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,778,909 |
net_rshares | 19,623,750,447 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemitadventure | 0 | 2,614,726,233 | 2% | ||
dustsweeper | 0 | 17,009,024,214 | 1.77% |
😂 Good one!
author | theaustrianguy |
---|---|
permlink | re-acidyo-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t184120628z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 18:41:21 |
last_update | 2018-08-01 18:41:21 |
depth | 2 |
children | 0 |
last_payout | 2018-08-08 18:41:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 199,452,111,799,428 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,791,111 |
net_rshares | 457,656,084 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lovedeeppas | 0 | 457,656,084 | 100% |
Great News!! This is what should hype people up than any price bumps of Steem!! Keep doing the Lord's work guys!!
author | awesomianist |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t164446537z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 16:44:48 |
last_update | 2018-08-01 16:44:48 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 16:44:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 30,939,172,096,979 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,780,487 |
net_rshares | 0 |
Thanks for keeping us updated:)
author | cardboard |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t185239461z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 18:52:39 |
last_update | 2018-08-01 18:52:39 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 18:52:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 31,522,757,177,122 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,792,136 |
net_rshares | 0 |
I love lists like this with the links to all the pertinent bits, it makes me ! 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.
author | crimsonclad |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t182955401z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://cdn.steemitimages.com/DQmcoUQyR2fKo5PuynkZBHsN52FQhjNs2twFbcegirdekQo/emot-3.gif"],"app":"steemit/0.1"} |
created | 2018-08-01 18:29:54 |
last_update | 2018-08-01 18:32:51 |
depth | 1 |
children | 2 |
last_payout | 2018-08-08 18:29:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.061 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 679 |
author_reputation | 323,763,088,722,311 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,790,103 |
net_rshares | 47,245,268,660 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 24,574,693,097 | 3% | ||
helo | 0 | 22,080,725,722 | 100% | ||
emkatherine | 0 | 589,849,841 | 100% |
I'm pretty new here and your comment made me feel so welcomed. Thank you.
author | emkatherine |
---|---|
permlink | re-crimsonclad-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t193831735z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 19:38:30 |
last_update | 2018-08-01 19:38:30 |
depth | 2 |
children | 1 |
last_payout | 2018-08-08 19:38:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 3,600,802,960 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,796,122 |
net_rshares | 0 |
<em>I'm pretty new here And your comment made me feel So welcomed. Thank you. </em> <sup>- emkatherine</sup> --- <sup><sup><em>I'm a bot. I detect haiku.</em></sup></sup>
author | haikubot |
---|---|
permlink | 20180801t193836521z |
category | steemit |
json_metadata | {"tags":["test"],"app":"steemjs/examples"} |
created | 2018-08-01 19:38:36 |
last_update | 2018-08-01 19:38:36 |
depth | 3 |
children | 0 |
last_payout | 2018-08-08 19:38:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 276 |
author_reputation | 1,821,968,927,944 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,796,128 |
net_rshares | 0 |
Very exciting. Thanks for the update! Posted using [Partiko iOS](https://itunes.apple.com/us/app/partiko/id1401033260?mt=8)
author | crypto.talk |
---|---|
permlink | crypto-talk-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t185429564z |
category | steemit |
json_metadata | {"app":"partiko"} |
created | 2018-08-01 18:54:30 |
last_update | 2018-08-01 18:54:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 18:54:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 5,672,582,596,884 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,792,307 |
net_rshares | 0 |
Wow and there is email notifications? How does it work? Posted using [Partiko iOS](https://itunes.apple.com/us/app/partiko/id1401033260?mt=8)
author | crypto.talk |
---|---|
permlink | crypto-talk-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t185520935z |
category | steemit |
json_metadata | {"app":"partiko"} |
created | 2018-08-01 18:55:21 |
last_update | 2018-08-01 18:55:21 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 18:55:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 5,672,582,596,884 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,792,401 |
net_rshares | 0 |
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  Where would be the right place to suggest this? ⭐️
author | deepimpulse |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180813t072356885z |
category | steemit |
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"} |
created | 2018-08-13 07:23:57 |
last_update | 2018-08-13 07:23:57 |
depth | 1 |
children | 0 |
last_payout | 2018-08-20 07:23:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 324 |
author_reputation | 5,801,843,223 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,030,388 |
net_rshares | 869,675,023 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
deepimpulse | 0 | 869,675,023 | 100% |
A great update! Looking forward to the notifications feature! Keep it going!
author | fullcoverbetting |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t153403274z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 15:34:03 |
last_update | 2018-08-01 15:34:03 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 15:34:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 157,900,003,291,928 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,773,270 |
net_rshares | 0 |
Wow, really exciting. Steem blockchain is the best blockchain for bringing the best developers in this community. Great update
author | hiroyamagishi |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t160122421z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 16:01:24 |
last_update | 2018-08-01 16:01:24 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 16:01:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 71,901,302,671,995 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,776,126 |
net_rshares | 0 |
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>
author | joythewanderer |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t194304257z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://ipfs.io/ipfs/Qmbve4cDQoewBMfYcT56qHXasCBzYjAJc5YJ8jKZocAqsX"],"links":["https://d.tube/#!/v/joythewanderer/3ut3qx53"],"app":"steemit/0.1"} |
created | 2018-08-01 19:43:21 |
last_update | 2018-08-01 19:43:21 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 19:43:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 279 |
author_reputation | 1,916,082,145,948,706 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,796,534 |
net_rshares | 0 |
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!
author | lordvader |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180802t040135918z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-02 04:01:36 |
last_update | 2018-08-02 04:01:36 |
depth | 1 |
children | 1 |
last_payout | 2018-08-09 04:01:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 154 |
author_reputation | 94,274,982,842,662 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,833,059 |
net_rshares | 494,268,570 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lovedeeppas | 0 | 494,268,570 | 100% |
Right
author | lovedeeppas |
---|---|
permlink | re-lordvader-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t184818290z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-03 18:48:27 |
last_update | 2018-08-03 18:48:27 |
depth | 2 |
children | 0 |
last_payout | 2018-08-10 18:48:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 7,617,493,354 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,018,056 |
net_rshares | 0 |
#steemitblog interesting article
author | lovedeeppas |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t184659613z |
category | steemit |
json_metadata | {"tags":["steemit","steemitblog"],"app":"steemit/0.1"} |
created | 2018-08-03 18:47:06 |
last_update | 2018-08-03 18:47:06 |
depth | 1 |
children | 0 |
last_payout | 2018-08-10 18:47:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 7,617,493,354 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,017,951 |
net_rshares | 0 |
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!
author | ma1neevent |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t181426807z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["ma1neevent"],"app":"steemit/0.1"} |
created | 2018-08-01 18:14:27 |
last_update | 2018-08-01 18:14:27 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 18:14:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 272 |
author_reputation | 46,407,272,731,471 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,788,732 |
net_rshares | 0 |
Great update, but what about a Timeline or rough estimation when we can expect Hivemind, HF 20 or SMT to be launched?
author | masterthematrix |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t174018199z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 17:40:18 |
last_update | 2018-08-01 17:40:18 |
depth | 1 |
children | 3 |
last_payout | 2018-08-08 17:40:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 9,868,666,626,842 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,785,729 |
net_rshares | 0 |
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.
author | andrarchy |
---|---|
permlink | re-masterthematrix-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t203716583z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 20:37:15 |
last_update | 2018-08-01 20:37:15 |
depth | 2 |
children | 1 |
last_payout | 2018-08-08 20:37:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 364 |
author_reputation | 230,168,201,522,782 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 66,800,779 |
net_rshares | 485,115,449 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lovedeeppas | 0 | 485,115,449 | 100% |
Hivemind 1.0 .. great
author | lovedeeppas |
---|---|
permlink | re-andrarchy-re-masterthematrix-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t185318760z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-03 18:53:27 |
last_update | 2018-08-03 18:53:27 |
depth | 3 |
children | 0 |
last_payout | 2018-08-10 18:53:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 7,617,493,354 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,018,492 |
net_rshares | 0 |
If you expect SMTs for 2020, I think you will not be disappointed. 😉
author | mexbit |
---|---|
permlink | re-masterthematrix-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180802t132021028z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-02 13:20:24 |
last_update | 2018-08-02 13:20:24 |
depth | 2 |
children | 0 |
last_payout | 2018-08-09 13:20:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 9,339,355,784,161 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,877,167 |
net_rshares | 0 |
Yes. And we are getting set for this great moment. Thanks for keeping us informed. It's Michaelcj from @steemcamp project
author | michaelcj |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t174451573z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["steemcamp"],"app":"steemit/0.1"} |
created | 2018-08-01 17:45:00 |
last_update | 2018-08-01 17:45:00 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 17:45:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 26,620,770,055,488 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,786,178 |
net_rshares | 0 |
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.
author | moniristi |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t154025796z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 15:40:30 |
last_update | 2018-08-01 15:40:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 15:40:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 220 |
author_reputation | 5,625,366,645,317 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,773,942 |
net_rshares | 3,812,546,904 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shihabieee | 0 | 2,016,556,222 | 100% | ||
moniristi | 0 | 1,795,990,682 | 100% |
thank you steemit team for this, this makes steemit wonderful in posting. nice work
author | mrnightmare89 |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t214534896z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 21:45:42 |
last_update | 2018-08-01 21:45:42 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 21:45:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 262,984,903,159,926 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,805,991 |
net_rshares | 0 |
Is there a date yet for public alpha/beta access to a public hivemind api endpoint?
author | muksihs |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t204229614z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 20:42:30 |
last_update | 2018-08-01 20:42:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 20:42:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 1,252,537,770,719 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,801,210 |
net_rshares | 0 |
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!🏥💊💉💝
author | nairadaddy |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t162446927z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1","links":["https://myairclinic.com"]} |
created | 2018-08-01 16:25:57 |
last_update | 2018-08-01 16:27:18 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 16:25:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.099 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 330 |
author_reputation | 33,307,954,247,617 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,778,659 |
net_rshares | 65,785,937,621 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bbrewer | 0 | 45,108,812,857 | 100% | ||
nairadaddy | 0 | 20,677,124,764 | 100% |
Great update!
author | nigelmarkdias |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180802t034208027z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-02 03:42:09 |
last_update | 2018-08-02 03:42:09 |
depth | 1 |
children | 0 |
last_payout | 2018-08-09 03:42:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 47,068,459,201,342 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,831,346 |
net_rshares | 1,912,120,844 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nigelmarkdias | 0 | 1,592,609,027 | 1% | ||
clitadias | 0 | 319,511,817 | 100% |
totally awesome - amazing work. kudos to the team
author | paulag |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t210922615z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 21:09:21 |
last_update | 2018-08-01 21:09:21 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 21:09:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 274,264,287,951,003 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,803,298 |
net_rshares | 0 |
__*Cant wait until this update comes live <3*__
author | sanja-cash |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t155258500z |
category | steemit |
json_metadata | {"community":"busy","app":"busy/2.5.4","format":"markdown","tags":["steemit"],"users":[],"links":[],"image":[]} |
created | 2018-08-01 15:53:00 |
last_update | 2018-08-01 15:53:00 |
depth | 1 |
children | 5 |
last_payout | 2018-08-08 15:53:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 4,509,942,457,287 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,775,270 |
net_rshares | 0 |
It's already live.
author | smitop |
---|---|
permlink | re-sanja-cash-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t165459997z |
category | steemit |
json_metadata | {"community":"busy","app":"busy/2.5.4","format":"markdown","tags":["steemit"],"users":[],"links":[],"image":[]} |
created | 2018-08-01 16:55:03 |
last_update | 2018-08-01 16:55:03 |
depth | 2 |
children | 4 |
last_payout | 2018-08-08 16:55:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 1,622,694,571,233 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,781,472 |
net_rshares | 0 |
but the yotifications dont work and where are the communities?
author | sanja-cash |
---|---|
permlink | re-smitop-re-sanja-cash-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t181814527z |
category | steemit |
json_metadata | {"community":"busy","app":"busy/2.5.4","format":"markdown","tags":["steemit"],"users":[],"links":[],"image":[]} |
created | 2018-08-01 18:18:15 |
last_update | 2018-08-01 18:18:15 |
depth | 3 |
children | 3 |
last_payout | 2018-08-08 18:18:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 4,509,942,457,287 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,789,063 |
net_rshares | 0 |
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.
author | socky |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t160827930z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 16:08:57 |
last_update | 2018-08-01 16:08:57 |
depth | 1 |
children | 18 |
last_payout | 2018-08-08 16:08:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.795 HBD |
curator_payout_value | 0.262 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 317 |
author_reputation | 196,950,889,547,677 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,776,895 |
net_rshares | 625,386,697,038 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheneats | 0 | 154,127,656 | 1% | ||
senseicat | 0 | 625,232,569,382 | 38% |
Yes right
author | lovedeeppas |
---|---|
permlink | re-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t184843572z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-03 18:48:54 |
last_update | 2018-08-03 18:48:54 |
depth | 2 |
children | 0 |
last_payout | 2018-08-10 18:48:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 7,617,493,354 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,018,092 |
net_rshares | 0 |
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.
author | timcliff |
---|---|
permlink | re-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t163106784z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 16:31:24 |
last_update | 2018-08-01 16:31:24 |
depth | 2 |
children | 16 |
last_payout | 2018-08-08 16:31:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 192 |
author_reputation | 272,954,445,077,789 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,779,163 |
net_rshares | 4,882,582,187 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
awesomianist | 0 | 4,882,582,187 | 16% |
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?
author | ats-david |
---|---|
permlink | re-timcliff-re-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180804t190744107z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-04 19:07:42 |
last_update | 2018-08-04 19:07:42 |
depth | 3 |
children | 4 |
last_payout | 2018-08-11 19:07:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.410 HBD |
curator_payout_value | 0.134 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 244 |
author_reputation | 324,017,334,201,433 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,119,688 |
net_rshares | 354,359,637,779 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ats-david | 0 | 360,060,367,102 | 20% | ||
ocrdu | 0 | 1,754,461,702 | 100% | ||
alexvan | 0 | 8,195,572,452 | 20% | ||
saragarmee | 0 | -15,650,763,477 | -100% |
What if the average user wants to support the long term staking of STEEM? Lol what am i talking about. ignore me.
author | awesomianist |
---|---|
permlink | re-timcliff-re-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t164318759z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 16:43:21 |
last_update | 2018-08-01 16:43:21 |
depth | 3 |
children | 0 |
last_payout | 2018-08-08 16:43:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 30,939,172,096,979 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,780,338 |
net_rshares | 475,962,327 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lovedeeppas | 0 | 475,962,327 | 100% |
Yes
author | lovedeeppas |
---|---|
permlink | re-timcliff-re-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180803t184926290z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-03 18:49:33 |
last_update | 2018-08-03 18:49:33 |
depth | 3 |
children | 0 |
last_payout | 2018-08-10 18:49:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 7,617,493,354 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,018,153 |
net_rshares | 0 |
How do we use the "advanced user" feature?
author | socky |
---|---|
permlink | re-timcliff-re-socky-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t165826933z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 16:58:57 |
last_update | 2018-08-01 16:58:57 |
depth | 3 |
children | 8 |
last_payout | 2018-08-08 16:58:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 196,950,889,547,677 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,781,844 |
net_rshares | 154,127,656 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheneats | 0 | 154,127,656 | 1% |
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?
author | steevc |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t175533173z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 17:55:33 |
last_update | 2018-08-01 17:55:33 |
depth | 1 |
children | 2 |
last_payout | 2018-08-08 17:55:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 1,382,349,343,301,760 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,787,142 |
net_rshares | 0 |
Nice try ;)
author | andrarchy |
---|---|
permlink | re-steevc-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t203755242z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 20:37:54 |
last_update | 2018-08-01 20:37:54 |
depth | 2 |
children | 1 |
last_payout | 2018-08-08 20:37:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 230,168,201,522,782 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 66,800,839 |
net_rshares | 15,444,042,466 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 15,444,042,466 | 6% |
This policy to not publish ETAs anymore is really worse than having delays...
author | mexbit |
---|---|
permlink | re-andrarchy-re-steevc-re-steemitblog-applications-team-update-notifications-condenser-and-more-20180802t054237693z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-02 05:42:36 |
last_update | 2018-08-02 05:42:36 |
depth | 3 |
children | 0 |
last_payout | 2018-08-09 05:42:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 9,339,355,784,161 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,840,586 |
net_rshares | 0 |
I love steemit. thanks for sharing this post..
author | sujonkhan |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t155736299z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 15:58:18 |
last_update | 2018-08-01 15:58:18 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 15:58:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | -607,346,026,816 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,775,798 |
net_rshares | 0 |
Good job.
author | wakawell |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t155652161z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 15:56:57 |
last_update | 2018-08-01 15:56:57 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 15:56:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | -13,837,160,862 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,775,675 |
net_rshares | 0 |
Yay for notifications! Thank you so much!
author | wanderbetween |
---|---|
permlink | re-steemitblog-applications-team-update-notifications-condenser-and-more-20180801t183523163z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-08-01 18:35:24 |
last_update | 2018-08-01 18:35:24 |
depth | 1 |
children | 0 |
last_payout | 2018-08-08 18:35:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 3,444,409,995 |
root_title | "Applications Team Update: Notifications, Condenser, and More!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,790,589 |
net_rshares | 0 |