Skip to content

Changes related to how posts relate to each other plus fixes in database_api

Andrzej Lisak requested to merge post_binding_changes into develop

Collations moved from queries to columns.

Posts bind with parent_id, root_id only, no longer contain related parent/root author+permlink

Some columns that were not updated anyway removed and their proper values calculated in hive_posts_view (we might be reintroducing them later though).

Value of total_vote_weight updated with new field of effective_comment_vote_operation.

hive_votes now know if they were effective so we can properly filter out those that were cast after final payout.

Various other fixes from related to size of some data, typo in operator, order of database_api posts, use of tabs and CLRF etc.

Merge request reports