TellorKpr adds scheduled function calls and a new response format
May 20, 2022
- TellorKpr now supports scheduled triggers — Users 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.