alt - There is a new command called wallet_update_feeds that publishes all feeds as one transaction. Will your code be updated to this? It would make for more accurate price feeds as when one feed needs updating they all get refreshed. With this command there's no reason every delegate won't support feeds for every pair!
wallet_publish_feeds
Usage:
wallet_publish_feeds <delegate_account> <symbol_to_price_map>
publishes a set of feeds for BitAssets, only active delegates may do this
Parameters:
delegate_account (account_name, required): the delegate to publish the price under
symbol_to_price_map (price_map, required): maps the BitAsset symbol to the price per BTSX
Returns:
transaction_record
Thanks!!