tellor-io / telliot-feeds

Telliot feeds
https://tellor-io.github.io/telliot-feeds
Other
26 stars 10 forks source link

Tip Listener not hearing Mimicry Mashup Queries #652

Closed 0xSpuddy closed 1 year ago

0xSpuddy commented 1 year ago

The current main branch of telliot is not able to automatically pick up and submit for mimicry macro_market_mashup feeds.

Two mashup feeds currently live on polygon: https://polygonscan.com/tx/0x1cf6c7c0220fe72b0d873b725c513a2aa03216ab0ba7b6b3a5339d51fdada1f3 https://polygonscan.com/tx/0x4a541a23525ca385a2aaaaf49d5e3da00e5a30a39a91b5a558f55f7ce47bf177

Currently we're submitting for these by hacking telliot changing some code in funded_feeds.py: https://github.com/tellor-io/telliot-feeds/blob/13289b0c3eb50642462c701011f63b8d15af1ad5/src/telliot_feeds/reporters/tips/listener/funded_feeds.py#L75

the hack: comment this line src/telliot_feeds/reporters/tips/listener/funded_feeds.py line 75 and add this catalog_supported_feeds = telliot_supported_feeds on line 76

The hack works for submitting the mashups, but with the hack telliot seems to ignore the tip submission window and submits right away.

Let me know if there are any questions. also, @akremstudy may already be working on a fix. 🙏