create account

10th update of 2021 on BlockTrades work on Hive software by blocktrades

View this thread on: hive.blogpeakd.comecency.com
· @blocktrades ·
$278.84
10th update of 2021 on BlockTrades work on Hive software
Below is a list of Hive-related programming issues worked on by BlockTrades team during the last week:

# Hived work (blockchain node software)
We launched the first testnet of hived for hardfork 25 last Wednesday and have been experimenting with configuring tinman for it.

[Tinman](https://gitlab.syncad.com/hive/tinman) is a testnet management tool for hived that can create accounts and inject various forms of test data into a hived node.

During some of our testing, we found a problem with hived where it would eat up 100% CPU of a core if a hived was launched without a valid seed node because the blockchain code was stuck in a tight loop polling for transactions and blocks that never show up (because the node has no peers to get data from). 

Even more problematically, no reasonable diagnostic information was reported in this situation, so it took a little while for us to identify the real problem. We’re currently working on a fix for this issue that lowers the CPU overhead in this case, and also adds warning messages to identify the problem.

We found a problem with beem (the python-based API library for Hive) used for running API tests on hived. @howo provided a quick patch and we’re working on a long term fix now (should be fixed tomorrow).

@howo also made updates to the recurrent transfers function based on specification change requests by our devs, and we are planning a final review of those changes tomorrow, with the plan to merge it into the develop branch for deployment in the next testnet launch.

# Jussi caching optimization
Over the weekend, I observed that our hivemind was loaded much more heavily than normal (this was initially noticeable on hive.blog where it was taking longer to open a post to read). 

Eventually I found that our node is getting hit with a dramatic increase in the number of bridge.get_discussion API calls (these calls are made when you navigate to a user's post on a site like peakd or hive.blog) and this led to a CPU bottleneck in the python code that process API calls.

It turns out there's a new site that allows for browsing Hive posts, but unfortunately it is currently coded to make this call every second or so (I suspect to detect new comments on the post) and this resulted in a large increase in the number of API calls our hivemind had to process.

The ultimate solution was fairly simple: we reconfigured our Jussi process to cache results of this call for 1 second (previous we had no caching configured for this call). 

All API calls first go to Jussi before being passed to hivemind, and if Jussi has cached the answer to a previous API call, then it can just return the previous answer instead of asking hivemind again.

Up till now, we haven't enabled a lot of caching on api.hive.blog other than a few basic things so that we could identify which calls are expensive for hivemind to process, and then optimize the processing of those calls.

But now that optimization work is mostly complete, so we'll be taking a look soon at ways to optimize our Jussi caching to reduce load on hivemind and hived, as this should allow for a substantial scaling increase for our node.

# Hivemind (2nd layer applications + social media middleware)

We isolated the cause of the memory leak in hivemind: it appears to be a case where python isn’t releasing memory from dictionaries when the data in the dictionary is cleared. We’ve added code to do a “deep clean” of those dictionaries. We'll likely have performance measurements late next week on how much memory this saves at the current block height. 

As a side note, I believe current nodes can recover this memory prior to obtaining our fix by stopping and restarting their hivemind instance.

We’ve also been making some changes to hivemind tests based on the change in the way community muting is being implemented, and those changes will probably be merged into the develop branch tomorrow.

We’ve been running full hivemind syncs on several systems to benchmark performance under different hivemind configurations. We found a slowdown on one machine running with one new hivemind command-line option and we’re trying to analyze if it is due to the use of the new command-line option or some other configuration issue on that system (e.g. hardware or database configuration). At this point, we’re trying various experiments to isolate the root problem on that system.

# Modular hivemind (framework for hive applications)
This week, we completed the first pass work on the fork resolution code for modular hivemind using a fully SQL-based solution relying on shadow tables that save changes that need to be undone in the case of a fork switch. 

We’re currently creating an architecture document to describe how the fork resolution code works and how to use it to create a Hive-based application.

# Updating hived testnet
We’re planning to launch an updated testnet on Thursday with the latest fixes to hived discussed above.

That will be followed by a launch of an API node configured to draw data from the testnet (probably on Friday, if all goes well). 

This API node will allow Hive applications to begin adding code changes to support new features added by the hardfork, such as vote expiration reporting.

# New hivemind release planned soon
In the next week we’ll continue testing the latest changes to hivemind: first more performance testing of hivemind sync, then real-world performance testing on api.hive.blog. 

If all that testing goes well, we may be able to release a new version of hivemind to API node operators by the end of next week. This release would contain the various bug fixes and performance optimizations reported in previous posts.

# SQL Account history plugin for hived (requirement for modular hivemind)
We planned to get to this task last week, but unfortunately it was delayed by other tasks. But we hope to complete the changes to the SQL account history plugin that pushes data to postgres (eliminating the need for hivemind to pull the data via RPC calls) in the new couple of days.

After the plugin changes are completed, we’ll run a simultaneous replay of hived with a full sync of hivemind to measure the speedup, and see if it matches our expected improvement in hivemind full sync time (we expect 2 days versus the current 4 days required).

# Anticipated hardfork date
I believe we still need to do more testnet-based testing before notifying exchanges of the new version of the code, and since we want to give them approximately 30 days to update after we have a well-tested code release, I think we're still at least 1.5 months out from a possible hardfork date.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 786 others
👎  ,
properties (23)
authorblocktrades
permlink10th-update-of-2021-on-blocktrades-work-on-hive-software
categoryhive-139531
json_metadata{"tags":["hive","blockchain","software","blocktrades"],"users":["howo"],"links":["https://gitlab.syncad.com/hive/tinman"],"app":"hiveblog/0.1","format":"markdown"}
created2021-05-04 23:58:30
last_update2021-05-04 23:58:30
depth0
children30
last_payout2021-05-11 23:58:30
cashout_time1969-12-31 23:59:59
total_payout_value154.878 HBD
curator_payout_value123.965 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,643
author_reputation1,156,468,945,234,541
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,492,002
net_rshares302,024,457,052,603
author_curate_reward""
vote details (852)
@ammonite ·
$0.02
I didn't realise that the hardfork was so close. For me, the new changes to curation are the most exciting thing. It will for sure give the bots a run for their money. Most of the rest flies a bit over my head but words like performance, optimisation and speedups all sound great too. 
👍  ,
properties (23)
authorammonite
permlinkre-blocktrades-qslzd3
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.4"}
created2021-05-05 00:43:51
last_update2021-05-05 00:43:51
depth1
children2
last_payout2021-05-12 00:43:51
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length285
author_reputation206,656,249,677,183
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,492,629
net_rshares47,981,468,176
author_curate_reward""
vote details (2)
@blocktrades ·
Just to be clear, the 1.5 months is very much a "best case" estimate. It could easily be a month or more later, if we found any significant issue during testnet testing. 

It wouldn't even have to be some new issue, as we're also doing more testing of the longstanding functionality of the blockchain that has never been fully tested to my complete satisfaction. 

A minor example of such a longstanding problem was the cpu loading I mentioned in the post that we found when our testing node wasn't connected to any peers. But that's a relatively minor issue that could be fixed later without a hardfork (and it is also a small enough issue that we can just fix it quickly). If we find any definitive consensus bugs that need fixing during our testing, they could easily delay the hardfork by several weeks.
properties (22)
authorblocktrades
permlinkqsn4qc
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-05-05 15:37:24
last_update2021-05-05 15:37:24
depth2
children1
last_payout2021-05-12 15:37: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_length807
author_reputation1,156,468,945,234,541
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,504,692
net_rshares0
@ammonite ·
I am always happy to wait until everything is running to everyone's satisfaction and wouldn't want to see things rushed out to hit deadlines. I just thought that we were much further away from the best case.
properties (22)
authorammonite
permlinkre-blocktrades-qsnkbz
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.5"}
created2021-05-05 21:14:24
last_update2021-05-05 21:14:24
depth3
children0
last_payout2021-05-12 21:14: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_length207
author_reputation206,656,249,677,183
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,512,090
net_rshares0
@davidmuhammad ·
Luar biasa
👎  
properties (23)
authordavidmuhammad
permlinkre-blocktrades-202155t234756453z
categoryhive-139531
json_metadata{"tags":["hive","blockchain","software","blocktrades"],"app":"ecency/3.0.16-mobile","format":"markdown+html"}
created2021-05-05 16:47:51
last_update2021-05-05 16:47:51
depth1
children0
last_payout2021-05-12 16:47: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_length10
author_reputation6,813,184,461,391
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,506,362
net_rshares-10,257,780,204
author_curate_reward""
vote details (1)
@fjcalduch ·
![Great job - Thank you.jpg](https://files.peakd.com/file/peakd-hive/fjcalduch/2458bBkatjSZKk4wzGaARcBjCJeQfS1Z8r3741uCKuVpLeBuMt4gerw2hnSTDKoswf3Jt.jpg)
properties (22)
authorfjcalduch
permlinkre-blocktrades-qsog3i
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.5"}
created2021-05-06 08:40:30
last_update2021-05-06 08:40:30
depth1
children0
last_payout2021-05-13 08:40: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_length155
author_reputation57,987,658,609,148
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,523,306
net_rshares0
@hivebuzz ·
Congratulations @blocktrades! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@blocktrades/posts.png?202105051512"></td><td>You published more than 200 posts.<br>Your next target is to reach 250 posts.</td></tr>
<tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@blocktrades/upvotes.png?202105051512"></td><td>You distributed more than 89000 upvotes.<br>Your next target is to reach 90000 upvotes.</td></tr>
<tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@blocktrades/payout.png?202105051512"></td><td>You received more than 1120000 HP as payout for your posts and comments.<br>Your next payout target is 1125000 HP.<br><sub>The unit is Hive Power equivalent because your rewards can be split into HP and HBD</sub></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 the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/false-positive"><img src="https://images.hive.blog/64x128/https://i.imgur.com/0jzfGcE.png"></a></td><td><a href="/hivebuzz/@hivebuzz/false-positive">False-Positive phishing alert reported by antivirus software</a></td></tr><tr><td><a href="/hivebuzz/@hivebuzz/pud-202105-feedback"><img src="https://images.hive.blog/64x128/https://i.imgur.com/zHjYI1k.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202105-feedback">Feedback from the May 1st Hive Power Up Day</a></td></tr></table>

###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22109%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/147)!
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-blocktrades-20210505t180356000z
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-05-05 18:03:57
last_update2021-05-05 18:03:57
depth1
children0
last_payout2021-05-12 18:03: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_length1,951
author_reputation367,970,446,675,611
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,508,186
net_rshares0
@howo · (edited)
Thank you for writing stuff that I do too :D Looking forward to the review tomorrow.

> This week, we completed the first pass work on the fork resolution code for modular hivemind using a fully SQL-based solution relying on shadow tables that save changes that need to be undone in the case of a fork switch.

So was the other solution ditched or is it still wip ?
👍  
properties (23)
authorhowo
permlinkqslxiz
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-05-05 00:04:15
last_update2021-05-05 00:06:54
depth1
children2
last_payout2021-05-12 00:04: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_length365
author_reputation468,268,921,575,748
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,492,083
net_rshares20,568,620,856
author_curate_reward""
vote details (1)
@blocktrades ·
The shadow tables solution was our preferred solution, because it doesn't require a C-based extension, and we found that bugs in a C-based extension can take down an entire postgres server. 

So if performance of the SQL-based solution is as-good or better than the C-based extension, we'll go with the shadows table implementation. Currently, I expect that we will end up going with the shadow table solution.
👍  
properties (23)
authorblocktrades
permlinkqsly3p
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-05-05 00:16:39
last_update2021-05-05 00:16:39
depth2
children1
last_payout2021-05-12 00:16: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_length410
author_reputation1,156,468,945,234,541
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,492,271
net_rshares21,417,851,833
author_curate_reward""
vote details (1)
@howo ·
I see, sounds like the better solution going forward even in maintainability. I doubt that many people are familiar with C based postgres extensions 
👍  
properties (23)
authorhowo
permlinkre-blocktrades-qsly5x
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.4"}
created2021-05-05 00:18:09
last_update2021-05-05 00:18:09
depth3
children0
last_payout2021-05-12 00:18: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_length149
author_reputation468,268,921,575,748
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,492,292
net_rshares20,988,947,299
author_curate_reward""
vote details (1)
@klye ·
Sort of off topic from this nicely illustrated dev update, but have you got a ball park on when your team will begin rolling out decentralized bytecode execution for testing and whatnot? Quite interested to build bridges between all of the different already existing and future side / sub chains here on HIVE. I think that when HIVE has the capability to emulate EVM in a secure and properly decentralized manner we're very likely going to see a massive influx of outside interest and capital currently being tossed around on crap like BnB as the digital gold rush of new crypto users seek out alternatives with stronger fundamentals.
properties (22)
authorklye
permlinkre-blocktrades-qsm58i
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.4"}
created2021-05-05 02:50:27
last_update2021-05-05 02:50:27
depth1
children4
last_payout2021-05-12 02:50:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length635
author_reputation401,073,947,379,813
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,494,096
net_rshares0
@blocktrades ·
I don't have any firm estimate on timing of smart contract processing yet, as we won't be diving into the design phase until we complete the modular hivemind work that it will be built on top of.

My best guess now is that we will  have modular hivemind tech ready relatively soon (in a month or two). But I don't have any real estimate on the smart contract processing code itself yet, as that task won't be fully scoped until we start (and complete) the design phase. A lot depends on how much functionality we decide to incorporate into the initial release.
properties (22)
authorblocktrades
permlinkqsnag2
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-05-05 17:40:51
last_update2021-05-05 17:40:51
depth2
children3
last_payout2021-05-12 17:40: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_length560
author_reputation1,156,468,945,234,541
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,507,647
net_rshares0
@klye · (edited)
Oh man, bah. I was under the impression that you guys were getting along on a working prototype already.. 0_0 That's ok though I guess. Just means as a community we're a slight bit behind where I thought we were on getting industry standard smart contract execution going here on HIVE. 

The modular / plug and play style hivemind will be cool, a bit too hardware hungry for my budget sadly (I have the server, just not the storage) but for those with existing setups that step of allowing modules to be dropped in as necessary should really bring hivemind into the greater communities awareness.

I guess one more quick question, are your guys going to be supporting multiple languages compiled into bytecode or WASM for your setup or will it be in C, solidity or some other language you support contracts wise? 

Trying to figure out what holes I need to cover to have HIVE end up with complete coverage / ability to run any sort of smart contract out there between the small number of planned projects on the horizon, basically whatever you guys aren't doing I'll try to pick up and implement into mine so we're effectively able to offer the same contract capability as any current tech out there. In the next few months I think things should be looking extremely bullish for HIVE as these things start to roll out and we collectively start offering alternatives to the overly expensive or questionably decentralized systems out there.
👍  
properties (23)
authorklye
permlinkre-blocktrades-qsnawj
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.5"}
created2021-05-05 17:50:27
last_update2021-05-05 17:54:48
depth3
children2
last_payout2021-05-12 17:50:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,438
author_reputation401,073,947,379,813
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,507,862
net_rshares30,105,163
author_curate_reward""
vote details (1)
@klye ·
$0.12
Which site/app is aggressively calling? I might be able to give them a hand in scaling that back or migrating some of the load onto their own systems rather than your infrastructure. I hope it's not something I'm working on, if it is please let me know and I'll work to get the calls moved over to my boxes, in my early HIVE app building days I know I had a number of run-away scripts that would absolutely abuse the API node they were aimed at, today I use my own infrastructure wherever possible and will gladly help other fledgling developers building on HIVE to do the same.
👍  ,
properties (23)
authorklye
permlinkre-blocktrades-qsmeys
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.4"}
created2021-05-05 06:20:36
last_update2021-05-05 06:20:36
depth1
children2
last_payout2021-05-12 06:20:36
cashout_time1969-12-31 23:59:59
total_payout_value0.058 HBD
curator_payout_value0.058 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length578
author_reputation401,073,947,379,813
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,496,662
net_rshares224,082,902,055
author_curate_reward""
vote details (2)
@blocktrades ·
It's the Dollar Vigilante's site, but don't worry about it, our caching solution completely took care of the problem.
properties (22)
authorblocktrades
permlinkqsna3y
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-05-05 17:33:36
last_update2021-05-05 17:33:36
depth2
children1
last_payout2021-05-12 17:33: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_length117
author_reputation1,156,468,945,234,541
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,507,473
net_rshares0
@klye ·
Ahh. Ok. I was recently talking to some new to HIVE devs helping them get some stuff going like witness node and whatnot and was fearing I'd given instruction leading to API spamming code being created. phew.

Heh, Jeff Berwick's site eh? I'm not even sure I want to know. 
properties (22)
authorklye
permlinkre-blocktrades-qsna7g
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.5"}
created2021-05-05 17:35:27
last_update2021-05-05 17:35:27
depth3
children0
last_payout2021-05-12 17:35:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length273
author_reputation401,073,947,379,813
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,507,508
net_rshares0
@lespecial17 ·
Thanks for the transparency and hard work ⭐⭐⭐⭐⭐
properties (22)
authorlespecial17
permlinkre-blocktrades-qssvmb
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.5"}
created2021-05-08 18:06:12
last_update2021-05-08 18:06:12
depth1
children0
last_payout2021-05-15 18:06:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation6,099,784,016,144
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,576,709
net_rshares0
@marki99 ·
The later the hardfork, the more hive gets burnt :)
properties (22)
authormarki99
permlinkre-blocktrades-qsncpa
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.5"}
created2021-05-05 18:29:36
last_update2021-05-05 18:29:36
depth1
children1
last_payout2021-05-12 18:29: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_length51
author_reputation11,400,723,818,181
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,508,725
net_rshares0
@marc5 ·
😇 How convinent, eh😉
properties (22)
authormarc5
permlinkre-marki99-qsnjd6
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.5"}
created2021-05-05 20:53:33
last_update2021-05-05 20:53:33
depth2
children0
last_payout2021-05-12 20:53: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_length20
author_reputation2,027,401,348,108
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,511,705
net_rshares0
@maya7 ·
Thanks for the inovation, hardwork always brings success.
properties (22)
authormaya7
permlinkqsmwmz
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-05-05 12:42:39
last_update2021-05-05 12:42:39
depth1
children0
last_payout2021-05-12 12:42: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_length57
author_reputation21,736,608,728,997
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,501,600
net_rshares0
@mintrawa ·
$0.20
Interesting, with each report I learn something about the architecture of HIVE. For the HF25, better to take time to have something well tested, we need it to be robust to avoid any long downtime during the release (there are many more users now than at HF24). I know that these are banalities and you already don't care about the pressure of a few about a fast release but I wanted to remind it.

Do you plan to update the HIVE white paper after HF25 so that it no longer correlates with the STEEM white paper given the major differences? 

Do you plan to create a graphical representation of the full architecture with the different layers to better understand how HIVE works? I think this would be useful for a better understanding and to avoid design errors when developing an application around HIVE, I'm thinking in particular of the different API calls coming from the different layers, some of which are very similar in the result and knowing which one is the most relevant for our use case is not obvious.
👍  ,
properties (23)
authormintrawa
permlinkre-blocktrades-202155t10413230z
categoryhive-139531
json_metadata{"tags":["hive","blockchain","software","blocktrades"],"app":"ecency/3.0.16-vision","format":"markdown+html"}
created2021-05-05 03:41:03
last_update2021-05-05 03:41:03
depth1
children3
last_payout2021-05-12 03:41:03
cashout_time1969-12-31 23:59:59
total_payout_value0.098 HBD
curator_payout_value0.097 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,014
author_reputation18,694,802,429,423
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,494,789
net_rshares365,489,345,436
author_curate_reward""
vote details (2)
@blocktrades · (edited)
We'll definitely be updating architecture-level documentation in the future. 

We'll also be creating docs for how to implement Hive apps using modular hivemind technology once it is near to deployment. Modular hivemind allows for a faster and  much more streamlined form of Hive app, but the design of such apps will be quite different in terms of API usage than current Hive apps. This is because with a modular hivemind-based app, the app designer will be able to create custom APIs to suit their needs as well as being able to incorporate sets of modularized, standardized API functionality.
properties (22)
authorblocktrades
permlinkqsna1y
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-05-05 17:32:24
last_update2021-05-05 17:42:12
depth2
children0
last_payout2021-05-12 17:32: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_length595
author_reputation1,156,468,945,234,541
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,507,452
net_rshares0
@darkflame ·
!PIZZA
properties (22)
authordarkflame
permlinkre-mintrawa-qt38lb
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.6"}
created2021-05-14 08:22:21
last_update2021-05-14 08:22:21
depth2
children1
last_payout2021-05-21 08:22: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_length6
author_reputation70,237,182,379,237
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,696,738
net_rshares0
@pizzabot ·
<div class='pull-right'><center><sup>Connect</sup></center><p><a href="https://discord.gg/Q9bQAKpWGS"><img src="https://files.peakd.com/file/peakd-hive/pizzabot/AKF96fKjnX3wjXERHcKAFHaoHnfTVhXqPjXVz8E1Th9nPiJqmFtaycosVpPBZ7z.png"></a></p></div><div class='pull-right'><center><sup>Trade</sup></center><p><a href='https://hive-engine.com/?p=market&t=PIZZA'><img src="https://files.peakd.com/file/peakd-hive/pizzabot/23sxbi2M4UjELDzQjxPdzubdgfMjHTCtA1xueyxmnhJUrB8136VyK3pqynyWYiZYF9HrC.png"></a></p></div><center><br> <p>@mintrawa! I sent you a slice of <strong><em>$PIZZA</em></strong> on behalf of @darkflame.</p> <p>Learn more about <strong><em>$PIZZA Token</em></strong> at <a href="https://hive.pizza">hive.pizza</a></p> </center><div></div>
properties (22)
authorpizzabot
permlinkre-re-mintrawa-qt38lb-20210514t082330z
categoryhive-139531
json_metadata"{"app": "beem/0.24.19"}"
created2021-05-14 08:23:30
last_update2021-05-14 08:23:30
depth3
children0
last_payout2021-05-21 08:23:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length745
author_reputation6,162,346,636,456
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,696,753
net_rshares0
@pegarissimo ·
Nice debugging.  It is cool to hear about the spotted problems , it shows transparency...also I don"t see how else we would know if not shared.  Personally, it makes me more confident.  Good to see that it is not "short range". Hive on 🙂
properties (22)
authorpegarissimo
permlinkqso1ic
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-05-06 03:25:24
last_update2021-05-06 03:25:24
depth1
children0
last_payout2021-05-13 03:25: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_length237
author_reputation55,649,020,192,906
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,518,394
net_rshares0
@town-crier ·
$0.14
It is so great to have you not only as technical experts helping with the development but doubling as supporters for the content providers here.  Always loved your transparency and advocacy especially with your top-notch applications.

Leave the community and marketing to us and keep doing what you are doing!


![TCM bar.jpg](https://images.hive.blog/DQmeYiC6JuBpUh2RfKKkqxjF1RE91g9dZzGoEJonXijVZZ8/TCM%20bar.jpg)
👍  
properties (23)
authortown-crier
permlinkqslzuz
categoryhive-139531
json_metadata{"image":["https://images.hive.blog/DQmeYiC6JuBpUh2RfKKkqxjF1RE91g9dZzGoEJonXijVZZ8/TCM%20bar.jpg"],"app":"hiveblog/0.1"}
created2021-05-05 00:54:36
last_update2021-05-05 00:54:36
depth1
children1
last_payout2021-05-12 00:54:36
cashout_time1969-12-31 23:59:59
total_payout_value0.072 HBD
curator_payout_value0.072 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length415
author_reputation5,648,985,798,271
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,492,767
net_rshares270,788,245,107
author_curate_reward""
vote details (1)
@zekepickleman ·
What they said! ;)


![beerologistapproved.png](https://images.hive.blog/DQmNgNnMcCKvgcGEA9cRmeFgGza8CydHE1eAYgtGtv2sqgU/beerologistapproved.png)
properties (22)
authorzekepickleman
permlinkqsm409
categoryhive-139531
json_metadata{"image":["https://images.hive.blog/DQmNgNnMcCKvgcGEA9cRmeFgGza8CydHE1eAYgtGtv2sqgU/beerologistapproved.png"],"app":"hiveblog/0.1"}
created2021-05-05 02:24:09
last_update2021-05-05 02:24:09
depth2
children0
last_payout2021-05-12 02:24: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_length145
author_reputation521,824,547,646,855
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,493,723
net_rshares0
@trangtrang ·
Thank you for your dedication to the hive community ❤️
properties (22)
authortrangtrang
permlinkre-blocktrades-2021527t15910477z
categoryhive-139531
json_metadata{"tags":["hive","blockchain","software","blocktrades"],"app":"ecency/3.0.16-vision","format":"markdown+html"}
created2021-05-27 08:09:09
last_update2021-05-27 08:09:09
depth1
children0
last_payout2021-06-03 08:09: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_length54
author_reputation877,886,493,050
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,961,826
net_rshares0
@wedacoalition ·
very exciting, and thank you to every one for the hard work you are doing.
properties (22)
authorwedacoalition
permlinkre-blocktrades-qsmd87
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.04.4"}
created2021-05-05 05:43:21
last_update2021-05-05 05:43:21
depth1
children0
last_payout2021-05-12 05:43:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation20,394,396,549,903
root_title"10th update of 2021 on BlockTrades work on Hive software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id103,496,213
net_rshares0