- Oct 02, 2020
-
-
Wojciech Barcik authored
-
- Sep 29, 2020
-
-
Bartek Wrona authored
Fixed format in valid_date utility routine See merge request !214
-
Bartek Wrona authored
Gathering mention fix See merge request !185
-
Andrzej Lisak authored
-
Mariusz Trela authored
-
- Sep 28, 2020
-
-
Bartek Wrona authored
issue 62: communities rank reworked See merge request !205
-
Bartek Wrona authored
Fixes related to bridge.get_ranked_posts See merge request !203
-
Andrzej Lisak authored
[Fix] hive_votes_view now correctly takes reputation of voter instead of author (test patterns corrected)
-
Bartek Wrona authored
Fixes related to reputations update during regular sync. See merge request !206
-
Bartek Wrona authored
-
Marcin authored
Update of communities rank is executed in one query Update is executed when sync is finished
-
- Sep 25, 2020
-
-
Andrzej Lisak authored
[Ign] find_comment_id changed so it only ever looks for id when nonempty args are passed [Fix] __post_id filled unconditionally (condition would fail to generate error if author was passed blank, but not permlink) [Fix] everywhere where payout was needed sum of payout and pending_payout is used (this is true payout value for posts that are not paid yet) [Fix] added ORDER BY id DESC (or changed to DESC) where it was missing (needed for paging to work correctly, also gives us correct order of newest first) [Fix] pinned posts now subtract from limit as they used to in old version [Fix] added missing LIMIT to bridge_get_ranked_post_by_payout_for_observer_communities and bridge_get_ranked_post_pinned_for_community (the latter is still missing paging, but that would change behaviour) [Fix] added (and used) missing bridge_get_ranked_post_by_muted_for_observer_communities [Fix] removed superfluous check from get_account_posts [Change] promoted sort no longer only gives replies in results [Change] sanity check: get_account_post_replies now requires given account to exist marked some places where we most likely need to change use of payout into use of sum of payout and pending_payout renamed bridge_get_ranked_post_by_trends_for_observer_community to bridge_get_ranked_post_by_trends_for_observer_communities to look like other of the same kind duplicate bridge_get_ranked_post_by_hot_for_observer_communities removed unused __head_block_time removed from ..._by_payout_comments... and bridge_get_ranked_post_by_muted removed superfluous sort on created_at where it was still present (sort on id is enough) tabs removed and indentation unified
-
Bartek Wrona authored
Mi fix problem live sync See merge request !200
-
Bartek Wrona authored
-
Bartek Wrona authored
Account reputations are calculated according to previously collected input data. See merge request !182
-
Bartek Wrona authored
Changes in the API implementations required to match reputation data calculated and held in the database now.
-
Bartek Wrona authored
log virtual op calls See merge request !197
-
Marcin authored
-
Marcin authored
-
Bartek Wrona authored
Remove unexpected active auths spam from logs See merge request !195
-
Dariusz Kędzierski authored
-
Marcin authored
-
- Sep 24, 2020
-
-
Bartek Wrona authored
Added check preventing creation of already existing index. See merge request !190
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Index creation is forced only in case of massive sync. When sync is resumed... See merge request !188
-
Bartek Wrona authored
-
Bartek Wrona authored
Index creation is forced only in case of massive sync. When sync is resumed for number of blocks less than LIMIT it shall be skipped and only really missing indexes shall be built.
-
Bartek Wrona authored
Definition of update_hive_posts_children_count function changed to 'plpgsql'... See merge request !186
-
Bartek Wrona authored
rework bridge.get_ranked_posts See merge request !183
-
Bartek Wrona authored
Definition of update_hive_posts_children_count function changed to 'plpgsql' because of performance reasons.
-
Marcin authored
get_ranked_post is completly reworked: instead of assemby query in python sql methods are invoked
-
- Sep 23, 2020
-
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Gathering mentions See merge request !178
-
Bartek Wrona authored
Resolved conflicts: hive/db/db_state.py
-
Bartek Wrona authored
account and permlink validators added to bridge API functions See merge request !174
-
Andrzej Lisak authored
-