tellor-io / lens

public view functions for the tellor system
1 stars 2 forks source link

API Future Implementations #10

Closed joshuasamaniego closed 2 years ago

joshuasamaniego commented 2 years ago
  1. Include a timestamp cut off for the TellorX upgrade in all applicable functions, to get cleaner, more applicable data.
  2. Make a global dictionary for conversions between a human-readable url input (ex:btc:usd) and actual usable bytes32 string.
    • Include a ternary statement that uses this dictionary if it's in the dictionary, otherwise use regular url input. (should be in bytes form).