witnet / witnet-requests-js

Witnet Requests Javascript Library
MIT License
5 stars 11 forks source link

Toolkit should show filter execution info (what's been filtered out!) #56

Open aesedepece opened 2 years ago

aesedepece commented 2 years ago

To provide a more complete execution trace, the toolkit wrapper should show which data sources where excluded from aggregation when a filter is in use. That is, list which data sources where taken into account and which ones were dropped. This would help detecting and removing faulty data sources that may constantly bounce between being obvious outliers and being just slightly off.

This probably requires changes in witnet/witnet-rust, as the toolkit in this repo is just a JS wrapper.