create account

7th update of 2023: Final testing of HAF 2.0 and associated apps by blocktrades

View this thread on: hive.blogpeakd.comecency.com
· @blocktrades · (edited)
$284.00
7th update of 2023: Final testing of HAF 2.0 and associated apps
![ "blocktrades update.png"](https://images.hive.blog/DQmSihw8Kz4U7TuCQa98DDdCzqbqPFRumuVWAbareiYZW1Z/blocktrades%20update.png)

Below are a few highlights of the Hive-related programming issues worked on by the BlockTrades team since my last report.

Originally, I thought we would be able to release updates for a bunch of different tools by now, but everything took longer than expected, although in some cases the delays weren't always for bad reasons: we discovered several ways to dramatically improve performance of HAF, so we decided to delay the release to incorporate those changes and continue to add features to hived and HAF apps in the meantime. As for the "bad reasons", we've basically been overhauling the entire approach to deployment of HAF and HAF apps to make it super simple, and we ran into lots of issues along the way as we determined the best practices for what I'm now calling HAF 2.0.

# What is HAF 2.0?

HAF is a library and service for developing specialized Hive-based APIs and applications. It acts as a backend server for web-based applications that want to utilize the Hive blockchain network.

We started working on HAF more than 2 years ago, and released the first production version about a year ago. Since then we've steadily been making incremental improvements, but in the past year we've been steadily increasing the number of developers working on HAF and HAF apps as it is the foundation for all our future apps including our layer 2 smart contract processing engine.

### HAF 2.0: Completely overhauling deployment and maintenance

With HAF 2.0, one key focus has been on easing deployment and maintenance of HAF servers and HAF apps. The recommended deployment method has completely changed with 2.0, as our goal is to create an ecosystem where any API node operator can quickly and easily install or uninstall any selection of HAF apps they want to support on their server(s). 

Perhaps the best analogy (well, for programmers) is we're building something like a packaging system for HAF and HAF apps. Another way to look at is we're making HAF apps available as appliances that can easily interact with each other.

Another deployment improvement has been to standardize on a ZFS dataset layout as a method of delivering "operation ready" snapshots of HAF servers that don't require a replay of the entire blockchain at setup.

This is also extremely beneficial during development of HAF apps: you can take snapshots of your server at any point in time and then later rollback to that same state again, making it easy to: recover from database corruptions that occur while developing your app, reproduce bugs, etc. I've found the ability to easily reproduce bugs and performance problems to be especially useful in my work (in one case I rolled back to the same snapshot about 20 times while analyzing a performance problem that occurred in a specific block range).

### HAF 2.0 uses docker compose scripts to deploy the entire stack for an API node

HAF 2.0 also includes a full deployment stack with all the apps needed to run an API node. Previously an API node operator had to not only setup a HAF server, they also had to deploy various other apps such as nginx, jussi, varnish, haproxy, caddy, etc to setup an efficient server that caches API responses, allow re-routing of traffic to different services in the stack, and manage rate-limiting to prevent DDOS attacks. Varnish is a "newcomer" to our stack and is used to provide caching for the new REST-based APIs offered by our new HAF apps such as balance_tracker and the block_explorer. In practice, we've found these offered better performance than the older json-rpc based APIs (these are still cached by jussi).

With HAF 2.0, you can deploy and manage all these services with docker compose scripts all configured by a single .env file. More about this setup can be found at https://gitlab.syncad.com/hive/haf_api_node

### HAF 2.0: improving performance and decreasing hardware requirements 

In the past few weeks, we improved massive sync replay time by 33% and live sync update performance by 45%. And looking at benchmarks over the past three months, a full replay of HAF used to take around 30 hours to process the entire 80 million blocks of the Hive blockchain and it is now down to 17.5 hours (14 hours for replay, 3.5 hours for creating HAF indexes). At the same time, we recently cut CPU usage by 10x (this doesn't show up as a 10x speedup because the code is heavily multi-threaded, but it does mean HAF can be run on a cheaper computers with fewer cores and consumes less energy or alternatively those extra cores can be used for running other processes like nginx, jussi, haproxy, varnish, more hived nodes, etc).

Disk space storage has also dramatically been reduced. First by storing blockchain operations as binary data, and second by using lz4 compression via ZFS. These methods allowed us to cut database storage requirements by more than 2x. 

HAF servers also require much less memory to operate now. Databases almost always like more memory, and HAF was originally targeted towards servers with 64GB memory, but by keeping hived's shared_memory.bin statefile on an NVME drive, we've found that a HAF server can quite comfortably operate as a production server with 32GB of RAM.

It is worth mentioning we're not yet done with performance improvements for HAF: during our recent work we came up with a few more ideas for speedups, but we just ran out of time to fit those improvements into the upcoming release.

# Other projects

We're also working on a host of other tools (some of our devs have already made posts about [Clive](https://hive.blog/@thebeedevs), for example) and it has gotten to the point that I think it makes more sense if I post about the projects I spend the most time on and leave posts about the other projects to the devs involved in them (otherwise my posts would start to get really long nowadays given the number of devs involved on different projects). 

So I'll leave it to them (hopefully) to make posts after the holidays about some of the other projects such as the block explorer, Denser, Helpy, WAX, Clive, beekeeper, etc.

# Final testing started for HAF 2.0

We started full replays of HAF servers with the latest code a couple of days ago. Although HAF only takes 17 hours to replay, hivemind takes considerably longer (something on the order of 80 hours I think) as we haven't had any time to further optimize its performance yet. 

We should have several servers fully replayed by Tuesday, at which time we'll start directing production traffic from api.hive.blog to some of these servers as a final test of performance under real world conditions. 

Barring any problems, we'll tag passing versions as final releases and setup downloadable snapshots for api node operators who don't want to wait on replays.

[UPDATE] Sharing one more benchmark from our new fastest system: 
"speed king" s16 (AMD 7950X with 64GB DDR5 6400Mhz and 2x4T CT4000T700 nvmes) full replay with ramdisk reached livesync in 11.1h, built indexes in 3.2h, and ready to serve up data after 11.1+3.2=14.3 hours!
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 936 others
properties (23)
authorblocktrades
permlink7th-update-of-2023-final-testing-of-haf-2-0-and-associated-apps
categoryhive-139531
json_metadata{"tags":["hive","blockchain","software","blocktrades"],"image":["https://images.hive.blog/DQmSihw8Kz4U7TuCQa98DDdCzqbqPFRumuVWAbareiYZW1Z/blocktrades%20update.png"],"links":["https://gitlab.syncad.com/hive/haf_api_node"],"app":"hiveblog/0.1","format":"markdown"}
created2023-12-24 04:43:21
last_update2023-12-24 20:13:15
depth0
children34
last_payout2023-12-31 04:43:21
cashout_time1969-12-31 23:59:59
total_payout_value142.096 HBD
curator_payout_value141.905 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,155
author_reputation1,285,463,103,525,913
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,940,785
net_rshares577,109,628,328,814
author_curate_reward""
vote details (1000)
@awildovasquez ·
Thanks for the post! I need to study some of the terminology and learn more about the blockchain. I love the fact that we are updated about what is going on and the projects that are coming. 
properties (22)
authorawildovasquez
permlinkre-blocktrades-20231224t8931706z
categoryhive-139531
json_metadata{"type":"comment","tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.44-mobile","format":"markdown+html"}
created2023-12-24 07:09:33
last_update2023-12-24 07:09:33
depth1
children0
last_payout2023-12-31 07:09: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_length191
author_reputation50,318,877,353,334
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,943,355
net_rshares0
@cancerdoctor ·
I cannot post anything from the hive blog due to continuously downvoting by @themarkymark @buildawhale @thevil @punkteam @gogreembuddy @freebornsociety
It's bad enough that I've been maliciously excluded from airdrops only because I'm Korean, so I'm not sure what the point of mass downgrading is. Is Hive a racist organization?

![image.png](https://images.hive.blog/DQmP8NZR2p3EaYPnn7oL2t4rPs4LCxP2aVuNEkBWLLckP2p/image.png)
properties (22)
authorcancerdoctor
permlinks6lzxy
categoryhive-139531
json_metadata{"users":["themarkymark","buildawhale","thevil","punkteam","gogreembuddy","freebornsociety"],"image":["https://images.hive.blog/DQmP8NZR2p3EaYPnn7oL2t4rPs4LCxP2aVuNEkBWLLckP2p/image.png"],"app":"hiveblog/0.1"}
created2024-01-02 00:56:21
last_update2024-01-02 00:56:21
depth1
children11
last_payout2024-01-09 00:56: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_length426
author_reputation123,208,551,167,415
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id130,151,874
net_rshares0
@blocktrades · (edited)
I'm sorry that people are still downvoting your account, but I guess even after all this time there are people that are still upset about what happened and not willing to forgive the misguided. You could try to contact the downvoters and discuss it with them, but your tone is a bit aggressive, so I'm not sure you would get very far with them. Worst case, you could always create a new account and avoid linking it to your old one in your posts. You would essentially have a "fresh start" with a new identity.
properties (22)
authorblocktrades
permlinks6nlxk
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-01-02 21:48:57
last_update2024-01-02 21:49:21
depth2
children1
last_payout2024-01-09 21:48: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_length510
author_reputation1,285,463,103,525,913
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id130,174,258
net_rshares0
@cancerdoctor ·
I am not that aggressive, I am just saying that I am treated wrong, I never blamed those people. I just reports what they are doing. I am not describing those badly as well.
Also, do you think I can just use and write articles and communicate with others with zero HIVE power? That must be the main reason prior STEEM members moved to HIVE with 1:1 HIVE airdop, but I am one of the few members who didn't get it. As you know after the several disccusions, I never supported Justin Sun and never supported the main Korean members who were against you guys, but I was excluded without any immediate recognition at that time. I think HIVE blockchain is super fast and so convenient for using as one of blog users, but still I cannot use it without HIVE powers. I can make a lot with pennies spending my time and efforts, but still your people not allowing it. That's why I bore shame to writing a reply again to your article.
properties (22)
authorcancerdoctor
permlinks6w1et
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-01-07 11:04:06
last_update2024-01-07 11:04:06
depth3
children0
last_payout2024-01-14 11:04: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_length922
author_reputation123,208,551,167,415
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id130,289,762
net_rshares0
@freebornsociety ·
This account does not originate flags.
The flag from this account is a dust amount.
I recommend ignoring it.
👎  , , , , , ,
properties (23)
authorfreebornsociety
permlinkre-cancerdoctor-s6urv8
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2023.11.3"}
created2024-01-06 18:40:24
last_update2024-01-06 18:40:24
depth2
children6
last_payout2024-01-13 18:40: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_length109
author_reputation-62,383,255,458
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id130,272,781
net_rshares-63,853,549,027
author_curate_reward""
vote details (7)
@cancerdoctor ·
I cannot ignoring @themarkymark @buildawhale @thevil @punkteam @gogreembuddy because they just delete all of my rewards. Also, before ignoring your downvotes, I want to ask what is the reason of your action? Since only one that I can assume is just because I am one of the Korean community members, I used the word 'racist'.
properties (22)
authorcancerdoctor
permlinks6w133
categoryhive-139531
json_metadata{"users":["themarkymark","buildawhale","thevil","punkteam","gogreembuddy"],"app":"hiveblog/0.1"}
created2024-01-07 10:57:03
last_update2024-01-07 10:57:03
depth3
children5
last_payout2024-01-14 10:57: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_length324
author_reputation123,208,551,167,415
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id130,289,635
net_rshares0
@themarkymark ·
> It's bad enough that I've been maliciously excluded from airdrops only because I'm Korean, so I'm not sure what the point of mass downgrading is. 

Your actions are why you were excluded from the air drop, not your race.  Those who voted to support Justin Sun's hostile take over were excluded from the air drop, it was a very specific action that determined this that was determined programatically.
👍  ,
properties (23)
authorthemarkymark
permlinkre-cancerdoctor-s6mote
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2023.11.3"}
created2024-01-02 09:53:39
last_update2024-01-02 09:53:39
depth2
children1
last_payout2024-01-09 09:53: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_length402
author_reputation1,779,993,241,050,037
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id130,159,413
net_rshares111,086,931
author_curate_reward""
vote details (2)
@cancerdoctor ·
I didn't do anything. I didn't support Justin Sun and even didn't know what happened at that time.
Stop shadow-boxing
properties (22)
authorcancerdoctor
permlinks6ptuu
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-01-04 02:35:18
last_update2024-01-04 02:35:18
depth3
children0
last_payout2024-01-11 02:35: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_reputation123,208,551,167,415
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id130,206,780
net_rshares0
@crypticat ·
$0.03
Appreciate what you are doing and hope this ultimately makes it easier for people to use Hive. Have tried onboarding dozens of people and most get confused and just give up.
👍  
properties (23)
authorcrypticat
permlinkre-blocktrades-s65nby
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2023.11.3"}
created2023-12-24 05:02:24
last_update2023-12-24 05:02:24
depth1
children4
last_payout2023-12-31 05:02:24
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.016 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length173
author_reputation333,748,620,059,718
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,941,436
net_rshares71,304,657,696
author_curate_reward""
vote details (1)
@daveks · (edited)
Sometimes I think we are destined to be only a niche community, but maybe thats ok.
properties (22)
authordaveks
permlinkre-crypticat-s66i02
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2023.11.3"}
created2023-12-24 16:04:51
last_update2023-12-24 16:06:45
depth2
children2
last_payout2023-12-31 16:04:51
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_reputation2,349,208,951,669,936
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,952,138
net_rshares0
@gtg ·
It's ok to be a niche community, but it isn't OK to have poor UI/UX, definitely something to be improved, especially when it comes to the onboarding process. That's however a task for the front ends.
properties (22)
authorgtg
permlinks6qm1s
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2024-01-04 12:44:15
last_update2024-01-04 12:44:15
depth3
children1
last_payout2024-01-11 12:44: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_length199
author_reputation461,833,023,867,897
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id130,215,378
net_rshares0
@paulmoon410 ·
Truth. I've set up accounts for people and they just walk.
properties (22)
authorpaulmoon410
permlinkre-crypticat-20231224t0184262z
categoryhive-139531
json_metadata{"type":"comment","tags":["hive-139531"],"app":"ecency/3.0.44-mobile","format":"markdown+html"}
created2023-12-24 05:18:45
last_update2023-12-24 05:18:45
depth2
children0
last_payout2023-12-31 05:18: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_length58
author_reputation41,105,494,328,987
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,941,627
net_rshares0
@forykw ·
> Live sync of 11.1h

damn... Memory speed does really make a huge impact...

But nice to see that rebuilding indexes got way faster. I am soon going to try HAF 2.0 finally on my new mobo! Then once I am satisfied, I will grab more NVMes to speed it up.
properties (22)
authorforykw
permlinkre-blocktrades-20231225t115934423z
categoryhive-139531
json_metadata{"tags":["hive","blockchain","software","blocktrades"],"app":"ecency/3.0.37-vision","format":"markdown+html"}
created2023-12-24 22:59:39
last_update2023-12-24 22:59:39
depth1
children7
last_payout2023-12-31 22:59: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_length253
author_reputation93,667,879,493,556
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,961,156
net_rshares0
@blocktrades ·
It's probably not the memory speed, so much as the next generation AMD processor (7950 vs our "normal" 5940s) plus those CT4000s (those are the super-fast PCI 5 gen nvmes). This was also run using Ubuntu 23.10, which has higher performance mitigations of CPU vulnerabilities.
properties (22)
authorblocktrades
permlinks6752g
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2023-12-25 00:23:03
last_update2023-12-25 00:23:03
depth2
children6
last_payout2024-01-01 00:23: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_length275
author_reputation1,285,463,103,525,913
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,962,245
net_rshares0
@forykw · (edited)
Hummm, good point about ubuntu 23, will give it a try! Here in NZ, the 990 PROs (samsung) are more cost effective, price/capacity wise, but lets see (waiting for the gen5 to stabilize the prices here, and then making the choice, for a 4 to 5 NVMe ZFS setup. My aim is to run everything HIVE+HAF+HE on the NVMes and then snapshot to my disk array, for regular "backup" solution.
properties (22)
authorforykw
permlinkre-blocktrades-20231225t13505990z
categoryhive-139531
json_metadata{"tags":["ecency"],"app":"ecency/3.0.37-vision","format":"markdown+html"}
created2023-12-25 00:50:09
last_update2023-12-25 00:50:48
depth3
children5
last_payout2024-01-01 00:50: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_length377
author_reputation93,667,879,493,556
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,962,680
net_rshares0
@hivebuzz ·
Congratulations @blocktrades! Your post has been a top performer on the Hive blockchain and you have been rewarded with this rare badge

<table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutday.png"></td><td>Post with the highest payout of the day.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@blocktrades) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out our last posts:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/christmas-2023"><img src="https://images.hive.blog/64x128/https://files.peakd.com/file/peakd-hive/hivebuzz/48PxLszsgqS1gaev6FeBYEsrt9sKNhKtddSS32hKnvM3Xam6KCMs3rza5BPR7AQNaF.png"></a></td><td><a href="/hivebuzz/@hivebuzz/christmas-2023">It's the Christmas season: give your friends a gift</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-blocktrades-20231225t003648
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2023-12-25 00:36:48
last_update2023-12-25 00:36:48
depth1
children0
last_payout2024-01-01 00:36: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_length963
author_reputation369,852,918,711,944
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,962,382
net_rshares0
@jesus-son · (edited)
Although I don't fully understand what you mean by HAF but I feel you guys are doing great to take hive to greater heights. Thanks for your hardwork.
However, if yiu wouldn't mind ,I wish to understand the whole concept of HAF
properties (22)
authorjesus-son
permlinkre-blocktrades-s65w6n
categoryhive-139531
json_metadata{"tags":"hive-139531"}
created2023-12-24 08:13:36
last_update2023-12-24 08:13:54
depth1
children0
last_payout2023-12-31 08:13: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_length226
author_reputation288,086,162,975,933
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,944,369
net_rshares0
@lemooljiang ·
great!
properties (22)
authorlemooljiang
permlinkj5o98swq
categoryhive-139531
json_metadata{"tags":["cn","larkBlog"],"dapp":"larkBlog","format":"markdown"}
created2023-12-26 12:28:15
last_update2023-12-26 12:28:15
depth1
children0
last_payout2024-01-02 12:28: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_length6
author_reputation438,608,506,193,732
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,995,835
net_rshares0
@mswhimsical ·
Wow, thank you so much for this blog. We can really gain a lot from reading your blog. Please continue with what you're doing, and you'll teach many more bloggers through your posts. Very informative. 
properties (22)
authormswhimsical
permlinkre-blocktrades-s65p0n
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2023.11.3"}
created2023-12-24 05:38:51
last_update2023-12-24 05:38:51
depth1
children0
last_payout2023-12-31 05:38:51
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_length201
author_reputation11,383,730,539,507
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,942,202
net_rshares0
@navidad46 ·
Great work!
properties (22)
authornavidad46
permlinkre-blocktrades-20231225t1145357z
categoryhive-139531
json_metadata{"tags":["hive","blockchain","software","blocktrades"],"app":"ecency/3.0.37-vision","format":"markdown+html"}
created2023-12-25 06:41:03
last_update2023-12-25 06:41:03
depth1
children0
last_payout2024-01-01 06:41: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_length11
author_reputation-4,638,036,625
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,968,699
net_rshares0
@rak7 ·
Great work! @blocktrades 
properties (22)
authorrak7
permlinkre-blocktrades-s65yc5
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2023.11.3"}
created2023-12-24 09:00:03
last_update2023-12-24 09:00:03
depth1
children0
last_payout2023-12-31 09:00: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_length25
author_reputation152,719,142,321,873
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,944,929
net_rshares0
@steevc ·
Thanks for all your work this year. I look forward to great things from Hive in 2024.
👍  
properties (23)
authorsteevc
permlinkre-blocktrades-s680vt
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2023.11.3"}
created2023-12-25 11:50:18
last_update2023-12-25 11:50:18
depth1
children0
last_payout2024-01-01 11:50: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_length85
author_reputation1,391,337,318,247,626
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,972,673
net_rshares16,836,133
author_curate_reward""
vote details (1)
@theguruasia ·
$WINE
properties (22)
authortheguruasia
permlinkre-blocktrades-s67hrg
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2023.11.3"}
created2023-12-25 04:57:15
last_update2023-12-25 04:57:15
depth1
children0
last_payout2024-01-01 04:57: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_length5
author_reputation72,582,528,957,478
root_title"7th update of 2023: Final testing of HAF 2.0 and associated apps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id129,966,631
net_rshares0