Skip to content

bridge_api.get_account_posts when sort = "feed" improvements

Bartek Wrona requested to merge bw_bridge_get_account_posts_by_feed_fix into develop

Fixed bugs in implementation of bridge_api.get_account_posts when sort = "feed" Eliminated performance problems in the above implementation. Defined 2 new indexes: hive_feed_cache_block_num_idx and hive_feed_cache_created_at_idx.

Merge request reports

Loading