reusing code of bridge calls in condenser_api
[Fix] get_account_reputations
checks type of account_lower_bound
parameter; also added default for limit
(1000 - the same as it was in fat node)
[Fix] get_discussions_by_promoted
reuse bridge_get_ranked_post_by_promoted*
SQL functions (means code reuse + fix for paging and performance)
[Fix] get_post_discussions_by_payout
reuse bridge_get_ranked_post_by_payout*
SQL functions (means code reuse + fix for paging and performance); that required extra parameter to be able to turn off payout interval filter
[Fix] get_comment_discussions_by_payout
reuse bridge_get_ranked_post_by_payout_comments*
SQL functions (means code reuse + fix for paging and performance)
Old SQL implementations of above condenser_api calls removed.
[Fix] restored missing vote muting code in all above and more condenser_api
calls
Merge request reports
Activity
added 1 commit
- 835eeedf - [ABW]: reimplemented get_trending_tags (as SQL function, also changed paging so now it works)
mentioned in merge request !347 (merged)
added 1 commit
- cdf49a0b - [ABW]: get_follow_count reimplemented as SQL function
added 1 commit
- 56d868aa - [ABW]: reimplemented get_followers/get_following as SQL functions, unified checks and paging
added 213 commits
-
56d868aa...7735fde4 - 212 commits from branch
develop
- 1180f5e1 - [ABW]: [WIP] merged with latest develop, but not verified yet
-
56d868aa...7735fde4 - 212 commits from branch
added 1 commit
- 32e0d434 - [ABW]: removed duplicate (and slightly wrong) follow related SQL functions
added 11 commits
-
32e0d434...fdd8326d - 9 commits from branch
develop
- 1c198224 - Merge branch 'bridge_code_reuse_in_condenser_api' of...
- 3828ce84 - [ABW]: tests relinked to latest master
-
32e0d434...fdd8326d - 9 commits from branch
mentioned in commit aba31425
mentioned in merge request !324 (closed)