bridge_api.get_account_posts when sort = "feed" improvements
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.