Tellor DataSpecs Changelog

All updates

TellorKpr now supports a max gas fee

May 27, 2022

Shipped3 commits+8830
  • Set a maximum gas fee for TellorKpr callsTellorKpr queries can now include a `maxGasFee` setting, giving users a cap on the gas cost a keeper may claim when triggering a function call. Responses also now include the gas amount paid by the keeper.
Breaking Changes
  • TellorKpr query formats now include a new `maxGasFee` parameter, and responses include the gas paid by the keeper.
Documentation
  • Updated the Keeper query spec and TellorKpr guide with the new query format, response details, usage examples, and a conversion example showing how `maxGasFee` is calculated in the payment token.
3 commits+88-30