Tellor DataSpecs Changelog

All updates

TellorKpr adds scheduled function calls and a new response format

May 20, 2022

Shipped2 commits+14118
  • TellorKpr now supports scheduled triggersUsers can now include a trigger timestamp in TellorKpr requests, and responses return more execution details when the function runs.
Breaking Changes
  • The TellorKpr request format has changed: use `functionData` instead of `calldata`, and include a required `timestampToTrigger` value.
  • TellorKpr responses now return the transaction hash, keeper address, and trigger timestamp instead of only the transaction hash.
Documentation
  • Added TellorKpr documentation and updated examples to match the new request and response formats.
2 commits+141-18