create account

3rd update of 2021 on our Hive software work by blocktrades

View this thread on: hive.blogpeakd.comecency.com
· @blocktrades ·
$55.77
3rd update of 2021 on our Hive software work
Preface: This post describes the work done in the past week or so by the BlockTrades team on hive-related software. Since it's essentially a progress report for other devs, it presupposes that the reader is familiar with the ongoing work. In other words, it assumes you've read [our sixth month roadmap](https://hive.blog/hive-139531/@blocktrades/roadmap-for-hive-related-work-by-blocktrades-in-the-next-6-months) and [the previous progress reports](https://hive.blog/@blocktrades/posts).  Reading these posts has also been likened to watching paint dry, so be warned :-)

# Overview of the week's work

A lot of the coding work done this week was cleanup work, as we want to make it easier for new devs to contribute to the code base. 

To that end, we’ve once again ramped up our work on creating tests, removing dead code that might confuse new programmers, and investigating methods of documenting the code and the APIs. 

For the latter issue, we’ve decided to use OpenAPI as our preferred means for documenting API methods so that documentation web pages can directly be generated from annotations in the source code itself. By establishing a direct linkage between the API call and the code that implements it, it will be easier to know when a particular API call hasn’t yet been documented. I think this also implies that we will need to create a task to migrate a lot of the existing external documentation into the hivemind codebase.

In addition to the above, we also continued our work on creating the modular hivemind framework for 2nd layer apps.

# Hived work (blockchain node software)

During testing, we found that the initial version of the code for directly filling hivemind’s postgres database from hived had several problems (a problem with thread cleanup and some performance issues with queries that insert data into the database), but these were resolved, and the performance tests are looking good so far, but we haven’t done a full test yet on the latest code.

We’ve also found some additional information that we need to inject into the database (some of the data that hivemind currently pulls from hived using get_dynamic_properties api call). We should be ready to perform another sync test for this code in the next day or so. This work is going on here:
https://gitlab.syncad.com/hive/hive/-/commits/km_live_postgres_dump/

The code for tracking the last governance vote for an account was completed here:
https://gitlab.syncad.com/hive/hive/-/merge_requests/160
This code will be used to compute when governance votes will expire as part of hardfork 25.

Tests were written to test changes in cli_wallet:
https://gitlab.syncad.com/hive/hive/-/merge_requests/163

code cleanup (removing unused/dead code):
https://gitlab.syncad.com/hive/hive/-/merge_requests/77

We also completed our performance tests of the BlockTrades-contributed source code changes to hived that generate additional virtual operations for accounting computations (we wrote this code a long time ago to help us compute our blockchain-related income).  As I anticipated, there were no significant impacts on either computation performance or account history storage requirements, so we’ll be merging in these changes in the coming week. I think these results also validate to some extent my plan to continue to use virtual operations as the primary way to pass internal state information from hived to hivemind.


# Hivemind (2nd layer microservice for social media apps)
Below is a list of some of the changes we made to hivemind this week:

Optimized a few more API calls by reducing amount of work required of the SQL query planner:
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/459

Added threads to speed up post-"initial sync" operations needed by hivemind indexer (e.g. creating table indexes):
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/446

Community functionality moved from python to SQL to enhance performance and ease future maintenance:
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/451

Several reported issues with notifications were fixed in this MR:
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/461

tests
https://gitlab.syncad.com/hive/tests_api/-/merge_requests/225
https://gitlab.syncad.com/hive/tests_api/-/merge_requests/228
https://gitlab.syncad.com/hive/tests_api/-/merge_requests/221 (tests for community apis)
https://gitlab.syncad.com/hive/tests_api/-/merge_requests/224 (full sync tests for community apis)
https://gitlab.syncad.com/hive/tests_api/-/merge_requests/227


code cleanup (removing unused/dead code + code reformatting):
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/436
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/465


# Condenser and wallet (https://hive.blog)

Improvements to build process for condenser and wallet:
https://gitlab.syncad.com/hive/condenser/-/merge_requests/189
https://gitlab.syncad.com/hive/wallet/-/merge_requests/92

Fix bugs reported when showing profiles of some older accounts by using post_json_metadata:
https://gitlab.syncad.com/hive/wallet/-/merge_requests/93

Fix a problem with display of hivefest badge:
https://gitlab.syncad.com/hive/condenser/-/merge_requests/191

# Near-term work plans and work in progress

On the hived side, we continue to work on the governance changes discussed in our six-month roadmap post. 

We’ll also be reviewing the state of the SMT code in the coming week, to get a feeling for how complete it is in terms of functionality, etc.

On the hivemind side, we’ll continue work on tests and documentation.

We’ll also be continuing our work on modular hivemind, with the current focus on the hived plugin for this and on experiments for modifying hivemind’s indexer code to work from the new tables created by the hived plugin.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 708 others
👎  
properties (23)
authorblocktrades
permlink3rd-update-of-2021-on-our-hive-software-work
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","blockchain","software","blocktrades"],"links":["https://hive.blog/hive-139531/@blocktrades/roadmap-for-hive-related-work-by-blocktrades-in-the-next-6-months"],"app":"hiveblog/0.1","format":"markdown"}
created2021-01-24 23:52:24
last_update2021-01-24 23:52:24
depth0
children23
last_payout2021-01-31 23:52:24
cashout_time1969-12-31 23:59:59
total_payout_value32.778 HBD
curator_payout_value22.987 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,805
author_reputation1,156,468,945,234,541
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id101,541,744
net_rshares257,384,530,478,500
author_curate_reward""
vote details (773)
@bashadow ·
Not being a dev or programmer in any respect, just a user, I am happy to see that if/when people decide to limit the amount of time for witness votes to stand that you have the mechanism ready to roll out. This should be a big help on finishing a solid first layer foundation.

Of course most of the work is way above my level of understanding, but I do still enjoy reading the reports. 
properties (22)
authorbashadow
permlinkre-blocktrades-qngx2x
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.01.3"}
created2021-01-25 02:18:33
last_update2021-01-25 02:18:33
depth1
children0
last_payout2021-02-01 02:18: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_length387
author_reputation100,388,692,638,882
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,542,985
net_rshares0
@beggars · (edited)
$0.35
The work you are doing has me excited for Hive again. I will be honest, seeing how long it has been since we first heard of SMT's prior to the Hive fork and still not seeing them released, it has been a drag in the progress department.

Knowing that Steem did a lot of the code at a time when they were laying their best developers off and focusing on austerity measures, I don't blame you for being cautious. When Dan Larimer left, the quality of the code and release process went downhill dramatically. It's nice to see some proper management and competence again.

I know the community stepped up with the likes of Hive Engine creating their own layer solution, but it's not the same as a native and better performing solution. I am perhaps most excited about the second layer solution you are working on. Using custom JSON solutions and streaming the chain works, but it's a process fraught with numerous issues and complexities (which you've already outlined in the roadmap) that even the most experienced of devs in this community inevitably encounter.

I foresee the community rallying behind an official and modular layer system that pairs nicely with the creation of custom tokens. Games through to fully blown decentralised exchanges and everything else in between.

I am excited again.
👍  , , , ,
properties (23)
authorbeggars
permlinkqngt97
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-01-25 00:55:57
last_update2021-01-25 01:09:36
depth1
children0
last_payout2021-02-01 00:55:57
cashout_time1969-12-31 23:59:59
total_payout_value0.176 HBD
curator_payout_value0.175 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,296
author_reputation75,252,102,727,271
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,542,327
net_rshares2,242,372,628,521
author_curate_reward""
vote details (5)
@cryptographic · (edited)
Wow. Check out my follow list! Says I'm not following anyone. It got wiped out! Don't know if it was due to a blacklisting I did or not. Had an advisory message about blacklisting saying I had to accept the hive.blog blacklist, and that was that. Didn't notice that I wasn't following anyone until I went to "Friends" though, which was later. Could be a bug? Is this the first time you've heard of something like this? When looking at hiveblocks I see nothing, but then again, I don't know if an "unfollow" would show up . . . thinking that it would. 

Thanks. https://hive.blog/@cryptographic

EDIT: Sorry, I do see something on hiveblocks. Screenshot below where I seemed to have followed an account named @all
![followed-all.jpg](https://images.hive.blog/DQmdfRXQ7u3dS4wbjoZ5wGz2NYwVHkQgkNVrzZ2dZL5fFJz/followed-all.jpg)
properties (22)
authorcryptographic
permlinkqnjxcm
categoryhive-139531
json_metadata{"links":["https://hive.blog/@cryptographic"],"app":"hiveblog/0.1","users":["all"],"image":["https://images.hive.blog/DQmdfRXQ7u3dS4wbjoZ5wGz2NYwVHkQgkNVrzZ2dZL5fFJz/followed-all.jpg"]}
created2021-01-26 17:17:06
last_update2021-01-26 17:59:33
depth1
children7
last_payout2021-02-02 17:17: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_length823
author_reputation111,198,190,831,086
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id101,568,174
net_rshares0
@blocktrades ·
There's a known bug in hivemind that causes this and I raised the issue with our devs last week. Your follow list isn't really lost, it's just hivemind is interpreting the data improperly right now. I actually had a meeting scheduled today where I was going to check on the status of this issue, but the meeting got canceled due to sickness (not mine, I'm fine). Anyways, I should be able to get an update on the situation tomorrow. In the meantime, rest assured it's a temporary problem and none of your info is permanently lost.
properties (22)
authorblocktrades
permlinkqnk168
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-01-26 18:39:45
last_update2021-01-26 18:39:45
depth2
children6
last_payout2021-02-02 18:39: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_length530
author_reputation1,156,468,945,234,541
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,569,277
net_rshares0
@cryptographic · (edited)
No problem. Glad to hear it's a known issue. No hurries either. It'll happen when it happens. I can navigate around manually for the time being. Thanks!

Edit: Out of curiosity, that account @all ???
properties (22)
authorcryptographic
permlinkqnk1ln
categoryhive-139531
json_metadata{"app":"hiveblog/0.1","users":["all"]}
created2021-01-26 18:48:57
last_update2021-01-26 18:49:48
depth3
children0
last_payout2021-02-02 18: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_length199
author_reputation111,198,190,831,086
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id101,569,414
net_rshares0
@cryptographic ·
Sorry to bother you with this again, but I wanted to ask if you're still confident the data isn't lost - I could always start rebuilding manually, _but I'd hate to find out later that I had wasted my time_ (due to a possible automatic "restore" of the data after a manual rebuild, which would take a good deal of time since it's a one-by-one process).
properties (22)
authorcryptographic
permlinkqnqqi9
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-01-30 09:32:18
last_update2021-01-30 09:32:18
depth3
children3
last_payout2021-02-06 09:32: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_length351
author_reputation111,198,190,831,086
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id101,623,974
net_rshares0
@jaguar.force ·
????????? Jesus
properties (22)
authorjaguar.force
permlinkre-blocktrades-qnm9sm
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.01.3"}
created2021-01-27 23:41:12
last_update2021-01-27 23:41:12
depth3
children0
last_payout2021-02-03 23:41: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_length15
author_reputation227,715,377,802,170
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,588,326
net_rshares0
@davidmuhammad ·
Thanks because you, i can be know about it
properties (22)
authordavidmuhammad
permlinkre-blocktrades-2021125t151222492z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.12-mobile","format":"markdown+html"}
created2021-01-25 08:12:21
last_update2021-01-25 08:12:21
depth1
children0
last_payout2021-02-01 08:12: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_length42
author_reputation6,813,184,461,391
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,545,782
net_rshares0
@fjcalduch ·
![Good Job! 2.jpg](https://images.hive.blog/DQmdXvzDKvHXL2wyD5eDDnzvD7Gi9h6hBXVz6hbXkHgQRJi/Good%20Job!%202.jpg)
properties (22)
authorfjcalduch
permlinkqnhcte
categoryhive-139531
json_metadata{"image":["https://images.hive.blog/DQmdXvzDKvHXL2wyD5eDDnzvD7Gi9h6hBXVz6hbXkHgQRJi/Good%20Job!%202.jpg"],"app":"hiveblog/0.1"}
created2021-01-25 07:58:27
last_update2021-01-25 07:58:27
depth1
children0
last_payout2021-02-01 07:58: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_length112
author_reputation57,976,625,131,474
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,545,630
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/upvotes.png?202101260903"></td><td>You distributed more than 75000 upvotes. Your next target is to reach 76000 upvotes.</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="/hivechat/@hivebuzz/hivechat"><img src="https://images.hive.blog/64x128/https://i.imgur.com/az6DjX3.png"></a></td><td><a href="/hivechat/@hivebuzz/hivechat">HiveBuzz hosting #HiveChat on Twitter on January 26, 2021 at 12.00 GMT </a></td></tr><tr><td><a href="/hivebuzz/@hivebuzz/pud-202102"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202102">Next Hive Power Up Day is February 1st 2021</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-blocktrades-20210126t091402000z
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-01-26 09:14:00
last_update2021-01-26 09:14:00
depth1
children0
last_payout2021-02-02 09:14:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,195
author_reputation367,965,932,392,075
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,562,078
net_rshares0
@jaguar.force ·
Are blacklists functioning yet?
properties (22)
authorjaguar.force
permlinkre-blocktrades-qnm9nz
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.01.3"}
created2021-01-27 23:38:24
last_update2021-01-27 23:38:24
depth1
children1
last_payout2021-02-03 23:38: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_length31
author_reputation227,715,377,802,170
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,588,308
net_rshares0
@blocktrades ·
The dev who is responsible for approving the changes and merging them in is out sick right now, so not yet. I expect the fixes will be merged in and we'll complete testing in a few days, assuming no problems are found during code review.
properties (22)
authorblocktrades
permlinkqnmbxq
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-01-28 00:27:27
last_update2021-01-28 00:27:27
depth2
children0
last_payout2021-02-04 00:27: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_length237
author_reputation1,156,468,945,234,541
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,588,793
net_rshares0
@janaliana ·
!beerlover 
properties (22)
authorjanaliana
permlinkre-blocktrades-2021125t19284255z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.12-mobile","format":"markdown+html"}
created2021-01-25 18:28:03
last_update2021-01-25 18:28:03
depth1
children0
last_payout2021-02-01 18:28: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_reputation5,310,140,330,313
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,553,321
net_rshares0
@lacking ·
I am looking forward to governance decay. Can't wait to see if the top 20 are shaken up after the switch.
properties (22)
authorlacking
permlinkre-blocktrades-qnhj2o
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.01.3"}
created2021-01-25 10:13:45
last_update2021-01-25 10:13:45
depth1
children0
last_payout2021-02-01 10:13: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_length105
author_reputation83,110,921,688,931
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,547,278
net_rshares0
@mawattoo8 ·
It is a very good sign that we are being given update on weekly basis. Thanks for information
👎  
properties (23)
authormawattoo8
permlinkre-blocktrades-2021125t19725778z
categoryhive-139531
json_metadata{"tags":["ecency"],"app":"ecency/3.0.9-mobile","format":"markdown+html"}
created2021-01-25 14:07:24
last_update2021-01-25 14:07:24
depth1
children0
last_payout2021-02-01 14:07: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_length93
author_reputation1,892,817,376,070
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,549,705
net_rshares-5,067,900,069
author_curate_reward""
vote details (1)
@phusionphil ·
Thanks for all that you do for Hive.
properties (22)
authorphusionphil
permlinkre-blocktrades-2021125t33224117z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","blockchain","software","blocktrades"],"app":"ecency/3.0.12-mobile","format":"markdown+html"}
created2021-01-25 10:32:24
last_update2021-01-25 10:32:24
depth1
children0
last_payout2021-02-01 10: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_length36
author_reputation93,908,807,324,962
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,547,479
net_rshares0
@poshbot ·
https://twitter.com/PowerGames8/status/1353508665320497158
properties (22)
authorposhbot
permlinkre-3rd-update-of-2021-on-our-hive-software-work-20210125t010314z
categoryhive-139531
json_metadata"{"app": "beem/0.24.20"}"
created2021-01-25 01:03:15
last_update2021-01-25 01:03:15
depth1
children0
last_payout2021-02-01 01:03: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_length58
author_reputation5,554,335,374,496
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,542,383
net_rshares0
@poshbot ·
https://twitter.com/jlufer/status/1353641838318678016
properties (22)
authorposhbot
permlinkre-3rd-update-of-2021-on-our-hive-software-work-20210125t095242z
categoryhive-139531
json_metadata"{"app": "beem/0.24.20"}"
created2021-01-25 09:52:42
last_update2021-01-25 09:52:42
depth1
children0
last_payout2021-02-01 09:52:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation5,554,335,374,496
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,547,007
net_rshares0
@sepracore ·
I am excited to hear what shape the SMT code is in. I have low expectations, so maybe I will be pleasantly surprised. Even if most of it is unusable, at least you will now know that so you can start planning future work.

Thanks for the update. Good stuff. 
properties (22)
authorsepracore
permlinkre-blocktrades-qngx5z
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.01.3"}
created2021-01-25 02:20:24
last_update2021-01-25 02:20:24
depth1
children0
last_payout2021-02-01 02:20:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length257
author_reputation19,850,143,429,858
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,542,998
net_rshares0
@urun ·
@blocktrades  you are a machine!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

properties (22)
authorurun
permlinkre-blocktrades-qngtkq
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.01.3"}
created2021-01-25 01:02:51
last_update2021-01-25 01:02:51
depth1
children0
last_payout2021-02-01 01:02: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_length67
author_reputation93,309,389,073,611
root_title"3rd update of 2021 on our Hive software work"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id101,542,380
net_rshares0